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
| Field | Type | Description |
|---|---|---|
| search | string | Free-text wildcard match across SERFF id, carrier name, and product name. Useful for "anyt |
| naic | string | Exact match on the NAIC carrier identifier (5-digit string). Use when you know the specifi |
| state | string | Two-letter US state code, uppercase. The corpus currently covers California (`CA`) only — |
| product_type | string | Wildcard match on product type. Common values include "Personal Auto", "Homeowners", "Comm |
| year | integer | Exact filing year (e.g. 2024). The corpus covers filings from 2005 onward; earlier years r |
| year_from | integer | Lower bound on filing year, inclusive. The corpus covers filings from 2005 onward. Pair wi |
| year_to | integer | Upper bound on filing year, inclusive. |
| filing_type | string | Wildcard match on filing type. Common values: "Rate", "Rule", "Rate/Rule", "Loss Cost / Ru |
| date_from | string | Lower bound on filing date as ISO date (YYYY-MM-DD). Use for finer-grained windows than `y |
| date_to | string | Upper bound on filing date as ISO date (YYYY-MM-DD). |
| predecessor_prefix | string | Bureau or organisation SERFF prefix — common values: "ISOF" (ISO Services), "NCCI" (worker |
| limit | integer | Max rows returned in this call. Defaults to 25; capped at 100. Pair with `offset` to page. |
| offset | integer | Row 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.