mcpbeat Sign in

Pokémon TCG API MCP Server

by pokemontcgapi Your server? Claim it
local only

Pokémon TCG API runs on your own machine — the client starts it, so there is no endpoint to ping. 371 installs a week from npm. Last commit 16 Sep 2026.

English, Japanese and Chinese Pokémon cards: search, sets, illustrators, prices, photo lookup.

Installs per day peak 260 · avg 24 · +39% w/w
a month agotoday
371
Installs / week
npm · @pokemontcgapi/mcp
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Pokémon TCG API every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add mcp -- npx -y @pokemontcgapi/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@pokemontcgapi/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@pokemontcgapi/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@pokemontcgapi/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@pokemontcgapi/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PTCG_API_KEY (API key for pokemontcgapi.com, needed by seven of the eight tools. POST /v1/accounts/free returns one without a dashboard or a card.), PTCG_BASE_URL (Override the API base URL. Defaults to https://api.pokemontcgapi.com.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Pokémon TCG API

same job, measured the same way
COMPAMIR News
by compamir

Search structured COMPAMIR news in Japanese and English, with links to source reports.

3 tools answering
Canopy API
by canopyapi

Amazon product API & MCP server: search, prices, reviews, sellers, deals, and ASIN lookup by Canopy.

answering
Annolux Search
by eason4kim-rocket

Search a curated English and Chinese web index through one read-only MCP tool.

local only
LLM Hosting Pricing
by llmhosting

LLM and GPU rental prices: model price lookup, GPU listings, cheapest-GPU search, price history

5 tools answering
PeopleSearch.im
by peoplesearch

Plain-English people search with verified work emails, email verification and LinkedIn lookup.

12 tools answering
Tcm Products
by pipeworx-io

Singapore HSA licensed TCM products (~12,000), searchable in Chinese characters, pinyin or English

33 tools answering
Myfigurecollection API
by ssskay

Read MyFigureCollection.net: search figures, JAN barcode lookup, shop prices, collections and clubs.

61 installs/wk local only
Afdb
by afdb

Search current Japanese point-site rewards, conditions, yen values, and observation times.

1 tools answering

Pokémon TCG API — questions

Answers built from our own checks of this server.

Why is there no uptime for Pokémon TCG API?
Pokémon TCG API runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @pokemontcgapi/mcp was installed 371 times last week.
How do I connect Pokémon TCG API?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @pokemontcgapi/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Pokémon TCG API?
The npm package @pokemontcgapi/mcp was installed 371 times in the last week. Week over week that is +39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pokémon TCG API open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.