Claim Pilot Server
БесплатноНе проверенMCP server for insurance claim pilot tools, providing policy search, claim lookup, and fraud score calculation.
Описание
MCP server for insurance claim pilot tools, providing policy search, claim lookup, and fraud score calculation.
README
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.
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 linter
HTTP API
make run starts FastAPI with:
- Legacy REST helpers (used by Claim Pilot AI today):
POST /tools/...with query parameters - MCP 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/health
MCP Server (stdio)
python -m claim_pilot_mcp_server.server
Or with the FastMCP CLI (stdio transport):
fastmcp run claim_pilot_mcp_server.mcp_app:mcp
Docker
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-server
Versioning
Calendar Versioning (CalVer): YYYY.MM.PATCH
# Release
git tag v2026.05.1
git push origin v2026.05.1
Maintainer
Justin Weber — Blue Lambda Technologies
This repository is maintained for the Claim Pilot platform (Blue Lambda University).
- Email: [email protected]
For professional inquiries, security-sensitive reports, or questions about this component, please reach out via the address above.
Установка Claim Pilot Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/nucreaxion/claim-pilot-mcp-serverFAQ
Claim Pilot Server MCP бесплатный?
Да, Claim Pilot Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Claim Pilot Server?
Нет, Claim Pilot Server работает без API-ключей и переменных окружения.
Claim Pilot Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Claim Pilot Server в Claude Desktop, Claude Code или Cursor?
Открой Claim Pilot Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Claim Pilot Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
