← hologallery.app

INDIVIDUAL MCP TOOL

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.

hologallery.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://pocket.hologallery.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_card and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

hologallery.app

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.

Related tools

  • 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.
  • list_sets — List every Pokémon TCG Pocket set with its id and localized name.
  • list_packs — List every Pokémon TCG Pocket booster pack with its id, parent set id, and localized name.
  • list_locales — List every locale code the catalog has translations for.
  • catalog_info — Catalog metadata: game version, schema version, card/printing/set/pack counts, and supported locales.
  • list_printings — List every printing of one card across all sets: printing id, set, collector number, rarity, artist, and canonical page URL.
  • 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.
  • suggest_deck — Build a complete, legal 20-card Pokémon TCG Pocket deck around a chosen card.