GotCashback MCP Server

Connect Claude, ChatGPT, and other MCP-compatible AI assistants directly to GotCashback's live cashback rates, portal comparisons, store data, and gift card deals — no scraping, no stale data.

What is MCP?

The Model Context Protocol (MCP) is an open standard that lets AI assistants call external tools and pull live data during a conversation. Instead of an AI guessing at cashback rates from outdated training data, it can query GotCashback's server directly and get current numbers.

What the GotCashback MCP server does

Once connected, an AI assistant can look up cashback portals, compare rates across portals for a given store, browse stores by country, and find discounted gift cards — all in response to a user's question, with results pulled live from GotCashback.

Available tools

ToolWhat it doesKey inputs
get_countriesLists countries supported by the cashback comparison engine
get_portalsLists cashback portals, optionally by countrycountry_code (optional)
get_portals_by_nameSearches portals by nameportal_name, country_code (optional)
get_portal_by_idGets a specific portal by IDportal_id
get_stores_by_countryLists online stores for a country with cashback infocountry_code
get_stores_by_nameSearches stores by namestore_name, country_code (optional)
get_cashback_rates_by_store_idCompares cashback rates across portals for a storestore_id
get_cashback_rates_by_store_nameSame, but searches by store name firststore_name, country_code (optional)
get_gift_cards_by_store_idLists discounted gift cards for a storestore_id
get_gift_cards_by_store_nameSame, but searches by store name firststore_name, country_code (optional)

Account tools (optional sign-in)

Signing in with your GotCashback account (OAuth 2.1 — your AI client will offer it automatically) unlocks additional per-user tools. All the comparison tools above keep working without signing in.

ToolWhat it doesKey inputs
get_my_profileReturns your GotCashback profile
get_my_favorite_storesLists your favorite stores
toggle_favorite_storeAdds or removes a store from your favoritesstore_id, favorite
get_my_alertsLists your cashback and gift card alerts
set_store_alertEmails you when a store's cashback rate or gift card discount reaches a thresholdstore_id, alert_type, threshold_percent
remove_store_alertRemoves an alert for a storestore_id, alert_type

Server endpoint

https://mcp.gotcashback.com

This is a remote MCP server (Streamable HTTP transport). You don't need to install or host anything — just point a compatible AI assistant at the URL below.

Installation instructions

Claude (claude.ai / Claude Desktop)

  1. Open Settings → Connectors (in Claude Desktop: Settings → Connectors; on claude.ai: the connectors icon in a chat).
  2. Click Add custom connector.
  3. Enter the URL: https://mcp.gotcashback.com
  4. Give it a name (e.g. "GotCashback") and save.
  5. Enable the connector in any conversation where you want cashback lookups — Claude will call the tools automatically when relevant.

ChatGPT

  1. Open Settings → Connectors (available on plans that support custom/developer connectors).
  2. Choose to add a custom connector and enter the server URL: https://mcp.gotcashback.com
  3. Follow the prompts to authorize and enable it for use in chat or in a custom GPT's configuration.

Other MCP-compatible clients (Cursor, Windsurf, etc.)

Most MCP clients accept a JSON config pointing at a remote server. A typical entry looks like:

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

Check your specific client's documentation for where this config file lives (e.g. ~/.cursor/mcp.json for Cursor) — the URL and structure above are the same across most clients since they follow the same MCP spec.

Example prompts once connected

  • "What's the best cashback rate for Best Buy right now?"
  • "Are there any discounted gift cards for Target?"
  • "Which cashback portals are available in the UK?"

Questions or issues?

If a connection fails or a tool call errors out, double-check the URL is entered exactly as https://mcp.gotcashback.com with no trailing path. For further help, contact GotCashback support.