PluginBench
MCP Server

TCG MCP MCP Server

io.github.seanlok/tcg-mcp

What is the TCG MCP MCP server?

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

How to install TCG MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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": "<YOUR_TCG_DB_PATH>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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": "<YOUR_TCG_DB_PATH>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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": "<YOUR_TCG_DB_PATH>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "tcg-mcp": {
      "type": "stdio",
      "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": "<YOUR_TCG_DB_PATH>"
      }
    }
  }
}
Claude Code
claude mcp add tcg-mcp --env PSA_API_TOKEN=<YOUR_PSA_API_TOKEN> --env POKEMONTCG_API_KEY=<YOUR_POKEMONTCG_API_KEY> --env PRICECHARTING_TOKEN=<YOUR_PRICECHARTING_TOKEN> --env TCG_DB_PATH=<YOUR_TCG_DB_PATH> -- uvx tcg-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →