Lemonade MCP Server

Lemonade MCP Server

Enables AI assistants to interact with Lemonade's insurance services for renters, homeowners, pet, and car insurance using Playwright browser automation. Users can retrieve quotes, manage existing policies, file claims, and access policy documents through natural language.

Category
访问服务器

README

@striderlabs/mcp-lemonade

An MCP (Model Context Protocol) connector for Lemonade insurance. This package enables AI assistants like Claude to interact with Lemonade's insurance services for renters, homeowners, pet, and car insurance.

What This Package Does

This MCP server provides tools to:

  • Get insurance quotes for renters, homeowners, pet, and car insurance
  • View existing policy details
  • File insurance claims
  • Check claim statuses
  • Update policy coverage
  • Retrieve policy documents
  • Contact Lemonade customer support

The server uses Playwright for browser automation against lemonade.com and communicates via stdio transport following the Model Context Protocol specification.

Requirements

  • Node.js 18 or later
  • Playwright with Chromium browser installed

Installation

npm install @striderlabs/mcp-lemonade
npx playwright install chromium

Or install globally:

npm install -g @striderlabs/mcp-lemonade
npx playwright install chromium

Configuration

Claude Desktop

Add the following to your Claude Desktop configuration file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "lemonade": {
      "command": "npx",
      "args": ["@striderlabs/mcp-lemonade"]
    }
  }
}

If installed globally:

{
  "mcpServers": {
    "lemonade": {
      "command": "mcp-lemonade"
    }
  }
}

Other MCP Clients

For any MCP-compatible client, configure the server to run:

npx @striderlabs/mcp-lemonade

The server communicates over stdio.

Tools

1. get_quote

Get an insurance quote from Lemonade.

Parameters:

Parameter Type Required Description
insurance_type string (enum) Yes One of: renters, homeowners, pet, car
zip_code string Yes ZIP code for the insurance location
coverage_amount number No Desired coverage amount in dollars
additional_info object No Additional information specific to the insurance type

Example:

Get me a renters insurance quote for ZIP code 10001 with $50,000 coverage

2. view_policy

View details of an existing Lemonade insurance policy.

Parameters:

Parameter Type Required Description
email string Yes Email address associated with the policy
policy_id string No The policy ID to retrieve

Example:

Show me my Lemonade policy details for user@example.com

3. file_claim

File a new insurance claim with Lemonade.

Parameters:

Parameter Type Required Description
policy_id string Yes The policy ID for which to file the claim
claim_type string Yes Type of claim (e.g., theft, damage, medical)
description string Yes Detailed description of the incident
incident_date string Yes Date of the incident (YYYY-MM-DD format)
estimated_loss number No Estimated loss amount in dollars

Example:

File a theft claim for policy LM-12345, my laptop was stolen on 2024-01-15, estimated loss $1,500

4. check_claim_status

Check the status of an existing Lemonade insurance claim.

Parameters:

Parameter Type Required Description
claim_id string Yes The claim ID to check
email string Yes Email address associated with the claim

Example:

Check the status of claim CLM-67890 for user@example.com

5. update_coverage

Update coverage on an existing Lemonade insurance policy.

Parameters:

Parameter Type Required Description
policy_id string Yes The policy ID to update
coverage_changes object Yes Object describing the coverage changes
coverage_changes.coverage_amount number No New coverage amount in dollars
coverage_changes.deductible number No New deductible amount in dollars
coverage_changes.add_ons string[] No List of add-ons to add or remove

Example:

Update policy LM-12345 to increase coverage to $75,000 and lower deductible to $500

6. get_documents

Retrieve policy documents from Lemonade.

Parameters:

Parameter Type Required Description
policy_id string Yes The policy ID to get documents for
email string Yes Email address associated with the policy
document_type string (enum) No One of: declarations, contract, id_card, all

Example:

Get the declarations page for policy LM-12345 associated with user@example.com

7. contact_support

Contact Lemonade customer support.

Parameters:

Parameter Type Required Description
subject string Yes Subject of the support request
message string Yes Detailed message for support
email string Yes Email address for the response
policy_id string No Policy ID related to the support request
contact_method string (enum) No One of: chat, email, phone

Example:

Contact Lemonade support about a billing question for policy LM-12345, prefer email contact

Usage Examples

Here are some natural language prompts you can use with Claude after configuring this MCP server:

"Get me a homeowners insurance quote for ZIP 90210"

"What are my Lemonade policy details? My email is john@example.com"

"I need to file a water damage claim for policy LM-98765. The incident happened on 2024-01-20 and estimated damage is $3,000"

"Check the status of my claim CLM-11111, my email is jane@example.com"

"Update my renters insurance policy LM-55555 to add jewelry coverage"

"Download my insurance ID card for policy LM-77777, email is user@example.com"

"I have a question about my premium increase. Contact Lemonade support by phone for policy LM-33333"

Notes on Playwright

This package uses Playwright for browser automation to interact with lemonade.com. You must install the Chromium browser separately:

npx playwright install chromium

The browser runs in headless mode by default. Some operations (viewing policies, filing claims, updating coverage, getting documents) require Lemonade account authentication and will return step-by-step instructions for completing the action in the Lemonade app or website, as automated login is not supported for security reasons.

Development

# Clone and install dependencies
git clone <repo-url>
cd mcp-lemonade
npm install

# Install Playwright browsers
npx playwright install chromium

# Build
npm run build

# Run in development mode
npm run dev

License

MIT - Strider Labs

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选