This server connects Claude to the YGOPRODeck database, giving you programmatic access to Yu-Gi-Oh! card data. It's built on the Pipeworx gateway infrastructure, which means you can either connect directly to the YGOPRODeck endpoint or access it through the full Pipeworx gateway alongside 764+ other data sources. The implementation uses streamable HTTP transport and includes an ask_pipeworx tool that lets you query card information in plain English rather than calling structured APIs directly. Reach for this when you're building card lookup tools, deck builders, or any application that needs to query Yu-Gi-Oh! TCG card stats, rulings, and metadata without managing your own database mirror.
YGOPRODeck MCP — Yu-Gi-Oh! trading card game (TCG) database.
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": {
"ygoprodeck": {
"url": "https://gateway.pipeworx.io/ygoprodeck/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 Ygoprodeck 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