Pokemon TCG Card Search MCP logo

Pokemon TCG Card Search MCP

by jlgrimes

This Model Context Protocol (MCP) server allows Claude to search and display Pokemon Trading Card Game cards. It enables users to find specific cards based on various criteria.

View on GitHub

Last updated: N/A

What is Pokemon TCG Card Search MCP?

The Pokemon TCG Card Search MCP is a server that integrates with Claude to enable searching and displaying Pokemon Trading Card Game cards based on user queries.

How to use Pokemon TCG Card Search MCP?

To use the MCP, configure your Claude application with the provided configuration snippet, ensuring the correct absolute paths are set. Restart Claude, and then you can ask questions about Pokemon cards using the specified query syntax.

Key features of Pokemon TCG Card Search MCP

  • Search cards by name, type, subtype, legality, and more

  • View high-resolution card images

  • Filter by various card attributes

  • Supports exact matching and wildcards in name searches

Use cases of Pokemon TCG Card Search MCP

  • Finding standard-legal Pokemon cards with specific attributes

  • Identifying cards with particular types and HP values

  • Searching for cards containing specific text in their names

  • Discovering banned cards in specific formats

  • Locating evolution lines of Pokemon cards

FAQ from Pokemon TCG Card Search MCP

How do I perform an exact name search?

Use the ! prefix before the name: filter, e.g., !name:pikachu.

How do I use wildcards in name searches?

Use the * wildcard character in the name: filter, e.g., name:char*.

How do I search for cards with a specific HP range?

Use the hp: filter with range syntax, e.g., hp:[100 TO 200] for HP between 100 and 200 inclusive.

How do I exclude a type from the search results?

Use the - prefix before the types: filter, e.g., -types:water to exclude water-type cards.

Where does the card data come from?

The MCP uses the Pokemon TCG API to fetch card data and images.