Pokemon TCG Pocket Catalog MCP server
Look up Pokemon TCG Pocket cards, sets, packs, and evaluate decks with battle simulations.
Little public usage data yet
Reviews
Write oneNobody has reviewed Pokemon TCG Pocket Catalog yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Pokemon TCG Pocket Catalog tools (11, 1 write)
write = sends, deletes, buys or postscatalog_infoFreeCatalog metadata: game version, schema version, card/printing/set/pack counts, and supported locales. Quote the game version alongside any simulation result so the evidence stays pinned to the data it was computed from.
evaluate_deckFreeCheck a 20-card Pokémon TCG Pocket deck against the game's rules (exactly 20 cards, at most 2 copies of a card, at least one Basic Pokémon) and return build advice: missing evolution lines, energy-type spread, Pokémon/Trainer balance, missing staple Trainers, and known card synergies. Takes gameplay card ids, not printing ids.
get_cardFreeGet one Pokémon TCG Pocket card's available catalog data: HP, attacks with energy costs and damage, abilities, weakness, retreat cost, evolution, artist, rarity, and artwork. Trainer cards return their rules text and subtype instead of attacks. Accepts either a printing id like 'A1-001' or a gameplay card id like 'PK_000010'.
list_localesFreeList every locale code the catalog has translations for. Pass one as 'locale' to any other tool for localized card, set, and pack names.
list_packsFreeList every Pokémon TCG Pocket booster pack with its id, parent set id, and localized name. Pack ids identify where a printing can be pulled.
list_printingsFreeList every printing of one card across all sets: printing id, set, collector number, rarity, artist, and canonical page URL. Accepts either a printing id like 'A1-001' or a gameplay card id like 'PK_000010'. get_card only returns the first printing; use this when the question is about reprints, alt arts, or pull sources.
list_setsFreeList every Pokémon TCG Pocket set with its id and localized name. Use the ids to filter search_cards by set.
search_cardsFreeSearch the Pokémon TCG Pocket card catalog by name, attack, ability, artist, or id, with optional filters for set, energy type, stage, card kind, rarity, Trainer subtype, HP range, weakness, and retreat cost. Returns up to 20 summarized cards plus the total number of matches.
simulate_matchupwrite actionFreeRun two legal 20-card Pokémon TCG Pocket decks through the Battle Lab rules engine using deterministic heuristic AI. Returns wins, draws, failures, average turns/actions, and a short sample game log. This measures the built-in AI policy, not human skill or competitive win probability.
suggest_deckFreeBuild a complete, legal 20-card Pokémon TCG Pocket deck around a chosen card. Returns a named archetype, why it works, limitations, and the full card list with copy counts. Trainer targets produce a legal baseline with an explicit effect-data limitation. Give either a card name to search for or a gameplay card id.
trial_deckFreeSolo-trial one legal 20-card Pokémon TCG Pocket deck: opening-hand consistency (Basics per opener, Trainer density, how often each card shows up across sampled hands) plus mirror self-play with the deck on both seats (closing speed and first-player bias). Use this to tune a single deck; use simulate_matchup to compare two decks. Takes gameplay card ids, not printing ids.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 474ms20/20
- Tool poisoning11 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 1 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http pokemon-tcg-pocket-catalog https://pocket.hologallery.app/mcp
Pokemon TCG Pocket Catalog: common questions
- Is Pokemon TCG Pocket Catalog MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the Pokemon TCG Pocket Catalog safety report
- How do I install Pokemon TCG Pocket Catalog?
- It runs remotely at pocket.hologallery.app. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Pokemon TCG Pocket Catalog need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Pokemon TCG Pocket Catalog maintained?
- The latest release is v1.0.0.
- Is Pokemon TCG Pocket Catalog up?
- 100% of our last 8 checks got an answer. We check remote servers about four times a day.