QuoteOS

Agent-native insurance quoting protocol — sandbox MCP + REST, declines-only eligibility pre-flight, GA personal lines. Developer sandbox, synthetic data.

Documentation

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

Registry io.github.entradox/quoteos · v0.2.0

MCP remote https://quoteos-api-production.up.railway.app/mcp/

Tools checkEligibility · getAutoQuotes · getHomeQuotes

REST POST /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)