← Registry

eCommerce

quotor.ai

Assists with insurance quoting and eligibility checks for home and auto policies.

1 endpoint11 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.quotor.ai

No auth detected

MCP server metadata

Name
quotor
Version
0.2.0
Capabilities
tools

Known tools 11

check_eligibility

Confirm whether Libertas can quote and bind insurance for the customer in their state.

Inferred read-only
start_quote

Begin a new home, auto, or bundled insurance quote.

Inferred read-only
update_quote

Set or refine any quote parameter except regulated enrichment fields (credit score, MVR, CLUE, VIN-decoded vehicle attributes, public-record property attributes).

Inferred read-only
get_quote_options

Fire all eligible A-rated carriers in parallel AND kick off live rate-finishing.

Inferred read-only
check_quote_status

Check rating + live-finishing progress.

Inferred read-only
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.

Potential side effects
get_bind_link

Generate a single-use secure link, valid for 7 days, that the customer can follow to a Libertas bind-request page.

Inferred read-only
request_bind_inline

Submit the customer's bind request from the chat.

Inferred read-only
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 elsewhere", "can you do better").

Inferred read-only
submit_lead

Capture a lead for an insurance product Libertas doesn't quote inline (renters, life, commercial, motorcycle, boat, RV, umbrella, condo, landlord, etc.

Inferred read-only
resume_quote

Pick up an existing quote that was started in a previous session or on a different platform.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.quotor]
url = "https://mcp.quotor.ai"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "quotor": {
      "type": "http",
      "url": "https://mcp.quotor.ai"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: quotor
Remote MCP URL: https://mcp.quotor.ai

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "quotor": {
      "url": "https://mcp.quotor.ai"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "quotor": {
      "type": "http",
      "url": "https://mcp.quotor.ai"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "quotor",
  "transport": "streamable-http",
  "url": "https://mcp.quotor.ai"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.