C
ca-rate-filings
/search_correspondence_embeds
Semantic Search — Regulatory Position (Objections + Filer Contacts)
**Use this to understand the REGULATORY POSITION of a filing — what the state regulator questioned, how the carrier answered, who was on the exchange. NOT to un
liveunknown~5s typical
mcpca-rate-filings
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-serff-ca-rate-filings /search_correspondence_embeds for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Natural-language query. Pass the user's question verbatim — short, specific (5-30 words) m |
| topK | integer | Number of top hits to return. Defaults to 10; capped at 50. |
| serff | string | Optional SERFF id to scope the semantic search to a single filing's correspondence thread |
| string | Optional exact-match email filter. Only chunks mentioning this address are searched. Case- | |
| email_domain | string | Optional exact-match email-domain filter (e.g. "insurance.ca.gov", "farmersinsurance.com") |
| naic | string | Exact NAIC carrier identifier (5-digit string). Restricts to that carrier. |
| state | string | Two-letter US state code, uppercase. Corpus currently covers CA only. |
| year | integer | Exact filing year. Mutually exclusive with year_from/year_to. |
| year_from | integer | Lower bound on filing year, inclusive. |
| year_to | integer | Upper bound on filing year, inclusive. |
| product_type | string | Wildcard match on product type ("Personal Auto", "Homeowners", "Commercial Auto", "Workers |
| filing_type | string | Wildcard match on filing type ("Rate", "Rule", "Form", "Withdrawal", etc.). Substring matc |
| filing_status | string | Wildcard match on filing status ("Pending", "Closed - Approved", "Closed - Withdrawn", etc |
| date_from | string | Lower bound on filing date (ISO YYYY-MM-DD). |
| date_to | string | Upper bound on filing date (ISO YYYY-MM-DD). |
| predecessor_prefix | string | Bureau / org SERFF prefix ("ISOF", "NCCI", "AAIS", "MSO"). |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-serff-ca-rate-filings","endpoint":"/search_correspondence_embeds","input":{"query":"..."}}'cli
npx cracked-ai run -p mcp-ai-serff-ca-rate-filings -e /search_correspondence_embeds -i '{"query":"..."}'mcp
run_tool({ provider: "mcp-ai-serff-ca-rate-filings", endpoint: "/search_correspondence_embeds", input: {"query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.