CardDeals MCP Server

MCP serverSearch

Search current U.S. gift-card discounts from validated providers. Anonymous and read-only.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use CardDeals MCP Server to search gift card deals

From the project's README

As published by cello305/carddeals-mcp in README.md.

Official Model Context Protocol (MCP) server for CardDeals — query and compare real-time discounted digital gift cards across 700+ top retail, dining, travel, and entertainment brands directly inside AI assistants (Claude, Cursor, ChatGPT, and autonomous purchasing agents).


🚀 Key Features

  • Anonymous & Free: No authentication, account creation, or API keys required during public beta.
  • Safe & Read-Only: Exposes discovery and price comparison tools with zero mutation or direct checkout permissions.
  • Streamable HTTP: Modern remote MCP transport compatible with Claude Desktop, Cursor, and standard MCP clients.
  • Real-Time Data: Live discount rates, seller observation timestamps, and condition disclosures across secondary marketplaces.

🛠️ Available MCP Tools

ToolDescriptionExample Query
search_gift_card_dealsSearch current discounts by brand text or category (Food, Retail, Travel, Tech, Fashion). Returns up to 10 products."Find dining deals for date night"
get_gift_card_dealsRetrieve all current validated offers, sellers, and conditions for a specific brand slug or product ID."Get current Starbucks gift card deals"
lookup_gift_card_dealsBatch resolve up to 10 brand slugs or product IDs in a single call."Check discounts for Apple, Target, and Airbnb"

⚙️ Client Quickstart

1. Claude Desktop

Add the following to your claude_desktop_config.json:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "carddeals": {
      "type": "http",
      "url": "https://catalog.carddeals.co/mcp"
    }
  }
}

2. Cursor IDE

Add to your project's .cursor/mcp.json or global MCP settings:

{
  "mcpServers": {
    "carddeals": {
      "type": "http",
      "url": "https://catalog.carddeals.co/mcp"
    }
  }
}

3. REST / OpenAPI Alternative

If your agent framework prefers OpenAPI or REST tool calling:

# Search deals by brand
curl "https://catalog.carddeals.co/v1/deals/search?q=starbucks&limit=5"

# Get brand details
curl "https://catalog.carddeals.co/v1/deals/brands/starbucks"

# Batch lookup
curl "https://catalog.carddeals.co/v1/deals/lookup?ids=starbucks,target,airbnb"

🔒 Safety & Freshness Rules

  • Freshness: Deals, discounts, and inventory fluctuate constantly. Tools return observation timestamps (fetched_at) and assembly timestamps (as_of).
  • Validation: Recheck the destination seller before completing a purchase.
  • Disclosures: Third-party affiliate links and CardDeals-owned inventory are clearly labeled in response metadata.

📄 License

MIT License. See LICENSE for details.

Tools it offers (3)

What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.

  • search_gift_card_deals
  • lookup_gift_card_deals
  • get_gift_card_deals

Signals

Last commit
Sep 2026
Advanced
Delivery
carddeals-mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
io-github-cello305-carddeals-mcp
Source
github.com/cello305/carddeals-mcp
Hosted endpoint
https://catalog.carddeals.co/mcp