INDIVIDUAL MCP TOOL
california_court_day_check
Say whether a given date is a California court day, and if it is not, give the next date it would roll forward to under Code of Civil Procedure section 12a.
LIVE ENDPOINT
https://calcourtdeadlines.com/api/mcp
Connect to this endpoint to inspect the live schema for california_court_day_check and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.calcourtdeadlines]
url = "https://calcourtdeadlines.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"calcourtdeadlines": {
"type": "http",
"url": "https://calcourtdeadlines.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: calcourtdeadlines
Remote MCP URL: https://calcourtdeadlines.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"calcourtdeadlines": {
"url": "https://calcourtdeadlines.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"calcourtdeadlines": {
"type": "http",
"url": "https://calcourtdeadlines.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "calcourtdeadlines",
"transport": "streamable-http",
"url": "https://calcourtdeadlines.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
california_motion_deadlines— Compute the California Code of Civil Procedure section 1005 briefing chain for a noticed civil motion: the last day to file and serve the moving papers, the opposition deadline, the reply deadline, and, for motions that must be brought within a period after a triggering event (demurrer, motion to strike, anti-SLAPP, motion to quash, motion to compel further, reconsideration, new trial, JNOV), the outside deadline to bring the motion at all.california_response_to_complaint_deadline— Compute when a response to a California complaint is due.california_discovery_response_deadline— Compute when responses to California written discovery are due: interrogatories, requests for production, or requests for admission.california_summary_judgment_deadlines— Compute the California Code of Civil Procedure section 437c deadlines that hang off a trial date: the last day a summary judgment motion can be heard (30 days before trial), the last day to file and serve it (75 days notice plus the service extension), and the opposition and reply dates if the motion is heard on the last possible day.california_trial_countdown— Work backward from a California civil trial date to the pretrial deadlines: the discovery cutoff and the motion cutoff, the expert exchange and expert discovery cutoffs, the last day to serve written discovery so responses are due before the cutoff, and the summary judgment dates.california_criminal_motion_deadlines— Compute the California Rule of Court 4.111 briefing chain for a criminal pretrial motion: service of the moving papers, the proof of service, opposition, reply, and the hearing.california_court_holidays— List every California judicial holiday for a given year, with the date it is observed.california_add_court_days— Add or subtract court days from a date, skipping weekends and California judicial holidays.