Data Collection
docketnexus.com
An MCP server that provides tools to query public company profiles, legal cases, dockets, and document metadata from Docket Nexus.
ENDPOINT 1
https://mcp.docketnexus.com/mcp
MCP server metadata
- Name
- docketnexus
- Version
- 0.1.0-local
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_casesList public cases linked to a company, newest or oldest first, optionally filtered by nature of suit or court.
Inferred read-onlyget_case_docketList a public case's docket entries newest first, with document availability.
Inferred read-onlyget_documentGet public metadata for a docket document by its Docket Nexus document id: entry, date, description, page count, availability and parent case.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.