Model Context Protocol

Cardpeer MCP Server

Let your AI look up card prices, find listings, and browse sets on Cardpeer while you chat.

What is MCP?

MCP is an open standard that connects AI assistants (like Claude) to outside data. Hook up the Cardpeer MCP server and your AI can pull card prices, search listings, and check set info on its own.

Available tools

search_cards

Search cards and sealed products by game, language, condition, price, set, rarity, and other filters.

search_listings

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

get_product

Pull full details for a single product: card info, set, series, pricing, and language variants.

get_pricing

Get historical pricing data from Cardpeer and the market over a date range you choose.

list_sets

List card sets and expansions, filtered by game, language, or search term.

list_series

List card series with their product and set counts.

Quick start

Add the Cardpeer MCP server to your AI tool with the config below. No API key needed.

Claude Desktop

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

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

Cursor

Add this to your .cursor/mcp.json (or Settings > MCP):

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

Server endpoint

The MCP server runs at https://cardpeer.com/mcp using Streamable HTTP transport.