pokemon-tcg-mcp

Pokémon TCG MCP Server API Reference

This document provides a detailed reference for the Pokémon TCG MCP Server API. This API allows you to retrieve comprehensive data about Pokémon TCG cards, sets, and more.

Base URL

All API endpoints are relative to the following base URLs:


Endpoints

1. Server Home

A simple endpoint to confirm that the server is running.


2. Search for Cards

Searches for Pokémon TCG cards based on various criteria. Supports pagination.


3. Get Card by ID

Retrieves a specific Pokémon TCG card by its unique ID.


4. Get Card Price

Fetches the TCGPlayer market price for a specific card by its name.


5. Get All Sets

Retrieves a list of all Pokémon TCG sets.


6. Get All Card Types

Retrieves a list of all available Pokémon TCG card types.


7. Get All Card Supertypes

Retrieves a list of all available Pokémon TCG card supertypes.


8. Get All Card Subtypes

Retrieves a list of all available Pokémon TCG card subtypes.


9. Get All Card Rarities

Retrieves a list of all available Pokémon TCG card rarities.