get_cashback_rates_by_store_id — GotCashback MCP Tool Read-only
get_cashback_rates_by_store_id
(get cashback rates by store id) is one of 18 tools on the
GotCashback
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call get_cashback_rates_by_store_id from your client
- Claude Code GotCashback get_cashback_rates_by_store_id run in your project directory
- Claude Desktop GotCashback get_cashback_rates_by_store_id ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor GotCashback get_cashback_rates_by_store_id ~/.cursor/mcp.json
- VS Code GotCashback get_cashback_rates_by_store_id .vscode/mcp.json
- Zed GotCashback get_cashback_rates_by_store_id ~/.config/zed/settings.json
- Windsurf GotCashback get_cashback_rates_by_store_id ~/.codeium/windsurf/mcp_config.json
- Cline GotCashback get_cashback_rates_by_store_id ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI GotCashback get_cashback_rates_by_store_id ~/.gemini/settings.json
- Grok GotCashback get_cashback_rates_by_store_id .mcp.json (in your project root)
- ChatGPT GotCashback get_cashback_rates_by_store_id Settings → Connectors → Advanced → Developer mode
- Claude.ai GotCashback get_cashback_rates_by_store_id Settings → Connectors → Add custom connector
- LangChain GotCashback get_cashback_rates_by_store_id pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http gotcashback https://mcp.gotcashback.com
Other tools on this server
- get_portals
- get_countries
- get_gift_cards_by_store_id
- get_portals_by_name
- get_stores_by_country
- get_my_alerts
- get_gift_cards_by_store_name
- get_my_profile
- get_stores_by_name
- get_portal_by_id
- get_cashback_rates_by_store_name
- set_store_alert
- toggle_favorite_store
- get_my_favorite_stores
- remove_store_alert
- get_best_deals_by_brand
- get_best_deals_by_category
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.