Serversio.github.seanlok/tcg-mcp
M

TCG MCP

io.github.seanlok/tcg-mcp · v0.4.0
▦ pypi
v0.4.0pypi pypi: tcg-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.seanlok/tcg-mcp",
  "description": "Pokemon TCG MCP server: PSA grading, collection management, and multi-provider pricing.",
  "title": "TCG MCP",
  "repository": {
    "url": "https://github.com/seanlok/tcg-mcp",
    "source": "github"
  },
  "version": "0.4.0",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}