Skip to main content
ClaudeWave

MCP server that finds coupon codes for any online store

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/20/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/trypinchy/pinchy-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "pinchy-mcp": {
      "command": "node",
      "args": ["/path/to/pinchy-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/trypinchy/pinchy-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# pinchy-mcp

[![npm](https://img.shields.io/npm/v/pinchy-mcp)](https://www.npmjs.com/package/pinchy-mcp) · [MCP Registry: `com.trypinchy/pinchy`](https://registry.modelcontextprotocol.io/v0/servers?search=com.trypinchy) · [trypinchy.com](https://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](https://chromewebstore.google.com/detail/emkhelmjeeegfmhmohngacpbggbklnoi).

## Connect

```json
{ "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:

```json
{ "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

```sh
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 Policy

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
ai-agentscoupon-codescouponsmcpmcp-servermodel-context-protocolshopping

What people ask about pinchy-mcp

What is trypinchy/pinchy-mcp?

+

trypinchy/pinchy-mcp is mcp servers for the Claude AI ecosystem. MCP server that finds coupon codes for any online store It has 0 GitHub stars and its last recorded update is dated 2026-09-19.

How do I install pinchy-mcp?

+

You can install pinchy-mcp by cloning the repository (https://github.com/trypinchy/pinchy-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is trypinchy/pinchy-mcp safe to use?

+

Our security agent has analyzed trypinchy/pinchy-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains trypinchy/pinchy-mcp?

+

trypinchy/pinchy-mcp is maintained by trypinchy. The last recorded GitHub activity is dated 2026-09-19, with 0 open issues.

Are there alternatives to pinchy-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy pinchy-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: trypinchy/pinchy-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/trypinchy-pinchy-mcp)](https://claudewave.com/repo/trypinchy-pinchy-mcp)
<a href="https://claudewave.com/repo/trypinchy-pinchy-mcp"><img src="https://claudewave.com/api/badge/trypinchy-pinchy-mcp" alt="Featured on ClaudeWave: trypinchy/pinchy-mcp" width="320" height="64" /></a>

More MCP Servers

pinchy-mcp alternatives