Programmatic access to Magic: The Gathering card data, real-time prices, and market signals. Use it to power your apps, automate collection tracking, or connect Claude Desktop via MCP.
Get your first API response in under 5 minutes.
Create a free account at cardmind.app. Free accounts include 1,000 API calls per month with no credit card required.
Go to cardmind.app/settings and create an API key. Your key will be prefixed with cm_live_. Keep it secret — it authenticates all your requests.
Search for any Magic: The Gathering card using the /api/cards/search endpoint. Replace cm_live_YOUR_KEY with your actual key.
curl "https://api.cardmind.app/api/cards/search?q=lightning+bolt" \
-H "Authorization: Bearer cm_live_YOUR_KEY"All API requests are made to:
https://api.cardmind.appAuthorization header on every request.{ data: ..., error: null } on success or { data: null, error: { message, code } } on failure.https://api.cardmind.app/mcp for natural language card lookups, price checks, and market signals.