groupon-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| groupon_healthcheckA | Report that the groupon-mcp server is running and its version. Deal-read tools arrive in a later phase. |
| groupon_search_dealsA | Search or browse Groupon deals for a city (division). Pass |
| groupon_get_dealA | Fetch a single Groupon deal by its permalink slug (or full deal URL). Returns full detail by default; set compact=true for a slim view (title, subtitle, merchant, price, rating, division, option summaries, url). |
| groupon_list_categoriesA | Fetch Groupon's category taxonomy tree. Set compact=true for a slim {title, url, children} tree. |
| groupon_view_cartA | View the items currently in your signed-in Groupon cart. Requires a Groupon session (GROUPON_SESSION_COOKIE, or the fetchproxy browser bridge signed into groupon.com). |
| groupon_purchaseA | Add a Groupon deal option to your cart, ready for checkout. WITHOUT confirm:true this is a DRY RUN — it previews what would be added and makes NO change to your cart. WITH confirm:true it adds the item, re-reads the cart to verify, and returns the checkout URL for YOU to complete payment. It CANNOT place the order — Groupon checkout is native Apple/Google Pay, card, or PayPal. |
| groupon_clear_cartA | Remove ALL items from your signed-in Groupon cart. WITHOUT confirm:true this is a DRY RUN listing what would be removed. WITH confirm:true it removes every line item and re-reads the cart to verify it is empty. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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