eCommerce
quotor.ai
Assists with insurance quoting and eligibility checks for home and auto policies.
ENDPOINT 1
https://mcp.quotor.ai
MCP server metadata
- Name
- quotor
- Version
- 0.2.0
Known tools 11
check_eligibilityConfirm whether Libertas can quote and bind insurance for the customer in their state.
Inferred read-onlyupdate_quoteSet or refine any quote parameter except regulated enrichment fields (credit score, MVR, CLUE, VIN-decoded vehicle attributes, public-record property attributes).
Inferred read-onlyget_quote_optionsFire all eligible A-rated carriers in parallel AND kick off live rate-finishing.
Inferred read-onlyget_option_detailsPull 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 effectsget_bind_linkGenerate a single-use secure link, valid for 7 days, that the customer can follow to a Libertas bind-request page.
Inferred read-onlycheck_late_arrivalsSave-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-onlysubmit_leadCapture a lead for an insurance product Libertas doesn't quote inline (renters, life, commercial, motorcycle, boat, RV, umbrella, condo, landlord, etc.
Inferred read-onlyresume_quotePick up an existing quote that was started in a previous session or on a different platform.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.