INDIVIDUAL MCP TOOL
get_my_alerts
Returns the signed-in user's cashback and gift card alerts (store, type, threshold percent, last notification).
LIVE ENDPOINT
https://mcp.gotcashback.com
Connect to this endpoint to inspect the live schema for get_my_alerts 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.gotcashback]
url = "https://mcp.gotcashback.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gotcashback": {
"type": "http",
"url": "https://mcp.gotcashback.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gotcashback
Remote MCP URL: https://mcp.gotcashback.com
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": {
"gotcashback": {
"url": "https://mcp.gotcashback.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gotcashback": {
"type": "http",
"url": "https://mcp.gotcashback.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gotcashback",
"transport": "streamable-http",
"url": "https://mcp.gotcashback.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_portals— Returns the cashback portals GotCashback compares, optionally for one country, each with its payout terms.get_cashback_rates_by_store_id— Returns the current online and in-store cashback rates from every cashback portal for one store identified by its numeric store_id, so the user can compare every portal and see the best.get_countries— Returns the countries GotCashback covers, each with the lowercase ISO 3166-1 alpha-2 'code' to pass as country_code to the other tools (the United Kingdom is 'gb').get_gift_cards_by_store_id— Returns the discounted gift cards currently on sale for one store identified by its numeric store_id, from multiple sellers, so the discounts can be compared.get_portals_by_name— Searches cashback portals by name (e.get_stores_by_country— Lists every store that currently has cashback offers in one country — identity, store page url and whether discounted gift cards exist ('has_gift_cards', 'gift_cards_url'), but no rates.get_gift_cards_by_store_name— Finds a store by name and returns the discounted gift cards currently on sale for it from multiple gift card sellers — face value, price, discount percent, digital or physical — so the user can compare every seller and see the best discount.get_my_profile— Returns the signed-in user's GotCashback profile (name, email, avatar).