DocketBird MCP Server
by gravix-db
This MCP server provides access to DocketBird's court case data and document management functionality. It allows users to retrieve case details, download documents, and list cases and courts.
Last updated: N/A
What is DocketBird MCP Server?
The DocketBird MCP Server is a server application that acts as an interface to DocketBird's court case data and document management system. It exposes functionalities to retrieve court case details, download documents, and list cases and courts.
How to use DocketBird MCP Server?
To use the server, you need to install the required dependencies (Python 3.11 and uv), set up a virtual environment, install the server package, and configure the environment variables with your DocketBird API key. Then, you can run the server using the provided commands with either stdio or SSE transport. Finally, configure your MCP client (Cursor or Claude) to connect to the server.
Key features of DocketBird MCP Server
Provides access to DocketBird's court case data
Enables document management functionality
Offers tools to get case details, download documents, and list cases and courts
Supports stdio and SSE transport
Use cases of DocketBird MCP Server
Retrieving comprehensive details about court cases
Downloading specific documents related to court cases
Listing cases associated with an account
Accessing a comprehensive list of available courts and case types
FAQ from DocketBird MCP Server
What is the DocketBird API key used for?
What is the DocketBird API key used for?
The DocketBird API key is used to authenticate your server with the DocketBird service and grant access to the court case data and document management functionalities.
What are the supported transport types?
What are the supported transport types?
The server supports stdio (standard input/output) and SSE (Server-Sent Events) transport types.
Where should I configure the MCP server?
Where should I configure the MCP server?
The MCP server configuration should be added to your MCP client's configuration file, such as ~/.cursor/mcp.json
for Cursor or ~/Library/Application Support/Claude/claude_desktop_config.json
for Claude on macOS.
How do I deploy the DocketBird MCP server?
How do I deploy the DocketBird MCP server?
The server can be deployed to a cloud server using Docker and GitHub Actions. The deployment process is defined in the .github/workflows/deploy.yml
file.
How do I validate that the deployment is working correctly?
How do I validate that the deployment is working correctly?
You can validate the deployment by checking that the Docker container is running, verifying the container logs, and testing the connection from your MCP client using the provided configuration.