MINTY MCP

Cashback and Coupons, with Minty MCP

Connect the Minty MCP server to your AI agent and it gets native access to real-time Coupon codes, Cashback rates, and store offers — across thousands of merchants, structured for your agent to actually use.

Read The Docs
mcp-config.json
JSON
{  "mcpServers": {    "minty": {      "url": "https://mcp.minty.com/mcp"    }  }}
PROMPTS

Ask your agent to...

  • "Find store offers for Target"
  • "What Cashback is available for beauty products?"
  • "Find Coupon codes for Sephora"
  • "Help me find shopping savings for home decor"
  • "Find Coupon codes for Pizza Hut"
AGENTIC TOOLS

Everything your agent needs to save shoppers money

  • Store offers

    Surface live Promos and merchant deals for a store, category, or general shopping query.

  • Cashback

    Look up Cashback rates for a product, brand, merchant, or category before checkout.

  • Coupon codes

    Pull Promo codes and checkout savings for a specific merchant or domain.

query is required on every tool; merchant, domain_name, and category narrow the search. offset and limit handle pagination.

BUILT FOR AGENTS, NOT SCRAPERS

Typed responses your agent can actually reason over

Every tool returns a typed, predictable shape — deals, Cashback, or Coupons — so your agent can render or reason over the result without guessing at HTML.

mcp-response.json
JSON
{  "type": "cashback",  "data": {    "merchant": "Target",    "results": []  }}
DEMO

Structured responses,
not scraped HTML

Every tool returns a typed, predictable shape — deals, Cashback, or Coupons — so your agent can render or reason over the result without guessing at HTML.

agent · Minty
JSON

// user

“Find the best Cashback for Sephora and give me a code.”


→ tool  minty.find_product_cashback(    query: "cashback for Sephora",    merchant: "Sephora",    category: "beauty")
{  "type": "cashback",  "merchant": "Sephora",  "rate": "6.0%",  "code": "AGENT-BEAUTY"}

Cashback found · ready to save

ClaudeChatGPT

Compatibility can vary by client version and MCP feature support.

QUICKSTART

Connect in under 2 minutes

Install in Claude

  1. Open Claude → Settings → Connectors
  2. Click Add → Add custom connector
  3. Name it "Minty", paste https://mcp.minty.com/mcp as the Remote MCP server URL
  4. Click Add, start a new chat, try: "What Cashback is available for beauty?"

Install in ChatGPT

  1. Open ChatGPT → Settings → Apps → Create app
  2. Name: "Minty", Connection: Server URL, Authentication: No Auth
  3. Paste https://mcp.minty.com/mcp
  4. Confirm the custom MCP server warning, click Create
  5. Try: "Find Coupon codes for Pizza Hut"
GET STARTED

Add Cashback and Coupons to your agent today

endpoint-url
JSON

https://mcp.minty.com/mcp

Get Started