← Registry

General Tools

courtrules.app

Provides access to court information including court listings, holidays, filing rules, and judge-specific rules.

1 endpoint9 known toolsFirst detected September 1, 2026Last detected September 1, 2026

ENDPOINT 1

https://mcp.courtrules.app/mcp

No auth detected

MCP server metadata

Name
mcp-typescript server on vercel
Version
0.1.0
Capabilities
tools.listChanged

Known tools 9

list_courts

List all courts with their status and judge counts

Inferred read-only
list_court_holidays

List court holidays and closure dates.

Inferred read-only
search_filing_rules

Search extracted court filing rules from active source documents.

Inferred read-only
search_judges

Search for judges by district, name, or type.

Inferred read-only
get_judge_rules

Get all extracted rules for a specific judge.

Inferred read-only
check_compliance

Generate a curl command for the Court Rules compliance check API.

Potential side effects
search_enforcement_actions

Search privacy and regulatory enforcement actions.

Inferred read-only
get_enforcement_details

Get full details of a specific enforcement action including laws cited, remedies, source quotes, and document URLs.

Inferred read-only
get_enforcement_stats

Get summary statistics of enforcement actions.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.