install-legal-data-hunter

Install and configure the Legal Data Hunter MCP server for AI agents.

630|79|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/lawve-ai/awesome-legal-skills --skill install-legal-data-hunter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-legal-data-hunter
Source: https://github.com/lawve-ai/awesome-legal-skills/tree/main/skills/legal-data-hunter-zacharie-laik
Command: npx skills add https://github.com/lawve-ai/awesome-legal-skills --skill install-legal-data-hunter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Install and connect the Legal Data Hunter MCP server to enable AI agents to search and retrieve legal documents across jurisdictions.

Core Features & Use Cases

  • Seamless MCP installation and environment detection for Claude Code and other clients
  • Unified access to 18M+ legal documents across 110+ countries via hybrid search
  • Tools available: discover_countries(), discover_sources(country), search(query, ...), resolve_reference(citation), get_document(id), get_filters(), report_source_issue(...)

Quick Start

Install the MCP client and connect to the Legal Data Hunter MCP endpoint to start searching across jurisdictions.

Frequently Asked Questions about install-legal-data-hunter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect an AI agent to legal documents for cross-jurisdictional research?

You connect an AI agent to legal documents by installing and configuring the Legal Data Hunter MCP server. This enables the agent to discover, search, and retrieve case law, legislation, and doctrine across 110+ countries using endpoints like discover_countries and get_document.

Can I use Claude Code to search case law and legislation across multiple countries?

Yes, Claude Code and other compatible MCP clients can search case law and legislation across multiple countries. The MCP server provides unified access to 18M+ legal documents across 110+ jurisdictions using the search and discover_sources endpoints.

Do I need an MCP client to install and run the Legal Data Hunter server?

Yes, you need an MCP client like Claude Code or a compatible tool to install and run the Legal Data Hunter server. The server relies on the MCP protocol to expose endpoints such as search, resolve_reference, and get_document for your AI agent workflows.

What tools are available for resolving legal citations and retrieving full texts via MCP?

The available MCP tools for resolving legal citations and retrieving full texts include resolve_reference(citation) and get_document(id). These endpoints allow your AI agent to fetch specific legal documents and resolve references across jurisdictions after the server installation.

How does discover_sources work when researching legal data across jurisdictions?

The discover_sources(country) endpoint works by identifying available legal data sources for a specified country during cross-jurisdictional research. It pairs with discover_countries to map the 110+ supported jurisdictions before you execute a targeted search query.

What is the best way to report a data issue when retrieving legislation through an MCP server?

The best way to report a data issue when retrieving legislation through the MCP server is using the report_source_issue endpoint. This tool allows your AI agent to flag problems found during document retrieval workflows directly from the connected MCP client.