PluginBench
MCP Server
Active
MIT

Vaquill MCP Server

io.github.Vaquill-AI/vaquill-mcp

What is the Vaquill MCP server?

Legal research: US primary law, Indian case law (31M+ judgments), and citation graph traversal.

How to install Vaquill

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    Bearer token using a Vaquill API key. Format: 'Bearer vq_key_...'. Get a key at https://www.vaquill.ai/legal-api.

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "vaquill-mcp": {
      "url": "https://mcp.vaquill.ai/s/_"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "vaquill-mcp": {
      "serverUrl": "https://mcp.vaquill.ai/s/_"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "vaquill-mcp": {
      "type": "http",
      "url": "https://mcp.vaquill.ai/s/_"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "vaquill-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.vaquill.ai/s/_"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http vaquill-mcp https://mcp.vaquill.ai/s/_

Related MCP servers

CanLII

Active

MCP for CanLII: Canadian case law and legislation metadata (federal, provincial, territorial).

3
TypeScript
MIT
View repository →

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

1
Python
MIT
View repository →