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.
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/mcpClaude
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/mcpChatGPT
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.
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/personalIn 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/personalWrite access always asks you to grant it explicitly, and you can revoke a token or a connected app at any time in your settings.
search_cardsSearch every card with the same query language as this site's searchget_cardFull detail for one card: stats, rules text, printings and market priceslist_setsEvery set with its code, release date and card countget_setOne set with its full card listsearch_decksBrowse public decks: community, official, championship and [Format Coconut] listsget_deck_insightsCompare an ink pairing against the championship deck listsget_keyword_rulesThe official rules for a keyword ability (Shift, Bodyguard, Evasive, ...)search_rulesSearch the official Comprehensive Rules by section number or textget_rules_documentThe Tournament Rules, Pack Rush or [Format Coconut] rulesget_glossaryOfficial definitions of game termsget_my_decksList your decksget_deckOne deck with every card resolved to its nameget_collection_cardHow many copies of a card you ownget_wishlist_cardHow many copies of a card your wishlist wantscreate_deckCreate a new empty deckupdate_deckRename a deck or change its format, visibility, tags and notesduplicate_deckCopy one of your decks or fork a public oneset_deck_cardSet a card's quantity in one of your decks or its maybeboardset_deck_primerWrite or replace a deck's primerset_collection_cardSet a card's owned counts in your collectionset_wishlist_cardSet a card's quantity in your wishlistThe 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 documentationAnswers 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