OpenRater
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., "@OpenRatertranscribe the California workers' comp rate filing PDF"
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.
OpenRater
Turn a rate filing into a working rating engine — with a citation for every number.
Insurance prices are defined by rating manuals: hundreds of pages of factor tables, classification rules, territory definitions, and a rating order, filed as PDFs. OpenRater makes them executable. An AI (Claude, or any MCP-capable agent) transcribes the document into a spec'd Excel workbook; OpenRater's deterministic compiler validates it and builds an executable plan; analytics let you walk any risk through the algorithm step by step; then serve it as a quote API or re-rate a whole book from CSV.
The AI is a transcriber, never a calculator. Nothing probabilistic executes at rating time. The platform itself never calls an AI — your agent calls the platform.
filing PDF ──(AI transcribes, following the spec)──▶ workbook (.xlsx, cited, reviewable in Excel)
──(deterministic check + build, zero AI)──▶ executable plan + build report
──(analytics: walk a risk, rate cards, gates)──▶ understanding
──(quote API / batch CSV re-rate)──▶ production useWhy trust it
Every number has a citation. The build report carries page-level provenance for every factor; re-ingesting a revised workbook shows a cell-grain diff before anything is applied.
The filing's own worked examples become acceptance tests. The workbook's
test_casessheet pins correctness against the source document, not against our opinion.Refuse, never improvise. An input the plan can't rate is a structured, visible error — never a silent neutral factor, never a plausible-but-wrong premium. Unsupported constructs are recorded in a
gaps_and_assumptionssheet, not approximated.A human reviewer has a natural seat. The workbook in the middle of the pipeline is an ordinary Excel file an actuary can open, audit, and correct.
Related MCP server: aicard
Three ways to use it
You are | You use | You get |
An actuary (no terminal required) | Claude Desktop + the OpenRater extension (a one-file | The full loop in chat: transcribe → validate → build → review → quote → re-rate, with the review UI one click away |
A technical actuary / engineer | Claude Code (or any MCP client) + | The same loop, scriptable — see |
An integrator | This repo, self-hosted | The REST API, the scoring engine, the integration-events ledger — headless |
Build the Desktop extension locally with
packaging/desktop/build-mcpb.sh.
The release workflow produces platform-specific artifacts; macOS
artifacts are signed and notarized before release. See the
release test and
signing runbook.
Quickstart (development)
Prerequisites: Node ≥ 20 + pnpm ≥ 9, Python ≥ 3.12 + uv.
pnpm install
uv sync --project server
pnpm dev # server :8001 · scoring engine · web app (Vite)The Desktop extension and the Docker deploy come pre-seeded with a
fully synthetic demo program — Meridian Mutual Insurance, Shopfront
BOP (see docs/fixtures/) — so you can quote a
risk and walk its trace immediately. In the dev flow, load it with:
python3 scripts/plan_fixture.py load meridian-shopfront-bop-ne-2026 \
docs/fixtures/meridian-shopfront-bop-ne-2026.plan.json \
--db ~/.openrater/openrater.dbTo drive the loop from an agent:
claude mcp add openrater -- npx tsx services/mcp/src/main.tsSelf-hosting: deploy/ has a Docker Compose kit (SQLite on a host
volume, optional Litestream backup, optional Cloudflare tunnel) —
copy deploy/.env.example and run
docker compose -f deploy/docker-compose.yml --env-file deploy/.env up -d --build.
What's in the box
frontend/ the web app (Rate Lab authoring + analytics, Exhibits, Integrations)
server/ FastAPI service: plans, ingestion, quotes, integration events
services/scoring/ the ONE deterministic rating engine (TypeScript)
services/mcp/ @openrater/mcp — 16 tools exposing the loop to any MCP client
skills/ the transcription skill (the agent runbook for filings)
packaging/desktop/ the Claude Desktop extension (.mcpb) build
docs/specs/ the contracts: filing-transcription spec, plan format, engine
contract, integration contract, capability registry, conformance
docs/fixtures/ synthetic seed content + FIXTURE_PROVENANCE.md
deploy/ Docker Compose kitThe spec set is the heart of the project: the filing-transcription spec defines the workbook any AI transcribes into, and the capability registry declares — machine-readably — what the platform can and cannot express, so agents record gaps instead of approximating.
Status
The full loop — filing PDF → transcribed workbook → validated build → cited build report → quote with trace → book re-rate — runs today, in the browser, over MCP, and from the packaged Desktop extension. Transcription profiles cover Businessowners (BOP) and General Liability; see LIMITATIONS.md for the supported boundary. OpenRater is still in the 0.x series, so interfaces may change between releases.
Content policy (please read before contributing)
This repository ships only synthetic rating content. Every bundled
fixture is invented and traceable to a committed generator — see
docs/fixtures/FIXTURE_PROVENANCE.md.
Bureau-derived material (ISO/Verisk, AAIS, NCCI) and carriers' filed
rate content are not accepted, in any form — see
CONTRIBUTING.md. You bring the documents you are
entitled to use; OpenRater never fetches filings for you, and SERFF
automation is out of scope by design.
Disclaimer. OpenRater outputs are reconstructions for analysis. The carrier's filed and approved rates govern; verify results against the source document (the
test_casessheet exists for exactly this). OpenRater is an independent project with no affiliation to NAIC, SERFF, ISO/Verisk, AAIS, NCCI, or any insurer.
Privacy Policy
OpenRater is local-first: your filings, workbooks, and rate plans stay
on your machine, the engine binds to 127.0.0.1 only, and the app
collects no telemetry. The full policy — data collection, usage and
storage, third-party sharing, retention, and contact — is
docs/PRIVACY.md.
License
Apache-2.0 — see LICENSE and NOTICE. Contributions are accepted under the Developer Certificate of Origin.
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
- Flicense-qualityCmaintenanceEnterprise-grade MCP server with multi-agent system for business AI transformation across finance, healthcare, retail, and other domains. Provides specialized AI agents for data analysis, API execution, business validation, and report generation with real-time monitoring and observability.Last updated
- Flicense-qualityBmaintenanceEnables AI agents to auto-generate NIST AI RMF and EU AI Act Annex IV compliant model and system cards via MCP.Last updated
- Alicense-qualityBmaintenanceEnables AI coding agents to perform surgical code analysis, semantic memory, and quality enforcement via 18 specialized MCP tools, with a real-time analytics dashboard.Last updated65MIT
- FlicenseAqualityCmaintenanceEnables interaction with IntelliMatch recruiting and iSuite insurance systems through spec-driven MCP tools, allowing natural language queries for candidate search, policy management, claims, and workflows.Last updated28
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
AI document editing for agents: draft, edit, export .docx/PDF. 37 MCP tools; agent self-signup.
Paid remote MCP for agent code search routing MCP, structured receipts, audit logs, and reviewer-rea
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/vadim-filimonov/openrater'
If you have feedback or need assistance with the MCP directory API, please join our Discord server