claimdesk-settlement-mcp
v0.1.0
Published
MCP server for AI-powered insurance settlement analysis — reserve estimation, negotiation strategy, settlement range modeling, and comparable benchmarks for insurance claims adjusters
Maintainers
Readme
ClaimDesk Settlement Analyzer MCP
AI-powered insurance settlement analysis server for the Model Context Protocol (MCP). Get settlement recommendations, reserve estimates, negotiation playbooks, and scenario comparisons directly in Claude, Cursor, or any MCP-compatible AI tool.
Tools
analyze_settlement
Submit claim details for a full AI settlement recommendation. Returns recommended amount with range, strategy (negotiate/settle/deny/litigate/mediate), risk factors, and negotiation notes. 3 free analyses per day without an account.
estimate_reserve
Quick initial reserve estimation based on loss type, severity, injury level, and jurisdiction benchmarks. Useful for FNOL intake and early claim evaluation.
negotiation_playbook
Generate a tactical negotiation playbook with opening position, target settlement, walkaway point, round-by-round strategy, leverage points, and pitfalls to avoid.
compare_settlement_scenarios
Compare settle vs. negotiate vs. mediate vs. litigate side-by-side with projected costs, timelines, risk levels, and risk-adjusted expected values.
Setup
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"claimdesk-settlement": {
"command": "npx",
"args": ["-y", "claimdesk-settlement-mcp"],
"env": {
"CLAIMDESK_API_KEY": "your-api-key"
}
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"claimdesk-settlement": {
"command": "npx",
"args": ["-y", "claimdesk-settlement-mcp"],
"env": {
"CLAIMDESK_API_KEY": "your-api-key"
}
}
}
}API Key
Get your API key at https://claimdeskai.com/pricing. Works without a key for 3 free analyses per day.
License
MIT
