AI assistants

Connect Ready-Set-Draw to Claude, ChatGPT or any MCP-compatible assistant and ask about Disney Lorcana TCG cards, rules and prices in plain language.

What you can ask

  • Find cards in plain language — your assistant translates the question into this site's card search and links every result back here.
  • Ask rules questions and get the official Comprehensive Rules text, with section numbers you can verify.
  • Look up sets, printings, market prices, keywords and the glossary in English, French, German and Italian.

MCP server

Ready-Set-Draw exposes a free Model Context Protocol (MCP) server. It is read-only, requires no account or API key, and works with any MCP client over Streamable HTTP.

https://ready-set-draw.com/mcp

Set it up

  • Claude

    In Claude's settings, open Connectors, choose “Add custom connector” and paste the server URL. In Claude Code, run the command below instead.

    claude mcp add --transport http ready-set-draw https://ready-set-draw.com/mcp
  • ChatGPT

    Enable developer mode under Settings → Apps & Connectors, then create a connector with the server URL and no authentication.

  • Cursor & other MCP clients

    Add a server entry pointing at the URL above with the “http” (Streamable HTTP) transport. No headers or tokens are needed.

Personal access

With an account, your assistant can also work with your own decks, collection and wishlist through the personal endpoint:

https://ready-set-draw.com/mcp/personal

In Claude or ChatGPT, add this URL as a connector: you will be asked to sign in to Ready-Set-Draw and approve exactly what it may do.

For Claude Code, Cursor or scripts, create an API token in Settings

claude mcp add --transport http --header "Authorization: Bearer rsd_..." ready-set-draw-personal https://ready-set-draw.com/mcp/personal

Write access always asks you to grant it explicitly, and you can revoke a token or a connected app at any time in your settings.

What your assistant can use

  • search_cardsSearch every card with the same query language as this site's search
  • get_cardFull detail for one card: stats, rules text, printings and market prices
  • list_setsEvery set with its code, release date and card count
  • get_setOne set with its full card list
  • search_decksBrowse public decks: community, official, championship and [Format Coconut] lists
  • get_deck_insightsCompare an ink pairing against the championship deck lists
  • get_keyword_rulesThe official rules for a keyword ability (Shift, Bodyguard, Evasive, ...)
  • search_rulesSearch the official Comprehensive Rules by section number or text
  • get_rules_documentThe Tournament Rules, Pack Rush or [Format Coconut] rules
  • get_glossaryOfficial definitions of game terms

With personal access

  • get_my_decksList your decks
  • get_deckOne deck with every card resolved to its name
  • get_collection_cardHow many copies of a card you own
  • get_wishlist_cardHow many copies of a card your wishlist wants
  • create_deckCreate a new empty deck
  • update_deckRename a deck or change its format, visibility, tags and notes
  • duplicate_deckCopy one of your decks or fork a public one
  • set_deck_cardSet a card's quantity in one of your decks or its maybeboard
  • set_deck_primerWrite or replace a deck's primer
  • set_collection_cardSet a card's owned counts in your collection
  • set_wishlist_cardSet a card's quantity in your wishlist

For developers

The same data is available as a free read-only REST API with an OpenAPI specification, and every card, set, rules and keyword page has a Markdown variant — append .md to its URL.

API documentation

Answers are generated by your assistant, not by Ready-Set-Draw — we only supply the card and rules data. For tournament-critical rulings, always check the official documents: official resources