Back to Discover

groupon-mcp

connector

chrischall

Groupon deals for Claude — search and browse local, goods, and travel deals

View on GitHub
0 starsSynced Aug 3, 2026

Install to Claude Code

/plugin marketplace add chrischall/groupon-mcp

README

groupon-mcp

CI npm license

MCP server for Groupon — search and browse local, goods, and travel deals from Claude via natural language.

This project was developed and is maintained by AI. Use at your own discretion.

Status

Early read-path MVP. Deal-read tools (search and browse over Groupon's public consumer endpoint) land in upcoming phases; this release establishes the server skeleton. No API key or account is required to read deals.

Setup

Add the server to your .mcp.json:

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

Development

npm install
npm run build   # tsc + esbuild bundle → dist/
npm test        # vitest

See CLAUDE.md for architecture, conventions, and gotchas.

License

MIT

Rendered live from chrischall/groupon-mcp's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
npm packageInstall via npm (stdio transport)mcp-servergroupon-mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.