mcpserver.lol
registry/gotcashback
Connection check verified live · 20h ago

gotcashback

Compare cashback rates across portals and discounted gift cards for stores in 30+ countries.

Tools 18
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

18 tools

Read from the running server on 20h ago.

get_best_deals_by_brand read-only brand_name*country_code
Finds where to buy a brand's products with the most savings: returns the matching brands and, for each, the stores carrying it ranked by best current cashback rate, then best gift…
get_best_deals_by_category read-only country_codecategory_name*
Finds where to buy products from a shopping category with the most savings: returns the matching categories and, for each, the stores in it ranked by best current cashback rate, th…
get_cashback_rates_by_store_id read-only 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…
get_cashback_rates_by_store_name read-only store_name*country_code
Finds a store by name and returns its current cashback rates from every cashback portal that lists it — online and in-store, percentage or fixed amount, with 'up to' flags — so the…
get_countries read-only
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'). Use it only to…
get_gift_cards_by_store_id read-only 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. Use it only when a st…
get_gift_cards_by_store_name read-only store_name*country_code
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…
get_my_alerts read-only
Returns the signed-in user's cashback and gift card alerts (store, type, threshold percent, last notification). Use it for 'what alerts do I have?' or before changing an alert. Req…
get_my_favorite_stores read-only
Returns the signed-in user's favorite stores (with their store_id). Use it when the user asks about 'my favorites' or 'my saved stores'; pair the store_ids with get_cashback_rates_…
get_my_profile read-only
Returns the signed-in user's GotCashback profile (name, email, avatar). Use it when the user asks who they are signed in as or wants their account details. Requires OAuth sign-in w…
get_portal_by_id read-only portal_id*
Returns one cashback portal by its numeric id (the 'id' from a get_portals or get_portals_by_name result) with its payout terms for that country. Use it only when the id is already…
get_portals read-only country_code
Returns the cashback portals GotCashback compares, optionally for one country, each with its payout terms. Use it to list the portals available in a country ('which cashback portal…
get_portals_by_name read-only portal_name*country_code
Searches cashback portals by name (e.g. 'Rakuten', 'TopCashback', 'Honey') and returns each match with its payout terms, one entry per country the portal operates in. Use it when t…
get_stores_by_country read-only country_code*
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…
get_stores_by_name read-only store_name*country_code
Searches stores by name and returns the matching stores' identity only — store_id, name, country_code, website domain and GotCashback store page url — without cashback rates or gif…
remove_store_alert can modify data store_id*alert_type*
Removes the signed-in user's alert for a store and alert type ('cashback' or 'gift_card'). Use it for 'stop alerting me about Nike cashback'. Use get_my_alerts to find the store_id…
set_store_alert store_id*alert_type*threshold_percent*
Creates or updates an alert that emails the signed-in user when a store's cashback rate or gift card discount reaches the threshold percent or higher. Use it for 'alert me when Nik…
toggle_favorite_store favorite*store_id*
Adds a store to, or removes it from, the signed-in user's favorite stores. Use it for 'add Best Buy to my favorites' or 'remove Nike from my favorites'. Needs the store_id: take it…