mtg-mcp.doodlemed.org

Support

How to get help with the Magic The Gathering MCP server.

Contact

Email support@mtg-mcp.doodlemed.org for any of the following:

  • The hosted server is returning errors or is unreachable.
  • A specific tool is returning incorrect or stale data.
  • You are running the static Go binary locally and the stdio transport is failing.
  • You are integrating the server with ChatGPT, Claude, or another MCP client and need help with the connector form.
  • You believe a card legality, banlist entry, EDHREC synergy score, or Moxfield deck lookup is wrong (we can confirm whether the upstream source returned the same data).

Status & data sources

The server is stateless and pulls live data from three upstream providers on every request. If a provider is down, the affected tool will return an error rather than cached or fabricated data.

Common issues

Tool returns “not found”

Card name lookups use Scryfall fuzzy matching. Try the canonical spelling or include the set code (e.g. get_card_details name="Sol Ring" set="c21").

EDHREC tool returns 404

The commander slug must be a real EDHREC commander page. Background and partner commanders have separate slugs. Try the exact card name as shown on EDHREC.

Moxfield 403 on a private deck

Only public decks can be fetched. Ask the deck owner to switch visibility to public.

ChatGPT can’t see the connector

Make sure Developer Mode is enabled in Settings → Connectors → Advanced, the URL is https://mtg-mcp.doodlemed.org/mcp, and authentication is set to None.

Back to home.