@striderlabs/mcp-progressive
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., "@@striderlabs/mcp-progressiveGet an auto insurance quote for a 2021 Honda Accord in ZIP 43215."
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.
@striderlabs/mcp-progressive
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
Related MCP server: @striderlabs/mcp-statefarm
Installation
npm install @striderlabs/mcp-progressiveMCP 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 |
| Get an auto, home, or renters insurance quote |
| Look up policy details by number or credentials |
| Check claim status, adjuster, timeline, and actions |
| View balance, pay, autopay, update payment methods |
| Get personalized coverage recommendations |
| Retrieve digital insurance ID card |
| 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 startNotes
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
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-quality-maintenanceProvides tools for motor insurance quoting, including vehicle lookups, postcode risk assessments, and premium calculations. It enables users to generate and compare car insurance quotes through natural language interactions.
- Alicense-qualityDmaintenanceEnables AI agents to interact with State Farm insurance for quotes, policy management, claims, payments, and more.7MIT
- AlicenseBqualityCmaintenanceExposes the ProDoctor Cloud API as MCP tools for AI agents to manage appointments, patients, users, and procedures.18MIT
- Alicense-qualityBmaintenanceEnables AI agents to access a unified catalog of tools from various APIs (OpenAPI, GraphQL, MCP, Google Discovery) through the MCP protocol.MIT
Related MCP Connectors
Real, bindable home & auto insurance quotes via MCP (Texas, expanding); human-completed bind.
保险产品搜索、推荐、保费试算、核保预检。覆盖65家保司483款产品。China insurance MCP server.
Real-time Amazon, WIPO & PACER data for AI agents — 19 tools via the MCP protocol.
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/markswendsen-code/mcp-progressive'
If you have feedback or need assistance with the MCP directory API, please join our Discord server