ca-rate-filings
C
ca-rate-filings
/search_actuarial_embeds

Semantic Search — Actuarial Memos

Pure vector search over per-filing actuarial-memorandum embeddings (`extract_embeds` where `kind='actuarial_memo'`). Each hit is a filing whose memo is semantic

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_actuarial_embeds for me.

Input

FieldTypeDescription
query*stringNatural-language query. Pass the user's actuarial question verbatim — short, specific quer
topKintegerNumber of top filings to return. Defaults to 10; capped at 50.
serffstringOptional SERFF id to scope the search to a single filing's actuarial memo (shape PREFIX-ID
naicstringExact NAIC carrier identifier (5-digit string). Restricts the cosine search to that carrie
statestringTwo-letter US state code, uppercase. Corpus currently covers CA only.
yearintegerExact filing year. Mutually exclusive with year_from/year_to.
year_fromintegerLower bound on filing year, inclusive.
year_tointegerUpper bound on filing year, inclusive.
product_typestringWildcard match on product type ("Personal Auto", "Homeowners", "Commercial Auto", "Workers
filing_typestringWildcard match on filing type ("Rate", "Rule", "Form", "Withdrawal", etc.). Substring matc
date_fromstringLower bound on filing date (ISO YYYY-MM-DD).
date_tostringUpper bound on filing date (ISO YYYY-MM-DD).
predecessor_prefixstringBureau / org SERFF prefix ("ISOF", "NCCI", "AAIS", "MSO"). Restricts to filings carriers a

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_actuarial_embeds","input":{"query":"..."}}'
cli
npx cracked-ai run -p mcp-ai-serff-ca-rate-filings -e /search_actuarial_embeds -i '{"query":"..."}'
mcp
run_tool({ provider: "mcp-ai-serff-ca-rate-filings", endpoint: "/search_actuarial_embeds", input: {"query":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.