QuoteOS — Agent-Native Insurance Quoting Protocol

MCP + REST for consumer AI agents · GA personal lines · developer sandbox · Last updated: loading…

What it is

QuoteOS is middleware between consumer AI agents and insurance markets. An agent submits an intake payload; QuoteOS validates it, runs declines-only eligibility pre-flight, and returns a quote bundle. Synthetic sandbox data only — for integration testing, not real quotes.

Integration

Registryio.github.entradox/quoteos · v0.2.0
MCP remotehttps://quoteos-api-production.up.railway.app/mcp/
ToolscheckEligibility · getAutoQuotes · getHomeQuotes
RESTPOST /v1/quotes · GET /v1/quotes/{id} · GET /health
API statuschecking…

Getting started

1. Check the API — liveness + sandbox mode:

curl https://quoteos-api-production.up.railway.app/health

2. No key needed for MCP — the MCP remote is keyless: connect from any MCP client (Claude, Cursor) and call tools directly. REST /v1/quotes is for partners with an issued X-API-Key (contact below).

3. Example MCP tool call — eligibility pre-flight with partial data:

checkEligibility(policy_type="auto", fields_json='{"salvage_title": true}')
Developer sandbox. QuoteOS is not an insurance producer and does not sell, solicit, or negotiate insurance. All rates are synthetic sample data for integration testing. Developer terms: DEVELOPER_TOS.md in the repo. Contact: entradox@icloud.com
QuoteOS · registry: io.github.entradox/quoteos · sibling products: Perimeter Watch (domain monitoring) · Agent Watch (endpoint monitoring) · AgentLedger (agent spend management)