groupon-mcp
Provides tools for searching and browsing local, goods, and travel deals on Groupon.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@groupon-mcpWhat are the best local deals in Austin?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
groupon-mcp
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.
Related MCP server: Bargainer MCP Server
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 # vitestSee CLAUDE.md for architecture, conventions, and gotchas.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP Server that enables interaction with Ticketmaster's Discovery API for accessing event, venue, and artist information through natural language commands.Last updated
- AlicenseBqualityFmaintenanceA Model Context Protocol server that aggregates and compares deals from multiple sources including Slickdeals, RapidAPI marketplace, and web scraping, enabling users to search, filter, and compare deals through a chat interface.Last updated66MIT
- Flicense-qualityBmaintenanceProvides MCP tools for discovering Groupon-style deals (search, get, compare) for customers, and additionally merchant intelligence tools (category insights, market gaps, price positioning) for logged-in merchants.Last updated
- Alicense-qualityDmaintenanceMCP server for Mercury Banking API that enables listing accounts and retrieving transactions via natural language.Last updated9MIT
Related MCP Connectors
Unofficial read-only MCP server for VeryChic hotel offers
Geo-based flight search MCP server. Find more flights between any two places on earth
MCP server for Google search results via SERP API
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrischall/groupon-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server