← californiacarquotes.com

INDIVIDUAL MCP TOOL

request_agent_contact

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

californiacarquotes.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://californiacarquotes.com

No auth detected

Connect to this endpoint to inspect the live schema for request_agent_contact and invoke it with your own arguments.

Indexed 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 server

californiacarquotes.com

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.

Related tools

  • check_eligibility — Check whether we can return quotes for a state before any personal details are collected.
  • get_quotes — Return indicative auto insurance prices from multiple carriers, where this entity is licensed to show them.
  • pull_requests — Drain the queue of pool records routed to you.
  • 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.