ca-rate-filings
C
ca-rate-filings
/search_filings

Search Filings

Search the SERFF filings corpus by carrier, NAIC, product line, state, year-range, filing type, or bureau lineage. Returns a lite row shape per match (SERFF id,

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

Input

FieldTypeDescription
searchstringFree-text wildcard match across SERFF id, carrier name, and product name. Useful for "anyt
naicstringExact match on the NAIC carrier identifier (5-digit string). Use when you know the specifi
statestringTwo-letter US state code, uppercase. The corpus currently covers California (`CA`) only —
product_typestringWildcard match on product type. Common values include "Personal Auto", "Homeowners", "Comm
yearintegerExact filing year (e.g. 2024). The corpus covers filings from 2005 onward; earlier years r
year_fromintegerLower bound on filing year, inclusive. The corpus covers filings from 2005 onward. Pair wi
year_tointegerUpper bound on filing year, inclusive.
filing_typestringWildcard match on filing type. Common values: "Rate", "Rule", "Rate/Rule", "Loss Cost / Ru
date_fromstringLower bound on filing date as ISO date (YYYY-MM-DD). Use for finer-grained windows than `y
date_tostringUpper bound on filing date as ISO date (YYYY-MM-DD).
predecessor_prefixstringBureau or organisation SERFF prefix — common values: "ISOF" (ISO Services), "NCCI" (worker
limitintegerMax rows returned in this call. Defaults to 25; capped at 100. Pair with `offset` to page.
offsetintegerRow offset for pagination. Defaults to 0. Combined with the descending filing-date orderin

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

Try it

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