PokéWallet MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pokewallet_healthA | Check public PokéWallet API health; no API key is needed. |
| pokewallet_api_infoB | Return public API information plus local authentication status, never credentials. |
| search_cardsC | Search normalized cards by name, set code, collector number, or ' '. |
| search_card_by_nameA | Search card printings by title; do not assume the first result is exact. |
| find_card_by_numberC | Find cards by collector number, preferring numeric set ID when supplied. |
| resolve_cardB | Progressively search, deduplicate, and deterministically rank exact-printing candidates. |
| batch_search_cardsB | Search up to 20 queries with bounded concurrency and independent errors. |
| get_cardC | Get complete normalized card and marketplace details for either supported ID format. |
| get_card_pricesB | Get TCGPlayer USD and CardMarket EUR variants without currency conversion. |
| summarize_card_valueC | Summarize marketplace data while retaining variants and requiring finish confirmation. |
| compare_card_pricesC | Compare up to 10 card prices, grouped by source and currency. |
| compare_printingsC | Compare separate printings of a title without implying they are the same card. |
| compare_cardsB | Return a field-by-field comparison and machine-readable differences for up to 10 cards. |
| get_card_imageC | Cache a card image and return its MCP resource URI plus localization metadata. |
| analyze_pokemon_cardA | UNIVERSAL HIGH-LEVEL ENTRY POINT for natural-language requests about an attached Pokémon TCG card photo, including 'what is this card?' and 'what is this worth?'. Call this before generic vision, catalog search, pricing tools, or web search. It handles cards inside screenshots and rotated, upside-down, crooked, or skewed photos; identifies the exact printing; inspects edition stamps, promos, errors, holo/reverse holo, and Poké Ball/Master Ball patterns; and matches only supported marketplace variants. Pass the attachment as a real local path or base64. Obey the returned answer_policy and never add outside prices, grading, authentication, or sold listings. |
| identify_card_from_imageA | Compatibility image-identification endpoint. Prefer analyze_pokemon_card for a user's natural-language card-photo request. |
| identify_cards_from_imagesC | Identify up to 10 images with bounded concurrency and independent statuses. |
| list_setsB | List normalized PokéWallet sets; results are cached for hours. |
| search_setsB | Filter and sort the cached /sets response locally. |
| get_setC | Get set details and a paginated card page, returning shared-code ambiguity explicitly. |
| get_set_cardsB | Get and locally sort one set page; sorting is page-level only. |
| get_complete_set_cardsC | Safely fetch all set pages after explicit multi-request confirmation. |
| get_set_imageC | Cache a set logo and return its MCP image resource URI. |
| get_set_statisticsC | Get Pro set statistics; USD and EUR remain separate. |
| get_trending_setsC | Get Pro historical set movers; results are not predictions. |
| get_set_completion_valueC | Get Pro ungraded completion estimates with USD and EUR kept separate. |
| get_set_pricesB | Get every Pro card-price variant in a set, with ambiguity preserved. |
| get_card_price_historyB | Get Pro price snapshots; unavailable historical values remain null. |
| get_top_cardsC | Get Pro top cards by current price or historical seven-day growth. |
| add_collection_itemC | Add an exact card to local storage without inferring variant or condition. |
| update_collection_itemC | Update mutable fields of a local collection row. |
| remove_collection_itemC | Remove one local collection row. |
| list_collectionC | List local collection rows with optional filters. |
| value_collectionB | Refresh prices and value matched variants as separate TCGPlayer USD/CardMarket EUR totals. |
| export_collectionB | Safely export the local collection as JSON or CSV to the configured directory. |
| collection_summaryB | Summarize counts by set and rarity and report missing variants. |
| add_to_watchlistC | Add a manual price threshold to the local watchlist. |
| remove_from_watchlistC | Remove a local watchlist item. |
| list_watchlistB | List locally configured watchlist thresholds. |
| check_watchlistA | Refresh prices and evaluate thresholds now; this does not run in the background. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| identify_and_price_card | Identify an image, validate ambiguity, and present all price variants. |
| research_card | Resolve and research one exact printing. |
| compare_printings | Compare distinct printings of a card title. |
| browse_set | Resolve and browse a set safely with pagination. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| collection_resource | Local collection JSON; no database path is exposed. |
| watchlist_resource | Local watchlist JSON. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/w3bKodr/pokewallet-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server