Skip to content

Rotom MCP

MCP server · Go

GoMCP

An MCP server that gives LLMs like Claude 10 tools to query the Pokémon Trading Card Game API, all backed by one shared in-memory cache. Ask about any card, set, price or tournament legality and get real data back.

The Project

The problem

LLMs are great at talking about Pokémon cards, but they hallucinate prices, sets and legality. The upstream Pokémon TCG API is also tight: 1,000 requests a day, 30 a minute per IP, and frequent 500 errors.

What it does

Rotom MCP exposes the API to the model as real tools, so it looks things up instead of guessing:

How it’s built

Try it

"mcpServers": {
  "pokemon-tcg-rotom-mcp": {
    "command": "/path/to/pokemon-tcg-rotom-mcp"
  }
}