DocketBird MCP Server
@gravix-db
About DocketBird MCP Server
MCP server for APIs hosted by DocketBird.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"docketbird-mcp": {
"command": "uv",
"args": [
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is DocketBird MCP Server?
DocketBird MCP Server is an MCP server that provides access to DocketBird’s court case data and document management functionality. It is intended for developers and legal professionals who need to query case information, download documents, and manage court data through the Model Context Protocol.
How to use DocketBird MCP Server?
Install uv and dependencies, set the DOCKETBIRD_API_KEY environment variable, then run the server with either uv run docketbird_mcp.py --transport stdio or --transport sse. Configure the MCP client by adding the server configuration to the appropriate JSON file (e.g., ~/.cursor/mcp.json or ~/Library/Application Support/Claude/claude_desktop_config.json).
Key features of DocketBird MCP Server
- Retrieve comprehensive case details and documents.
- Download specific documents by DocketBird ID.
- List cases belonging to an account.
- List all available courts and case types.
- Supports both stdio and SSE transports.
- Docker deployment for cloud servers.
Use cases of DocketBird MCP Server
- Querying details for a specific court case (e.g., “txnd-3:2007-cv-01697”).
- Downloading a particular document from a case using its DocketBird ID.
- Listing all cases associated with a user account.
- Exploring available courts and case types before filing.
- Deploying the server to a cloud environment for team access.
FAQ from DocketBird MCP Server
What are the runtime requirements?
Python 3.11 and the uv package manager are required.
How do I obtain an API key?
You need a DocketBird API key, set as the DOCKETBIRD_API_KEY environment variable.
Does the server support remote access?
Yes, it can be run with SSE transport and deployed to a cloud server using Docker.
What transport types are available?
The server supports both stdio (for local clients) and SSE (for remote connections).
Is there a prototype agent available?
Yes, a prototype agent (db_agent_prototype.py) is included that uses OpenAI’s GPT-4.1 to interact with the server via natural language.
Frequently asked questions
What are the runtime requirements?
Python 3.11 and the uv package manager are required.
How do I obtain an API key?
You need a DocketBird API key, set as the `DOCKETBIRD_API_KEY` environment variable.
Does the server support remote access?
Yes, it can be run with SSE transport and deployed to a cloud server using Docker.
What transport types are available?
The server supports both stdio (for local clients) and SSE (for remote connections).
Is there a prototype agent available?
Yes, a prototype agent (`db_agent_prototype.py`) is included that uses OpenAI’s GPT-4.1 to interact with the server via natural language.
Basic information
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Comments