← Registry

Databases

hologallery.app

Provides search and retrieval of Pokémon TCG Pocket card catalog data, including card details, sets, packs, and locales.

1 endpoint11 known toolsFirst detected September 4, 2026Last detected September 4, 2026

ENDPOINT 1

https://pocket.hologallery.app/mcp

No auth detected

MCP server metadata

Name
pokemon-tcg-pocket-catalog
Version
1.0.0
Capabilities
tools.listChangedresources.listChangedprompts.listChanged
Server instructions

Look up Pokémon TCG Pocket cards, sets, packs, and decks. Card identifiers come in two forms: a printing id like 'A1-001' (a specific card in a specific set) and a gameplay card id like 'PK_000010' (the card's rules text, shared across reprints). Deck tools take gameplay card ids. Search first when you only have a name; use list_printings when you have one printing or gameplay id and want every reprint. Trainer cards carry their rules text and subtype (item, supporter, tool, fossil, stadium). Matchup and trial simulations use deterministic heuristic AI; describe their results as simulations, never as human or competitive win probabilities.

Known tools 11

search_cards

Search 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.

Inferred read-only
get_card

Get 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.

Inferred read-only
list_sets

List every Pokémon TCG Pocket set with its id and localized name.

Inferred read-only
list_packs

List every Pokémon TCG Pocket booster pack with its id, parent set id, and localized name.

Inferred read-only
list_locales

List every locale code the catalog has translations for.

Inferred read-only
catalog_info

Catalog metadata: game version, schema version, card/printing/set/pack counts, and supported locales.

Inferred read-only
list_printings

List every printing of one card across all sets: printing id, set, collector number, rarity, artist, and canonical page URL.

Inferred read-only
evaluate_deck

Check 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.

Inferred read-only
suggest_deck

Build a complete, legal 20-card Pokémon TCG Pocket deck around a chosen card.

Inferred read-only
simulate_matchup

Run two legal 20-card Pokémon TCG Pocket decks through the Battle Lab rules engine using deterministic heuristic AI.

Inferred read-only
trial_deck

Solo-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).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.pokemon-tcg-pocket-catalog]
url = "https://pocket.hologallery.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pokemon-tcg-pocket-catalog": {
      "type": "http",
      "url": "https://pocket.hologallery.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pokemon-tcg-pocket-catalog
Remote MCP URL: https://pocket.hologallery.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "pokemon-tcg-pocket-catalog": {
      "url": "https://pocket.hologallery.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pokemon-tcg-pocket-catalog": {
      "type": "http",
      "url": "https://pocket.hologallery.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pokemon-tcg-pocket-catalog",
  "transport": "streamable-http",
  "url": "https://pocket.hologallery.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.