pinchy-mcp

MCP serverEverything else

Find coupon and promo codes for any online store, ordered by how likely they are to work.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use pinchy-mcp

From the project's README

As published by trypinchy/pinchy-mcp in README.md.

MCP server that finds coupon codes for any online store. Remote endpoint: https://mcp.trypinchy.com/mcp (Streamable HTTP, no auth).

Shopping in a browser yourself? The same codes, tried for you at checkout: Pinchy – Coupon Finder & Auto Apply for Chrome.

Connect

{ "mcpServers": { "pinchy": { "type": "http", "url": "https://mcp.trypinchy.com/mcp" } } }

Claude Code: claude mcp add --transport http pinchy https://mcp.trypinchy.com/mcp

Clients that only speak stdio can run the npm package instead:

{ "mcpServers": { "pinchy": { "command": "npx", "args": ["-y", "pinchy-mcp"] } } }

Tool

find_coupons({ store, limit? })store is a domain or any URL on the store; limit defaults to 10 (max 50). Returns { domain, storeName?, coupons: [{ code, description?, expiresAt?, successCount?, lastWorkedAt? }] }, ordered by how likely a code is to work. An unknown store returns an empty list.

Run it yourself

pnpm install
pnpm dev          # http://127.0.0.1:4020/mcp
pnpm test

Config is read from the environment, see .env.example. The process binds to 127.0.0.1 and trusts CF-Connecting-IP for rate limiting, so expose it only through a proxy that sets that header.

Privacy: the server receives a store domain and nothing else. https://api.trypinchy.com/v1/ext/privacy

Advanced
Delivery
pinchy MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
com-trypinchy-pinchy
Source
github.com/trypinchy/pinchy-mcp
Hosted endpoint
https://mcp.trypinchy.com/mcp