policypilot-mcp
v0.1.0
Published
MCP server for PolicyPilot — AI-powered insurance policy analysis, coverage gap detection, and scoring
Maintainers
Readme
policypilot-mcp
MCP server for PolicyPilot — AI-powered insurance policy analysis.
Tools
| Tool | Description |
|------|-------------|
| analyze_policy | Full policy analysis: score, grade, coverages, exclusions, deductibles, hidden clauses, recommendations |
| identify_coverage_gaps | Gap-focused: underinsured areas, critical exclusions, high-risk hidden clauses |
| score_policy | Quick headline score: grade, carrier, coverage/exclusion counts, top concerns |
Install
npx policypilot-mcpConfiguration
Claude Desktop
{
"mcpServers": {
"policypilot": {
"command": "npx",
"args": ["-y", "policypilot-mcp"],
"env": {
"POLICYPILOT_API_KEY": "your-api-key"
}
}
}
}Environment Variables
| Variable | Description | Default |
|----------|-------------|---------|
| POLICYPILOT_API_URL | API base URL | https://trypolicypilot.com |
| POLICYPILOT_API_KEY | API key for authenticated access | — |
Examples
Analyze a policy:
"Analyze my home insurance policy and tell me if coverage is adequate: [paste policy text]"
Find coverage gaps:
"What am I underinsured for in this auto policy? [paste text]"
Quick score:
"Rate this health insurance policy from A to F: [paste text]"
License
MIT
