{
  "markdown": "# groupon-mcp\n\n[![CI](https://github.com/chrischall/groupon-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/chrischall/groupon-mcp/actions/workflows/ci.yml)\n[![npm](https://img.shields.io/npm/v/groupon-mcp)](https://www.npmjs.com/package/groupon-mcp)\n[![license](https://img.shields.io/npm/l/groupon-mcp)](LICENSE)\n\nMCP server for [Groupon](https://www.groupon.com) — search and browse local, goods, and travel deals from Claude via natural language.\n\n> This project was developed and is maintained by AI. Use at your own discretion.\n\n## Status\n\nEarly 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.\n\n## Setup\n\nAdd the server to your `.mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"groupon\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"groupon-mcp\"]\n    }\n  }\n}\n```\n\n## Development\n\n```bash\nnpm install\nnpm run build   # tsc + esbuild bundle → dist/\nnpm test        # tsc typecheck + vitest\n```\n\nSee [CLAUDE.md](CLAUDE.md) for architecture, conventions, and gotchas.\n\n## License\n\nMIT\n",
  "bytes": 1162,
  "sha": "6bb6a3fa8ab13e2a0f8eda4055a95cd6e4b3a9d9dea66ff626b1427abb20064d",
  "repo_slug": "chrischall/groupon-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_chrischall_groupon_mcp_928625b9/readme"
}