← docketnexus.com

INDIVIDUAL MCP TOOL

search_cases

Search public cases by caption words, 'A v.

docketnexus.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.docketnexus.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_cases 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

docketnexus.com

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.docketnexus]
url = "https://mcp.docketnexus.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "docketnexus": {
      "type": "http",
      "url": "https://mcp.docketnexus.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: docketnexus
Remote MCP URL: https://mcp.docketnexus.com/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": {
    "docketnexus": {
      "url": "https://mcp.docketnexus.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "docketnexus": {
      "type": "http",
      "url": "https://mcp.docketnexus.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "docketnexus",
  "transport": "streamable-http",
  "url": "https://mcp.docketnexus.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_company — Get a public company's Docket Nexus profile by slug (e.
  • get_company_cases — List public cases linked to a company, newest or oldest first, optionally filtered by nature of suit or court.
  • get_case — Get a public case by its Docket Nexus URL (https://docketnexus.
  • get_case_docket — List a public case's docket entries newest first, with document availability.
  • get_document — Get public metadata for a docket document by its Docket Nexus document id: entry, date, description, page count, availability and parent case.