Claim Pilot MCP Server
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., "@Claim Pilot MCP Serverwhat's the fraud score for claim CLM-1001?"
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.
Claim Pilot MCP Server
Insurance tools exposed via MCP (Model Context Protocol) and HTTP API.
Architecture

This service is the MCP Server tier: it exposes tools (policy search, claim lookup, fraud score, etc.) that the orchestrator agents call. The diagram shows integrations from MCP tools to operational systems and data stores.
Related MCP server: @run-iq/mcp-server
Tools
policy_search - Search policy clauses by policy ID and query
claim_lookup - Get claim details by claim ID
fraud_score - Calculate fraud score for a claim
Tools are registered on a FastMCP server (claim_pilot_mcp_server.mcp_app:mcp). The same implementations power both transports below.
Local Development
pip install -e ".[dev]"
make run # HTTP API on port 8001
make test # Run tests
make lint # Run linterHTTP API
make run starts FastAPI with:
Legacy REST helpers (used by Claim Pilot AI today):
POST /tools/...with query parametersMCP over HTTP: FastMCP’s ASGI app is mounted at
/mcp(for examplehttp://localhost:8001/mcpfor MCP clients that support streamable HTTP)
# Policy search
curl -X POST "http://localhost:8001/tools/policy-search?policy_id=AUTO-12345&query=commercial+use"
# Fraud score
curl -X POST "http://localhost:8001/tools/fraud-score?claim_id=CLM-1001"
# Claim lookup
curl -X POST "http://localhost:8001/tools/claim-lookup?claim_id=CLM-1001"
# Health check
curl http://localhost:8001/healthMCP Server (stdio)
python -m claim_pilot_mcp_server.serverOr with the FastMCP CLI (stdio transport):
fastmcp run claim_pilot_mcp_server.mcp_app:mcpDocker
Private git+https dependencies need a PAT as a build-arg (see Makefile / .env).
docker build --build-arg GITHUB_TOKEN="$GITHUB_TOKEN" -t claim-pilot-mcp-server .
docker run -p 8001:8001 --env-file .env claim-pilot-mcp-serverVersioning
Calendar Versioning (CalVer): YYYY.MM.PATCH
# Release
git tag v2026.05.1
git push origin v2026.05.1Maintainer
Justin Weber — Blue Lambda Technologies
This repository is maintained for the Claim Pilot platform (Blue Lambda University).
Email: nucreaxion@aol.com
For professional inquiries, security-sensitive reports, or questions about this component, please reach out via the address above.
This server cannot be installed
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
- AlicenseAqualityCmaintenanceMCP server for healthcare claims workflow scoring, validation, and feedback, supporting denial risk, prior authorization, and reimbursement assessment.Last updated8MIT

@run-iq/mcp-serverofficial
Alicense-qualityDmaintenanceMCP server exposing a parametric policy engine for evaluating, simulating, and managing rules, with dynamic plugin support for domain-specific calculations.Last updated461MIT- AlicenseAqualityAmaintenanceMCP server for Kenya insurance intelligence, providing tools to query insurance products, NHIF coverage, and parametric crop risk scoring.Last updated6MIT
- Alicense-qualityDmaintenanceAn MCP server that enables AI agents to interact with GEICO insurance services, including getting quotes, managing policies, filing claims, making payments, retrieving ID cards, requesting roadside assistance, and reporting accidents.Last updated161MIT
Related MCP Connectors
MCP server for medicare-coverage
保险产品搜索、推荐、保费试算、核保预检。覆盖65家保司483款产品。China insurance MCP server.
An MCP Server that provides identity verification and anti-fraud tools for AI agents via deepidv.
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/nucreaxion/claim-pilot-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server