GotCashback

Compare cashback rates across cashback portals and find discounted gift cards for stores in 30+ countries (hosted, streamable HTTP).

Documentation

GotCashback MCP server

Endpoint: https://mcp.gotcashback.com (streamable HTTP) · Docs: https://www.gotcashback.com/mcp-server/ · Registry name: com.gotcashback/gotcashback

GotCashback compares the cashback rates that multiple cashback portals currently pay for the same online or in-store retailer, and finds discounted gift cards from multiple sellers, across 30+ countries. Rates are refreshed several times a day. Every result carries the tracked GotCashback link for the portal; cashback is only credited when the purchase starts from that link.

All comparison tools work without an account. Signing in with a GotCashback account (OAuth 2.1, dynamic client registration, PKCE) unlocks the personal tools: profile, favorite stores, and cashback / gift card alerts.

This repository holds the public metadata for the hosted server (server.json for the Official MCP Registry). The server itself is closed-source and operated by GotCashback.

Connect

Claude.ai / Claude Desktop — Settings → Connectors → Add custom connector → URL https://mcp.gotcashback.com. Sign in when you first use a personal tool.

Claude Code

claude mcp add --transport http gotcashback https://mcp.gotcashback.com

Cursor (.cursor/mcp.json) / VS Code (.vscode/mcp.json)

{
  "mcpServers": {
    "gotcashback": { "url": "https://mcp.gotcashback.com" }
  }
}

(VS Code uses the key servers instead of mcpServers.)

ChatGPT — Settings → Connectors → Create → MCP server URL https://mcp.gotcashback.com, authentication OAuth.

Tools

ToolAuthKindWhat it does
get_cashback_rates_by_store_namenonereadCurrent cashback rates from every portal for a store, by name and country
get_cashback_rates_by_store_idnonereadSame, by GotCashback store ID
get_stores_by_namenonereadSearch stores by name
get_stores_by_countrynonereadList stores available in a country
get_countriesnonereadSupported countries
get_portalsnonereadList cashback portals and payout terms
get_portals_by_namenonereadSearch portals by name
get_portal_by_idnonereadPortal details by ID
get_best_deals_by_brandnonereadBest current deals for a brand
get_best_deals_by_categorynonereadBest current deals in a category
get_gift_cards_by_store_namenonereadDiscounted gift cards for a store, by name
get_gift_cards_by_store_idnonereadSame, by store ID
get_my_profileOAuth profilereadThe signed-in user's profile
get_my_favorite_storesOAuth favoritesreadThe user's favorite stores
toggle_favorite_storeOAuth favoriteswriteAdd or remove a favorite store
get_my_alertsOAuth alertsreadThe user's cashback and gift card alerts
set_store_alertOAuth alertswriteCreate or update an alert for a store
remove_store_alertOAuth alertswrite (destructive)Delete an alert

Every tool declares title, readOnlyHint and destructiveHint.

Authentication

Links