ca-rate-filings
C
ca-rate-filings
/get_filing_source_file_link

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 inten

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 /get_filing_source_file_link for me.

Input

FieldTypeDescription
serff*stringCanonical SERFF id, shape PREFIX-IDENTIFIER (e.g. "REGU-134742228").
file_name*stringBasename of a file present in this SERFF's source-files directory (the exact set returned
ttl_secondsintegerSigned-URL lifetime in seconds. Default 900 (15 minutes). Capped at 3600 (1 hour). Shorter

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

Try it

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