legal-data-hunter
v1.0.2
Published
Connect your AI to 18M+ legal documents worldwide via MCP. One command to configure Claude, Cursor, VS Code, and more.
Downloads
108
Maintainers
Readme
Legal Data Hunter — MCP Setup
Connect your AI to 6M+ European legal documents with one command.
Works with Claude Code, Claude Desktop, Cursor, VS Code, Windsurf, and any MCP-compatible client.
Quick Start
npx legal-data-hunter setupThis detects your installed AI clients and configures them automatically. On first use, you'll be prompted to sign in via your browser — no API key needed.
Options
npx legal-data-hunter setup # Interactive setup
npx legal-data-hunter setup --yes # Auto-configure all detected clients
npx legal-data-hunter setup -c cursor # Configure Cursor only
npx legal-data-hunter setup --list # List detected clientsAlternative: add-mcp
npx add-mcp https://legaldatahunter.com/mcpAlternative: Manual Config
Add to your client's MCP config (.mcp.json, claude_desktop_config.json, etc.):
{
"mcpServers": {
"legal-data-hunter": {
"type": "streamable-http",
"url": "https://legaldatahunter.com/mcp"
}
}
}What You Get
| Tool | Description |
|------|-------------|
| search | Hybrid semantic + keyword search across 6M+ documents |
| get_document | Retrieve full text and metadata by source + ID |
| resolve_reference | Resolve loose citations (ECLI, article numbers, case numbers) |
| discover_countries | List available countries with document counts |
| discover_sources | List data sources for a specific country |
| get_filters | Get available filter values for a source |
