← Back to Plugins
MCP Server MCP

CourtListener

github By github 👁 1 views ▲ 0 votes

MCP for CourtListener: US federal and state opinions, dockets, judges, plus eCFR regulations.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://courtlistener-mcp.vaquill.ai/mcp/",
      "headers": [
        {
          "description": "Your free CourtListener API token from https://www.courtlistener.com/help/api/rest/. The server never stores your key.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "X-CourtListener-Token"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...