← cashjosh.com

INDIVIDUAL MCP TOOL

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.

cashjosh.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://cashjosh.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for coupons_for_merchant 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

cashjosh.com

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.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.

Related tools

  • 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.
  • search_cashback_stores — Search CashJosh partner stores by name.
  • 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.