Court Rules
CR
Court Rules
/list_court_holidays

List court holidays

List court holidays and closure dates. Filter by district, calendar year, or date range. Returns official source URLs and the last time Court Rules checked the

liveverifiedunknown~5s typical
mcpprobedcourtrules
$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-app-courtrules-court-rules /list_court_holidays for me.

Input

FieldTypeDescription
district_idstringCourt identifier (e.g., "edny")
yearnumberCalendar year (e.g., 2026)
date_fromstringStart date filter (YYYY-MM-DD)
date_tostringEnd date filter (YYYY-MM-DD)
limitnumberMaximum results to return (default: 50, max: 200)

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-app-courtrules-court-rules","endpoint":"/list_court_holidays","input":{}}'
cli
npx cracked-ai run -p mcp-app-courtrules-court-rules -e /list_court_holidays -i '{}'
mcp
run_tool({ provider: "mcp-app-courtrules-court-rules", endpoint: "/list_court_holidays", input: {} })

Try it

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