docketbird-mcp
If you are the rightful owner of docketbird-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This MCP server provides access to DocketBird's court case data and document management functionality.
The DocketBird MCP Server is designed to facilitate access to court case data and document management through a structured protocol. It requires Python 3.11 and the uv package manager for setup. The server can be run using different transport methods such as stdio and SSE, providing flexibility in how data is transmitted. The server offers tools for retrieving case details, downloading documents, and listing cases and courts. Configuration files like courts.json and case_types.json are essential for the server's operation. Deployment can be achieved using Docker, with support for both ARM and AMD architectures, and validation steps are provided to ensure successful deployment. Additionally, a prototype agent is available for interacting with the server, offering a command-line interface for natural language queries.
Features
- Access to comprehensive court case details and documents.
- Flexible transport options including stdio and SSE.
- Dockerized deployment for cloud servers.
- Prototype agent for natural language querying.
- Support for both ARM and AMD architectures.
Tools
get_case_details
Get comprehensive details about a case including all documents.
download_document_by_id
Download a specific document by its DocketBird ID.
list_cases
Get a list of cases belonging to an account.
list_courts_and_types
Get a comprehensive list of all available courts and case types.