← Back to Plugins
MCP Server MCP

TCG MCP

github By github 👁 1 views ▲ 0 votes

Pokemon TCG MCP server: PSA grading, collection management, and multi-provider pricing.

Homepage Verified source GitHub

Install

uvx tcg-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "tcg-mcp",
      "version": "0.4.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "PSA Public API bearer token. Get one at https://www.psacard.com/publicapi. If unset, PSA tools are disabled but other tools (Pokemon TCG API, collection, watchlist) still work.",
          "isSecret": true,
          "name": "PSA_API_TOKEN"
        },
        {
          "description": "Pokemon TCG API key (optional). Without it the provider still works at a lower rate limit. Free key: https://dev.pokemontcg.io/",
          "isSecret": true,
          "name": "POKEMONTCG_API_KEY"
        },
        {
          "description": "PriceCharting API token (paid subscription required). Enables graded-card pricing.",
          "isSecret": true,
          "name": "PRICECHARTING_TOKEN"
        },
        {
          "description": "Where to put the local SQLite database. Default: ~/.tcg-mcp/tcg.db",
          "name": "TCG_DB_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...