CardMind MCP
io.github.nath-abhishek/cardmind-mcp
Documentation
Overview
CardMind provides MTG market intelligence, card prices, market signals, and AI analysis.
Website
Docs
https://api.cardmind.app/docs https://api.cardmind.app/docs/mcp
Claude Desktop Setup
Use mcp-remote with an Authorization header:
{
"mcpServers": {
"cardmind": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.cardmind.app/mcp",
"--header",
"Authorization: Bearer cm_live_YOUR_KEY"
]
}
}
}
Authentication
Use a Premium CardMind API key in the Authorization: Bearer header. Free-tier keys receive 403 PREMIUM_REQUIRED for MCP access.
Limits and Notes
Free accounts include 1,000 API calls per month and 10 requests/minute. Premium increases limits to 60 requests/minute and unlimited monthly calls. Premium-only capabilities include MCP access, webhooks, and AI analysis. The remote MCP endpoint is stateless and uses HTTP Streamable transport.
