Server data from the Official MCP Registry
MTG card prices, deck analysis, and investment intelligence — 19 tools over the Mythic Index API.
MTG card prices, deck analysis, and investment intelligence — 19 tools over the Mythic Index API.
The server contains a critical hardcoded API key exposed in production code, which is a confirmed dangerous pattern. While the server's functionality and permissions are appropriate for its stated purpose (MTG data lookup), the embedded secret poses an immediate security risk and enables unauthorized API access if the repository becomes public or is analyzed. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
4 files analyzed · 12 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: MYTHIC_INDEX_API_KEY
Environment variable: MYTHIC_INDEX_API_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-wizkid17-mythic-index-mcp": {
"env": {
"MYTHIC_INDEX_API_KEY": "your-mythic-index-api-key-here",
"MYTHIC_INDEX_API_URL": "your-mythic-index-api-url-here"
},
"args": [
"mythic-index-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
Magic: The Gathering card prices, deck analysis, and investment intelligence — powered by live data from 5 vendors covering 99K+ cards.
Connect this MCP server to Claude Desktop, Claude Code, or any MCP-compatible AI assistant to get real-time MTG card pricing, deck cost analysis, sealed product EV calculations, and investment insights.
Ask about prices:
"What's the current price of Sheoldred, the Apocalypse?"
Build decks on a budget:
"Find me black creatures with deathtouch under $5 legal in Modern"
Price a full decklist:
"Price this deck: 4 Lightning Bolt, 4 Goblin Guide, 20 Mountain — check Modern legality"
Evaluate sealed products:
"Is the Modern Horizons 3 Collector Booster Box worth buying at $280?"
Track investments:
"What cards spiked this week? Show me Reserved List cards under $50"
Understand strategy:
"What role does Counterspell play? Find me blue counter spells for Commander under $3"
The published package runs with no manual install via uv:
uvx mythic-index-mcp
Or install from source:
git clone https://github.com/wizkid17/mythic-index-mcp.git
cd mythic-index-mcp
pip install -r requirements.txt
Edit your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mythic-index": {
"command": "uvx",
"args": ["mythic-index-mcp"]
}
}
}
Restart Claude Desktop. The Mythic Index tools will appear in the tools menu (hammer icon).
claude mcp add mythic-index uvx mythic-index-mcp
The server includes a public read-only key with rate limiting. For higher rate limits, get your own key and set it as an environment variable:
{
"mcpServers": {
"mythic-index": {
"command": "uvx",
"args": ["mythic-index-mcp"],
"env": {
"MYTHIC_INDEX_API_KEY": "mi_your_key_here"
}
}
}
}
| Tool | Description |
|---|---|
search_cards | Fuzzy name search — handles typos and partial names |
find_cards | Advanced filters: oracle text, color, type, CMC, price, format, Reserved List |
browse_cards | Browse by price, name, or newest sets |
list_sets | List and search all 971 MTG sets |
| Tool | Description |
|---|---|
get_card_price | Current prices across TCGPlayer, Card Kingdom, CardMarket, CardSphere, CardHoarder |
get_price_history | Price trends over 7/30/90/365 days |
| Tool | Description |
|---|---|
get_set_stats | Rarity distribution, avg price, total value, chase card, top 10 |
search_sealed | Find booster boxes, packs, bundles, commander decks |
get_sealed_ev | Full EV breakdown with tier analysis (bulk → jackpot) |
| Tool | Description |
|---|---|
top_movers | Biggest price gains and drops over any period |
find_arbitrage | Cross-vendor profit opportunities (buy retail, sell buylist) |
reserved_list_tracker | Browse Reserved List cards — never reprinted |
| Tool | Description |
|---|---|
price_deck | Full decklist pricing: total cost, vendor comparison, mana curve, legality, budget swaps |
suggest_budget_alternatives | Find cheaper cards with similar type and CMC |
analyze_mana_curve | Curve visualization, land count evaluation, color source requirements |
| Tool | Description |
|---|---|
check_legality | Format legality: Standard, Modern, Pioneer, Commander, Legacy, Vintage, Pauper |
evaluate_card | Strategic roles, keyword abilities, archetype fit |
find_cards_by_role | Search by role: removal, ramp, card draw, burn, counter, tutor, and 7 more |
| Tool | Description |
|---|---|
get_api_status | Platform health and sync status |
| Metric | Value |
|---|---|
| Cards | 99,000+ |
| Sets | 971 |
| Price sources | TCGPlayer, Card Kingdom, CardMarket, CardSphere, CardHoarder |
| Price listings | 534,000+ |
| Sealed products | 3,900+ with EV calculations |
| Cards with format legality | 99,287 |
| Reserved List cards | 1,096 |
| Update frequency | Daily at 3 AM Lima (UTC-5) |
For the best experience, create a Claude Project and add the contents of skill/system_prompt.md as the Project Instructions. This gives Claude deep MTG domain knowledge on top of the live data tools.
If you run your own Mythic Index API instance:
export MYTHIC_INDEX_API_URL=http://localhost:8000
export MYTHIC_INDEX_API_KEY=your-key
python3 mcp_server.py
For remote SSE hosting:
python3 mcp_server.py --sse --port 8080
This MCP server connects to the Mythic Index API. Documentation: api.mythic-index.com/mtg-api/docs
MIT — see LICENSE
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.