TCG MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 67 installs a week from pypi. Last commit 5 May 2026.
Pokemon TCG MCP server: PSA grading, collection management, and multi-provider pricing.
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"
}
}
}
Answers built from our own checks of this server.