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_cardsSearch cards and sealed products by game, language, condition, price, set, rarity, and other filters.
search_listingsFind seller listings for a product, grouped by condition and price.
get_productPull full details for a single product: card info, set, series, pricing, and language variants.
get_pricingGet historical pricing data from Cardpeer and the market over a date range you choose.
list_setsList card sets and expansions, filtered by game, language, or search term.
list_seriesList 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.