Skip to content
Back to search
100
MCP live MCP 2025-06-18 http

Quotor — Home & Auto Insurance Quotes

io.github.quotor/home-auto-insurance-quotes

Real, bindable home & auto insurance quotes via MCP (Texas, expanding); human-completed bind.

Uptime
100.0%
1 direct probes · 30d
Response
2107ms
last probe
Tools
11
callable
Resources
0
readable
Prompts
0
available
Primary URL
https://mcp.quotor.ai

Tools · 11

check_eligibility

Confirm whether Libertas can quote and bind insurance for the customer in their state. Call this first — before collecting any personal details — when the customer asks about insurance prices, switchi…

start_quote

Begin a new home, auto, or bundled insurance quote. Returns a quote ID to use on every following call. Call this when the customer wants to get an insurance price. INTAKE ORDER (Kyle 2026-06-11 — col…

update_quote

Set or refine any quote parameter except regulated enrichment fields (credit score, MVR, CLUE, VIN-decoded vehicle attributes, public-record property attributes). Idempotent — call as many times as ne…

get_quote_options

Fire all eligible A-rated carriers in parallel AND kick off live rate-finishing. RETURNS IMMEDIATELY — does NOT wait. TWO STAGES follow: 1. First numbers land in 30–90 seconds. Options surface as h…

check_quote_status

Check rating + live-finishing progress. Call between wait-phase questions (every customer turn or two after get_quote_options). Returns one of: - 'running' — indicatives still landing; continue the …

get_option_details

Pull the full coverage breakdown, deductibles, applied discounts, and payment plan options for a single masked option (Home Carrier A, Auto Carrier B, etc.). Use when the customer wants to dig into a …

get_bind_link

Generate a single-use secure link, valid for 7 days, that the customer can follow to a Libertas bind-request page. The chat widget will usually render an inline 'Request Bind' card directly — prefer r…

request_bind_inline

Submit the customer's bind request from the chat. Triggers an internal task for our licensed team to follow up. THIS IS NOT INSTANT BIND — no payment is collected and no coverage starts from this call…

check_late_arrivals

Save-the-sale tool — call when the customer signals dissatisfaction with the current options ("too expensive", "let me think", "what else do you have", "is this the best you can do", "I'll check elsew…

submit_lead

Capture a lead for an insurance product Libertas doesn't quote inline (renters, life, commercial, motorcycle, boat, RV, umbrella, condo, landlord, etc.) — OR any home/auto customer who asks to be cont…

resume_quote

Pick up an existing quote that was started in a previous session or on a different platform. The customer supplies a quote ID. Verification: if the same authenticated user (OAuth user_id matches acros…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "quotor_—_home_&_auto_insurance_quotes": {
      "url": "https://mcp.quotor.ai",
      "transport": "http"
    }
  }
}