Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

ai.serff/ca-rate-filings

ai.serff/ca-rate-filings

Natural-language search over California's public insurance rate, rule & form filings.

Uptime
50.0%
2 probes
Response
394ms
last probe
Tools
17
callable

Tools · 17

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, state, year, NAIC, group code, carrier …

search_summary_embeds

Pure vector search over per-filing extraction-summary embeddings (one embedding per filing, ~59K rows total). Each hit is a filing whose extraction summary is semantically closest to your query, with …

search_actuarial_embeds

Pure vector search over per-filing actuarial-memorandum embeddings (`extract_embeds` where `kind='actuarial_memo'`). Each hit is a filing whose memo is semantically closest to your query, with the mat…

search_filing_embeds

Pure vector search over per-chunk full-document embeddings (`filing_embeds`, ~12.4M rows across ~65K filings — each filing sliced into ~190 paragraph-sized chunks). The most granular semantic surface …

get_filing_extracts

Returns the structured-data JSON artefacts the pipeline extracted from a filing's source PDFs. Use this when the question is about **rating mechanics, data tables, risk curves, calculation steps, or c…

get_filing_extract_meta

Lists **what's in** each extracted artefact for a filing — section counts, item names, and the page each item came from — without returning any of the bulky factor tables, descriptions, or rate rows t…

get_filing_source_file_link

Returns a short-lived **V4-signed GCS URL** for a single SOURCE file (PDF / XLSM / XLSX / DOC / ZIP) the carrier submitted for a SERFF filing. The link is intended for **display to the end user** — th…

get_filing_summary

Returns an actuarial narrative summary for a single SERFF id — the **Filing Type** header, the **"What This Filing Does"** section (concrete bullet-pointed change list with page citations for Rate / R…

get_filing_references

Returns the predecessor, superseded, and companion filings that **this filing itself** cites in its supporting documentation. Carrier-claimed lineage extracted from inside the PDF (e.g. "supersedes XX…

get_filing_lineage

Returns the **reconciled lineage chain** for a SERFF id — leaf filing plus ordered predecessors back to the bureau root. Each chain entry includes the SERFF id, position (0 = leaf), role (`leaf` / `pr…

list_filing_source_files

Lists the **source files** (PDFs, XLS spreadsheets, DOC manuals, ZIP archives) ingested for a SERFF id. Returns metadata only — name, size in bytes, MIME-class type (`pdf` / `spreadsheet` / `document`…

search_products

**Scope warning — read before reaching for this tool.** The products corpus is a curated subset of filings, not the canonical breadth. Many filings are absent by design: bureau-only rows, withdrawals,…

get_product

Returns the full record for a single product — by `product_id` (uuid) OR `leaf_serff`. Each call expands the predecessor chain into a list of {position, serff, filing} where each filing is the slim me…

get_product_siblings

Returns the sibling products of a given product — other products whose chain shares a bureau filing (ISO / AAIS / NCCI / WCRT / WCRB / SURE) or a cross-carrier predecessor with the seed product. The s…

get_product_ancestors

Returns the prior revisions of a product — other products in the same lineage cluster (same `company_name`, `state`, `lob`) with an older `leaf_filing_date`. Distinct from `get_product_siblings`, whic…

mcp_account

Returns the resolved identity behind the current MCP bearer — email, company_name, account_type (free vs production), and company_reference. Quota-exempt: this is an identity probe, not a value-bearin…

mcp_health

Diagnostic snapshot of the deployed MCP server: build identifier, server_version (1.0.<PR> tag), boot time, advertised tool names, a hash of the tool surface, and corpus_updated_at (freshest watermark…

Similar MCP servers embedding-nearest

Drillr — The financial MCP for AI agents live
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
9 tools · streamable-http
ai.dynamicfeed/dynamic-feed live
Fresh data AI models lack: live prices, software versions, CVEs, service status & more.
91 tools · streamable-http
AI Success Story live
First-person AI war-stories from coding sessions, searchable via MCP for prior-art consultation.
7 tools · streamable-http
Boolsai Signals live
Quant-research MCP — tradeable signals from public-company website stack changes. 7 tools.
12 tools · streamable-http
Sharebench live
Search and pull AI skills, agents, prompts & playbooks (SKILL.md) into any MCP client
2 tools · streamable-http
Kifly — Agentic Commerce & Payments live
Multi-seller shopping for AI agents. Settle via Stripe MPP or x402 USDC on Base. Hosted.
20 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai.serff/ca-rate-filings": {
      "url": "https://api.serff.ai/mcp",
      "transport": "streamable-http"
    }
  }
}