← Registry

General Tools

californiacarquotes.com

Provides general-purpose tools through the Model Context Protocol.

1 endpoint5 known toolsFirst detected September 3, 2026Last detected September 3, 2026

ENDPOINT 1

https://californiacarquotes.com

No auth detected

MCP server metadata

Name
California Insurance
Version
0.4.0
Capabilities
toolsresourcesprompts
Server instructions

Call check_eligibility with the state first. get_quotes needs the facts only — never send a name, phone or email for indicative prices. To connect the consumer with licensed agents: call data_use_terms to read the consent text, present it to your human verbatim, then request_agent_contact with consent.granted=true — or hand your human the consent URL the elicitation returns so they confirm it themselves. POST /forget with a request id or lead id revokes at any time.

Known tools 5

check_eligibility

Check whether we can return quotes for a state before any personal details are collected.

Inferred read-only
get_quotes

Return indicative auto insurance prices from multiple carriers, where this entity is licensed to show them.

Inferred read-only
pull_requests

Drain the queue of pool records routed to you.

Inferred read-only
data_use_terms

What happens to anything you send us: who receives it, for what purpose, how long it is kept, how your human revokes it, and the exact consent wording to present before request_agent_contact.

Potential side effects
request_agent_contact

Connect the consumer with licensed insurance agents who can quote firm and bind.

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.california-insurance]
url = "https://californiacarquotes.com"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "california-insurance": {
      "type": "http",
      "url": "https://californiacarquotes.com"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: california-insurance
Remote MCP URL: https://californiacarquotes.com

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": {
    "california-insurance": {
      "url": "https://californiacarquotes.com"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "california-insurance": {
      "type": "http",
      "url": "https://californiacarquotes.com"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "california-insurance",
  "transport": "streamable-http",
  "url": "https://californiacarquotes.com"
}
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.