Lemonade MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_quoteA | Get an insurance quote from Lemonade for renters, homeowners, pet, or car insurance |
| view_policyB | View details of an existing Lemonade insurance policy |
| file_claimB | File a new insurance claim with Lemonade |
| check_claim_statusA | Check the status of an existing Lemonade insurance claim |
| update_coverageC | Update coverage on an existing Lemonade insurance policy |
| get_documentsA | Retrieve policy documents from Lemonade (declarations page, policy contract, etc.) |
| contact_supportC | Contact Lemonade customer support |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool has a clearly distinct purpose targeting specific insurance operations: checking claim status, contacting support, filing claims, retrieving documents, getting quotes, updating coverage, and viewing policies. There is no overlap or ambiguity between these functions.
All tool names follow a consistent verb_noun pattern using snake_case (e.g., check_claim_status, file_claim, get_quote). The naming is uniform and predictable across all seven tools.
With 7 tools, the server is well-scoped for an insurance domain, covering key operations like quotes, policies, claims, and support. Each tool earns its place without being excessive or insufficient.
The tool set provides strong coverage for core insurance workflows, including quoting, policy management, claims, and support. A minor gap exists in lacking a tool for purchasing a policy after getting a quote, but agents can likely work around this.