Databases
hologallery.app
Provides search and retrieval of Pokémon TCG Pocket card catalog data, including card details, sets, packs, and locales.
ENDPOINT 1
https://pocket.hologallery.app/mcp
MCP server metadata
- Name
- pokemon-tcg-pocket-catalog
- Version
- 1.0.0
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_cardsSearch 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-onlyget_cardGet 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-onlylist_packsList every Pokémon TCG Pocket booster pack with its id, parent set id, and localized name.
Inferred read-onlycatalog_infoCatalog metadata: game version, schema version, card/printing/set/pack counts, and supported locales.
Inferred read-onlylist_printingsList every printing of one card across all sets: printing id, set, collector number, rarity, artist, and canonical page URL.
Inferred read-onlyevaluate_deckCheck 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-onlysuggest_deckBuild a complete, legal 20-card Pokémon TCG Pocket deck around a chosen card.
Inferred read-onlysimulate_matchupRun two legal 20-card Pokémon TCG Pocket decks through the Battle Lab rules engine using deterministic heuristic AI.
Inferred read-onlytrial_deckSolo-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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.