INDIVIDUAL MCP TOOL
lookup_gift_card_deals
Use this when the user supplies up to 10 exact CardDeals product IDs or brand slugs to compare in one call.
LIVE ENDPOINT
https://catalog.carddeals.co/mcp
Connect to this endpoint to inspect the live schema for lookup_gift_card_deals and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.co-carddeals-deals]
url = "https://catalog.carddeals.co/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"co-carddeals-deals": {
"type": "http",
"url": "https://catalog.carddeals.co/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: co-carddeals-deals
Remote MCP URL: https://catalog.carddeals.co/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"co-carddeals-deals": {
"url": "https://catalog.carddeals.co/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"co-carddeals-deals": {
"type": "http",
"url": "https://catalog.carddeals.co/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "co-carddeals-deals",
"transport": "streamable-http",
"url": "https://catalog.carddeals.co/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_gift_card_deals— Use this when the user wants to discover or compare current U.get_gift_card_deals— Use this when the user asks for complete current provider details for one exact gift-card brand.