mcpbeat Sign in

Mythic Index MCP Server

local only

Mythic Index runs on your own machine — the client starts it, so there is no endpoint to ping. 85 installs a week from pypi. Last commit 9 Jul 2026.

MTG card prices, deck analysis, and investment intelligence — 19 tools over the Mythic Index API.

Installs per day peak 22 · avg 11 · +6% w/w
a month agotoday
85
Installs / week
pypi · mythic-index-mcp
0
Stars
0 open issues
9 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Mythic Index every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mythic-index-mcp -- uvx mythic-index-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mythic-index-mcp": {
      "args": [
        "mythic-index-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mythic-index-mcp]
command = "uvx"
args = ["mythic-index-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mythic-index-mcp": {
      "args": [
        "mythic-index-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mythic-index-mcp": {
      "args": [
        "mythic-index-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MYTHIC_INDEX_API_KEY (API key for the Mythic Index API. Defaults to the bundled public read-only key.), MYTHIC_INDEX_API_URL (Base URL of the Mythic Index API. Defaults to https://api.mythic-index.com.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mythic Index

same job, measured the same way
Rug Munch MCP
by amarodeabreu

Crypto risk intelligence: 19 tools for rug pull detection, AI forensics, and token analysis.

58 installs/wk local only
Godotiq
by salvo10f

Intelligent MCP server for Godot 4. Spatial intelligence, code analysis, 35 tools.

464 installs/wk local only
Kai
by kailayerhq

Semantic code intelligence — call graphs, dependencies, impact analysis, and test coverage.

203 installs/wk local only
Ololand Dd
by aniebyl

OloLand M&A intelligence — 33 tools for deal analysis, valuation, risk, and cross-deal learning.

54 installs/wk answering
Lead Intelligence
by timzinin-api

Pay-per-call lead intelligence tools with free MCP discovery and x402 payments.

8 tools answering
FLOPS Compute Intelligence
by zeroatflops

GPU compute price indices over MCP; every value carries a verify URL. Five key-free tools.

113 installs/wk local only
Ckb
by simplyliz

Code intelligence MCP server — 80+ tools for navigation, impact analysis, and architecture

274 installs/wk local only
Singular
by singular

Marketing intelligence MCP server providing campaign performance data and analytics tools.

answering

Mythic Index — questions

Answers built from our own checks of this server.

Why is there no uptime for Mythic Index?
Mythic Index runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mythic-index-mcp was installed 85 times last week.
How do I connect Mythic Index?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mythic-index-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Mythic Index?
The pypi package mythic-index-mcp was installed 85 times in the last week. Week over week that is +6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mythic Index open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.