claimdesk-mcp
v0.1.0
Published
MCP server for ClaimDesk — AI-powered insurance claims triage, fraud detection, and settlement recommendations
Downloads
29
Maintainers
Readme
ClaimDesk MCP Server
AI-powered insurance claims triage, fraud detection, and settlement recommendations — directly from Claude, Cursor, or any MCP-compatible AI tool.
Setup
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"claimdesk": {
"command": "npx",
"args": ["claimdesk-mcp"],
"env": {
"CLAIMDESK_API_KEY": "your_api_key_here"
}
}
}
}Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| CLAIMDESK_API_KEY | No (demo mode available) | API key from claimdeskai.com for live claims data |
| CLAIMDESK_API_URL | No | Custom API URL (default: https://claimdeskai.com) |
Tools
submit_claim
Submit a First Notice of Loss (FNOL). AI automatically triages severity, assigns priority, detects fraud signals, and routes to the best adjuster.
Parameters:
claimant_name(required): Full name of person filingloss_description(required): Detailed description of the lossloss_date(required): Date of loss (YYYY-MM-DD)claimant_email,claimant_phone,loss_location,loss_type,line_of_business,policy_number(optional)
get_claim
Get full claim details with notes, fraud signals, and adjuster info.
Parameters:
claim_id(required): Claim ID or claim number
generate_settlement
AI settlement recommendation with amount, confidence, comparable claims, and negotiation strategy.
Parameters:
claim_id(required): Claim ID to analyze
claim_aging_report
Open claims bucketed by age with bottlenecks, stale claims, and reserve totals.
adjuster_workload
Per-adjuster claim counts, reserves, priority breakdowns, and overload detection.
list_claims
List all organization claims. Shows demo data without an API key.
Example Workflow
- Submit:
submit_claimwith FNOL details - Review:
get_claimto see AI triage and fraud signals - Settle:
generate_settlementfor AI-recommended amount - Monitor:
claim_aging_reportfor stale claims - Balance:
adjuster_workloadto prevent overload
Links
- Website: claimdeskai.com
- Pricing: claimdeskai.com/pricing
