This connects Claude to TCGdex, an open database covering Pokémon TCG and other trading card games across multiple languages. It's delivered through Pipeworx's gateway infrastructure, which bundles access to 764+ data sources behind a single MCP endpoint. You can query card data, sets, and game information either by calling specific tools or using the ask_pipeworx natural language interface that routes your question to the right endpoint automatically. Reach for this when you're building card collection tools, price trackers, deck builders, or anything that needs structured TCG data without managing your own database. The streamable HTTP transport means you can add it to any MCP client with a single URL.
TCGdex MCP — multi-language open trading card game database (Pokémon TCG and more).
Part of Pipeworx — an MCP gateway connecting AI agents to 764+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"tcgdex": {
"url": "https://gateway.pipeworx.io/tcgdex/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 764+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Tcgdex data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
hovecapital/read-only-local-postgres-mcp-server
cocaxcode/database-mcp
io.github.infoinlet-marketplace/mcp-mysql
io.github.cybeleri/database-admin
io.github.yash-0620/postgres-mcp-secured