← Registry

Data Collection

docketnexus.com

An MCP server that provides tools to query public company profiles, legal cases, dockets, and document metadata from Docket Nexus.

1 endpoint6 known toolsFirst detected September 16, 2026Last detected September 16, 2026

ENDPOINT 1

https://mcp.docketnexus.com/mcp

No auth detected

MCP server metadata

Name
docketnexus
Version
0.1.0-local
Capabilities
experimentalpromptsresourcestools
Server instructions

Read-only access to public U.S. federal court records compiled by Docket Nexus. Tools return structured, bounded, paginated results with canonical Docket Nexus URLs and provenance. Companies are looked up by slug; cases by their Docket Nexus URL. Document tools return metadata only.

Known tools 6

get_company

Get a public company's Docket Nexus profile by slug (e.

Inferred read-only
get_company_cases

List public cases linked to a company, newest or oldest first, optionally filtered by nature of suit or court.

Inferred read-only
get_case

Get a public case by its Docket Nexus URL (https://docketnexus.

Inferred read-only
get_case_docket

List a public case's docket entries newest first, with document availability.

Inferred read-only
get_document

Get public metadata for a docket document by its Docket Nexus document id: entry, date, description, page count, availability and parent case.

Inferred read-only
search_cases

Search public cases by caption words, 'A v.

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.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.

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.