Card snapshot
californiacarquotes.com
·
2026-09-06 20:07:04 UTC
·
b97ef865eea0c3b2bcb7532d395044e549a2906abf1c9d86c18459a4c2bf93f8
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"protocolVersion": "1.0",
"name": "California Insurance",
"description": "Returns indicative auto insurance prices to a consumer's agent in exchange for rating facts, and connects the consumer with licensed agents on consent. No contact details required for a price.",
"url": "https://californiacarquotes.com/",
"preferredTransport": "JSONRPC",
"supportedInterfaces": [
{
"url": "https://californiacarquotes.com/",
"transport": "JSONRPC"
}
],
"additionalInterfaces": [
{
"url": "https://californiacarquotes.com/",
"transport": "JSONRPC"
}
],
"documentationUrl": "https://californiacarquotes.com/llms.txt",
"version": "0.4.0",
"provider": {
"organization": "California Insurance",
"url": "https://californiacarquotes.com"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "auto-quote-comparison",
"name": "Auto insurance price comparison",
"description": "Multi-carrier indicative pricing from rating facts alone. Send a data part with garaging_zip, date_of_birth, vehicle_year, vehicle_make_model, coverage.",
"tags": [
"insurance",
"auto",
"quotes",
"comparison",
"usa",
"usa",
"ca"
],
"examples": [
"Find auto insurance options in California",
"Compare full coverage prices for a 2021 RAV4"
]
},
{
"id": "licensed-agent-connect",
"name": "Connect with licensed agents",
"description": "With the consumer's explicit consent, route the request to licensed agents who quote firm and bind. Send a data part with quote_id, full_name, phone_number, consent.",
"tags": [
"insurance",
"agent",
"consent",
"usa",
"ca"
],
"examples": [
"Have a licensed agent call me about this quote"
]
},
{
"id": "agency-registration",
"name": "Register an insurance agency to receive leads",
"description": "For an AI working for a licensed insurance agency: register the agency (send a data part with agency_name, npn, npn_state, states, contact_name, contact_email, contact_phone, rail). The licensed contact confirms by email; then leads arrive by email, webhook or pull_requests with the buyer key.",
"tags": [
"insurance",
"agency",
"leads",
"buyer",
"usa",
"ca"
],
"examples": [
"Register my agency to receive auto insurance leads in California"
]
}
]
}