@Striderlabs/ Progressive
FreeNot checkedProgressive Insurance MCP connector for personal AI agents. Provides tools to get quotes, look up policies, check claims, manage payments, retrieve ID cards, ge
About
Progressive Insurance MCP connector for personal AI agents. Provides tools to get quotes, look up policies, check claims, manage payments, retrieve ID cards, get coverage recommendations, and request roadside assistance.
README
Progressive Insurance MCP connector for personal AI agents. Provides tools to get quotes, look up policies, check claims, manage payments, retrieve ID cards, get coverage recommendations, and request roadside assistance.
Features
- Instant quotes for auto, home, and renters insurance
- Policy lookup with full coverage and premium details
- Claims tracking with timeline, adjuster info, and pending actions
- Payment management — view balance, pay, set up autopay, update methods
- Coverage recommendations personalized to your profile
- Digital ID cards in text, PDF, or wallet pass format
- Roadside assistance dispatch with live ETA and tracking
Installation
npm install @striderlabs/mcp-progressive
MCP Client Configuration
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json)
{
"mcpServers": {
"progressive": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-progressive"]
}
}
}
Generic MCP config (mcp.json)
{
"servers": {
"progressive": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@striderlabs/mcp-progressive"]
}
}
}
Direct node invocation
{
"mcpServers": {
"progressive": {
"command": "node",
"args": ["/path/to/node_modules/@striderlabs/mcp-progressive/dist/index.js"]
}
}
}
Available Tools
| Tool | Description |
|---|---|
progressive_get_quote |
Get an auto, home, or renters insurance quote |
progressive_policy_lookup |
Look up policy details by number or credentials |
progressive_claims_status |
Check claim status, adjuster, timeline, and actions |
progressive_payment_management |
View balance, pay, autopay, update payment methods |
progressive_coverage_recommendations |
Get personalized coverage recommendations |
progressive_id_card |
Retrieve digital insurance ID card |
progressive_roadside_assistance |
Request, track, or cancel roadside assistance |
Usage Examples
Get an auto quote
Get me an auto insurance quote for a 2021 Honda Accord in ZIP 43215.
Driver: Jane Doe, born 1988-04-15. I want standard coverage.
Look up a policy
Look up my Progressive policy number 912345678.
Check a claim
What's the status of my Progressive claim XX-1234567-XX?
Make a payment
Pay $126.50 on my Progressive policy 912345678
using my Visa card ending in 4242.
Request roadside assistance
I have a flat tire. Request roadside assistance on my policy 912345678.
I'm at 123 Main St, Columbus OH 43215.
Call me at (614) 555-0100 when the driver is close.
Get coverage recommendations
What coverage should I add to my Progressive policy 912345678?
Get my ID card
Show me my insurance ID card for policy 912345678 as a wallet pass.
Development
git clone <repo>
cd striderlabs-mcp-progressive
npm install
npm run build
npm start
Notes
- This connector returns simulated data for demonstration purposes. Integration with Progressive's live API requires OAuth credentials obtained through Progressive's developer program.
- Contact Progressive at 1-800-776-4737 or visit progressive.com for real account operations.
License
MIT
Installing @Striderlabs/ Progressive
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/markswendsen-code/mcp-progressiveFAQ
Is @Striderlabs/ Progressive MCP free?
Yes, @Striderlabs/ Progressive MCP is free — one-click install via Unyly at no cost.
Does @Striderlabs/ Progressive need an API key?
No, @Striderlabs/ Progressive runs without API keys or environment variables.
Is @Striderlabs/ Progressive hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install @Striderlabs/ Progressive in Claude Desktop, Claude Code or Cursor?
Open @Striderlabs/ Progressive on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare @Striderlabs/ Progressive with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
