MTG Kit
MTG Kit logo

Your MTGO toolkit

MTG Kit is a growing set of utilities for Magic: The Gathering Online players. Live stream overlays today, a GraphQL data API for builders, and more on the way.

Stream Overlays

Real-time tournament, draft, and league overlays for OBS. Your record, round, and format update automatically while you play. Four themes, set up in under a minute.

Set up an overlay
POST /graphql200 OK
{
  userByUsername(username: "LSV") {
    activeEventStatuses { outputText }
  }
}

GraphQL API

Query MTGO tournament, draft, and league data over GraphQL. Authenticate with an API key and pull standings, records, and event history straight into your own tools.

Explore the API