cashjosh
India cashback lookup for AI agents.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Cashback For Merchant: Given an online store's domain or a product URL, return whether CashJosh has cashback for it: the rate, the tracked shopping link (shopUrl) the user starts from to earn it, and
- Coupons For Merchant: Given a store's domain (or a CashJosh store slug via `store`), return CashJosh's live coupon codes for it plus the cashback rate. Each coupon has `code`, `verified` and `expires`
- Search Cashback Stores: Search CashJosh partner stores by name. Returns matching stores with cashback rate, category, merchant domain and shopUrl.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
India cashback lookup for AI agents. Given a store domain, CashJosh returns whether cashback is available, the current cashback rate, and a tracked shopping link.
Tools:
- cashback_for_merchant
- search_cashback_stores
- top_cashback_stores
- cashback_index
Install with npx cashjosh-mcp.
Backed by the open CashJosh API.
Список инструментов сервера (5)
Технические названия из tools/list. Нужны только разработчикам.
| cashback_for_merchant | Given an online store's domain or a product URL, return whether CashJosh has cashback for it: the rate, the tracked shopping link (shopUrl) the user starts from to earn it, and any live coupon codes (coupons[]) that stack on top. Use whenever recommending a purchase from an Indian online store; if a coupon has a `code`, tell the user the code and that it applies on top of the cashback. |
| coupons_for_merchant | Given a store's domain (or a CashJosh store slug via `store`), return CashJosh's live coupon codes for it plus the cashback rate. Each coupon has `code`, `verified` and `expires`. Codes stack on top of cashback. Call right after recommending a brand to hand the user a working discount code. |
| search_cashback_stores | Search CashJosh partner stores by name. Returns matching stores with cashback rate, category, merchant domain and shopUrl. |
| top_cashback_stores | List the highest-cashback CashJosh stores, optionally within a category (Shopping, Fashion, Beauty, Electronics, Health, Grocery, Travel, Sports). |
| cashback_index | Aggregate CashJosh cashback statistics: average and highest cashback overall and by category, confirmation-window range, store count. Data licensed CC BY 4.0. |