INDIVIDUAL MCP TOOL
check_compliance
Generate a curl command for the Court Rules compliance check API.
LIVE ENDPOINT
https://mcp.courtrules.app/mcp
Connect to this endpoint to inspect the live schema for check_compliance and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests code or command execution.
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.mcp-typescript-server-on-vercel]
url = "https://mcp.courtrules.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-typescript-server-on-vercel": {
"type": "http",
"url": "https://mcp.courtrules.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-typescript-server-on-vercel
Remote MCP URL: https://mcp.courtrules.app/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": {
"mcp-typescript-server-on-vercel": {
"url": "https://mcp.courtrules.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-typescript-server-on-vercel": {
"type": "http",
"url": "https://mcp.courtrules.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-typescript-server-on-vercel",
"transport": "streamable-http",
"url": "https://mcp.courtrules.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_courts— List all courts with their status and judge countslist_court_holidays— List court holidays and closure dates.search_filing_rules— Search extracted court filing rules from active source documents.search_judges— Search for judges by district, name, or type.get_judge_rules— Get all extracted rules for a specific judge.search_enforcement_actions— Search privacy and regulatory enforcement actions.get_enforcement_details— Get full details of a specific enforcement action including laws cited, remedies, source quotes, and document URLs.get_enforcement_stats— Get summary statistics of enforcement actions.