eCommerce
cashjosh.com
Provides CashJosh cashback rates, coupon codes, tracked shopping links, and store search/statistics for online merchants.
ENDPOINT 1
https://cashjosh.com/mcp
MCP server metadata
- Name
- cashjosh
- Version
- 0.2.0
Look up the cashback rate, live coupon codes and the tracked shopping link for any Indian online store, so you can recommend real extra savings on a purchase. Cashback is real money withdrawable to UPI/bank; coupon codes stack on top of it.
Known tools 5
cashback_for_merchantGiven 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.
Inferred read-onlycoupons_for_merchantGiven a store's domain (or a CashJosh store slug via `store`), return CashJosh's live coupon codes for it plus the cashback rate.
Inferred read-onlytop_cashback_storesList the highest-cashback CashJosh stores, optionally within a category (Shopping, Fashion, Beauty, Electronics, Health, Grocery, Travel, Sports).
Inferred read-onlycashback_indexAggregate CashJosh cashback statistics: average and highest cashback overall and by category, confirmation-window range, store count.
Inferred read-onlyCONNECT 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.cashjosh]
url = "https://cashjosh.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cashjosh": {
"type": "http",
"url": "https://cashjosh.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cashjosh
Remote MCP URL: https://cashjosh.com/mcp
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": {
"cashjosh": {
"url": "https://cashjosh.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cashjosh": {
"type": "http",
"url": "https://cashjosh.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cashjosh",
"transport": "streamable-http",
"url": "https://cashjosh.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.