Find coupon and promo codes for any online store, ordered by how likely they are to work.
· MCP Registry:
com.trypinchy/pinchy · trypinchy.com
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.
{ "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"] } } }
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.
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.
The server receives a store domain and nothing else: no account, no conversation content, no identifiers. Full policy: https://trypinchy.com/privacy.html · Contact: hi@trypinchy.com
Source-derived launch command. Check the maintainer’s required arguments and credentials before running:
npx -y pinchy-mcpMerge this template into ~/Library/Application Support/Claude/claude_desktop_config.json. Keep existing servers. Add any arguments, credentials, and permissions required by the maintainer; this template has not been install-tested.
{
"mcpServers": {
"com-trypinchy-pinchy": {
"command": "npx",
"args": [
"-y",
"pinchy-mcp"
]
}
}
}Restart Claude Desktop completely for changes to take effect. Confirm the server appears connected in the client’s tool list, then try a read-only example from its documentation.
Claude Desktop setup referencepinchy-mcpnpmPinchy works with any MCP-compatible client. Copy the config snippet from the Configuration section above and add it to the file shown for your client, then restart the application.
~/Library/Application Support/Claude/claude_desktop_config.jsonRestart Claude Desktop completely for changes to take effect.~/.cursor/mcp.jsonRestart Cursor for changes to take effect..vscode/mcp.jsonReload VS Code window for changes to take effect.~/.codeium/windsurf/mcp_config.jsonRestart Windsurf for changes to take effect..mcp.jsonSave at the project root, then start Claude Code in that project and review the MCP server approval prompt. Keep real credentials out of shared files.