DocketBird MCP Server

by gravix-db

1 stars
226 downloads
Not rated
GitHub

About

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…

Details

Author
gravix-db
GitHub stars
1
Downloads
226
Categories
Other

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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name DocketBird MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "docketbird mcp server": {
            "docketbird-mcp": {
                "command": "uv",
                "args": [
                    "venv"
                ]
            }
        }
    }
}

McpServers

{
    "docketbird-mcp": {
        "command": "uv",
        "args": [
            "venv"
        ]
    }
}

DocketBird MCP Server

This MCP server provides access to DocketBird's court case data and document management functionality.

Requirements

- Python 3.11
- uv package manager

Setup

1. Install uv if you haven't already:

curl -LsSf https://astral.sh/uv/install.sh | sh

2. Create and activate a virtual environment:

```bash
uv venv
source .venv/bin/activate # On Unix/MacOS

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.