io.github.chrischall/groupon-mcp
Groupon deals for Claude — search and browse local, goods, and travel deals
Open source Open in the app JSON README (API)
About
Groupon deals for Claude — search and browse local, goods, and travel deals
Details
- Kind
- MCP servers
- Topic
- Maps, weather & travel
- Publisher
- chrischall
- Origin
- official
- Category
- ferramentas
- Transport
- local
- Version
- 0.3.0
- Stars
- 1
- Last push
- 2026-09-05T14:03:50Z
- Repository state
- ativo
- Language
- TypeScript
- License
- MIT
- Added
- 2026-08-29 03:02:34
- Updated
- 2026-09-04 23:00:30
- Origin id
io.github.chrischall/groupon-mcp
README
# groupon-mcp
[](https://github.com/chrischall/groupon-mcp/actions/workflows/ci.yml)
[](https://www.npmjs.com/package/groupon-mcp)
[](LICENSE)
MCP server for [Groupon](https://www.groupon.com) — 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`:
```json
{
"mcpServers": {
"groupon": {
"command": "npx",
"args": ["-y", "groupon-mcp"]
}
}
}
```
## Development
```bash
npm install
npm run build # tsc + esbuild bundle → dist/
npm test # tsc typecheck + vitest
```
See [CLAUDE.md](CLAUDE.md) for architecture, conventions, and gotchas.
## License
MIT