Model Context Protocol

Cardpeer MCP Server

Give your AI assistant real-time access to card prices, listings, sets, and more — directly from Cardpeer.

What is MCP?

The Model Context Protocol (MCP) is an open standard that lets AI assistants like Claude connect to external data sources and tools. With the Cardpeer MCP server, your AI can search cards, look up prices, browse listings, and explore sets without leaving the conversation.

Available Tools

search_cards

Search for trading cards and sealed products with filters for game, language, condition, price, set, rarity, and more.

search_listings

Find individual seller listings for a specific product, grouped by condition and price.

get_product

Get full details for a single product — card info, set, series, pricing snapshots, and language variants.

get_pricing

Retrieve historical pricing snapshots from Cardpeer and the market with a configurable date range.

list_sets

List available card sets and expansions with filtering by game, language, or search query.

list_series

List available card series with product and set counts.

Quick Start

Add the Cardpeer MCP server to your AI tool of choice using the configuration below. No API key required.

Claude Desktop

Add this to your claude_desktop_config.json file (Settings → Developer → Edit Config):

{
  "mcpServers": {
    "cardpeer": {
      "type": "streamable-http",
      "url": "https://cardpeer.com/mcp"
    }
  }
}

Cursor

Add this to your .cursor/mcp.json file (or via Settings → MCP):

{
  "mcpServers": {
    "cardpeer": {
      "type": "streamable-http",
      "url": "https://cardpeer.com/mcp"
    }
  }
}

Server endpoint

The MCP server is hosted at https://cardpeer.com/mcp and uses the Streamable HTTP transport.