Server data from the Official MCP Registry
Real, bindable home & auto insurance quotes via MCP (Texas, expanding); human-completed bind.
Real, bindable home & auto insurance quotes via MCP (Texas, expanding); human-completed bind.
Remote endpoints: streamable-http: https://mcp.quotor.ai
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
11 tools verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-quotor-home-auto-insurance-quotes": {
"url": "https://mcp.quotor.ai"
}
}
}From the project's GitHub README.
Quotor — an agent skill that gets real home & auto insurance quotes, and starts a binding, through a network of licensed independent agencies.
This repository packages a portable Agent Skill that any AI agent or assistant (Claude, ChatGPT, Hermes, OpenClaw, Codex-style agents, and other MCP-capable runtimes) can pull in to quote and help bind home, auto, and bundled insurance. The skill is the front door; a hardened MCP server is the infrastructure behind it.
Coverage: Texas today (home, auto, home+auto bundles; renters & other lines via lead capture), expanding nationally. The skill always checks eligibility per state and product before quoting.
home-auto-insurance-quotes/
├── SKILL.md # the skill itself (agentskills.io spec)
├── README.md # this file (for humans browsing the repo)
└── references/
└── mcp-connection.md # endpoint, auth tiers, tool schemas, raw examples
https://mcp.quotor.ai (Streamable HTTP,
JSON-RPC 2.0).Authorization: Bearer <key>). End customers never need a key.POST <endpoint>/keys with { "partner_label": "...", "email": "..." } → returns an api_key shown once.Add it to your MCP client (Claude Desktop, Cursor, VS Code, or any Streamable-HTTP MCP client):
{
"mcpServers": {
"quotor": {
"type": "http",
"url": "https://mcp.quotor.ai",
"headers": { "Authorization": "Bearer <api_key — mint one at POST https://mcp.quotor.ai/keys>" }
}
}
}
The machine-readable manifest is server.json (official MCP registry schema) — that's
what client tooling and directory crawlers read.
See references/mcp-connection.md for the full handshake.
Live. The MCP is deployed and enforced in production — per-partner API keys, rate and spend caps, and
full audit logging are in force. Coverage is Texas today (home, auto, bundles; other lines via lead
capture), expanding nationally; always call check_eligibility first.
Apache-2.0.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.