There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
tcg-mcp · pypi · 0.4.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$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": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-05T00:54:06.975879Z",
"publishedAt": "2026-05-05T00:54:06.975879Z",
"updatedAt": "2026-05-05T00:54:06.975879Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.4.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.