← Index

TCG MCP

io.github.seanlok/tcg-mcp·v0.4.0·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "tcg-mcp": {
      "command": "uvx",
      "args": [
        "tcg-mcp"
      ],
      "env": {
        "PSA_API_TOKEN": "<your-psa_api_token>",
        "POKEMONTCG_API_KEY": "<your-pokemontcg_api_key>",
        "PRICECHARTING_TOKEN": "<your-pricecharting_token>",
        "TCG_DB_PATH": "<tcg_db_path>"
      }
    }
  }
}
§02  Environment variables
PSA_API_TOKEN
secret

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.

POKEMONTCG_API_KEY
secret

Pokemon TCG API key (optional). Without it the provider still works at a lower rate limit. Free key: https://dev.pokemontcg.io/

PRICECHARTING_TOKEN
secret

PriceCharting API token (paid subscription required). Enables graded-card pricing.

TCG_DB_PATH

Where to put the local SQLite database. Default: ~/.tcg-mcp/tcg.db

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other