← Back to Plugins
MCP Server MCP

Mythic Index

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx mythic-index-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mythic-index-mcp",
      "version": "0.1.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for the Mythic Index API. Defaults to the bundled public read-only key.",
          "format": "string",
          "isSecret": true,
          "name": "MYTHIC_INDEX_API_KEY"
        },
        {
          "description": "Base URL of the Mythic Index API. Defaults to https://api.mythic-index.com.",
          "format": "string",
          "name": "MYTHIC_INDEX_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...