TCG MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 78 installs a week from pypi. Last commit 5 May 2026.
Pokemon TCG MCP server: PSA grading, collection management, and multi-provider pricing.
Today is the operative word: we check TCG MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add tcg-mcp -- uvx tcg-mcp
{
"mcpServers": {
"tcg-mcp": {
"args": [
"tcg-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.tcg-mcp]
command = "uvx"
args = ["tcg-mcp"]
{
"mcpServers": {
"tcg-mcp": {
"args": [
"tcg-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"tcg-mcp": {
"args": [
"tcg-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
PSA_API_TOKEN (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 (Pokemon TCG API key (optional). Without it the provider still works at a lower rate limit. Free key: https://dev.pokemontcg.io/), PRICECHARTING_TOKEN (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).
The author declared them in the registry entry; get the values from the project itself.
An MCP server that provides persistent memory and context management across sessions
BasicOps MCP server for project management, tasks, notes, and team collaboration.
MCP server for Linear project management and issue tracking
An MCP server that provides access to Testiny projects, test cases and test runs
MCP server for mortgage rate pricing and mini pricer management via the Lenderprice API
Sling CLI MCP server for data pipeline and replication management
MCP server for URL shortening and management
Contabo API (v1.0.0) as MCP tools for cloud provisioning, and management. Powered by HAPI MCP server
Answers built from our own checks of this server.