← quotor.ai
INDIVIDUAL MCP TOOL
resume_quote
Pick up an existing quote that was started in a previous session or on a different platform.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.
Related tools
check_eligibility— Confirm whether Libertas can quote and bind insurance for the customer in their state.start_quote— Begin a new home, auto, or bundled insurance quote.update_quote— Set or refine any quote parameter except regulated enrichment fields (credit score, MVR, CLUE, VIN-decoded vehicle attributes, public-record property attributes).get_quote_options— Fire all eligible A-rated carriers in parallel AND kick off live rate-finishing.check_quote_status— Check rating + live-finishing progress.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.get_bind_link— Generate a single-use secure link, valid for 7 days, that the customer can follow to a Libertas bind-request page.request_bind_inline— Submit the customer's bind request from the chat.