MCPHub

0 serversUpdated Aug 30, 2026

ServersCollectionsPlayground
MCPHub

Catalog

  • Servers
  • Browse A–Z
  • Trending
  • Categories
  • Collections
  • Playground
  • For agents

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

  1. Home
  2. /Collections
  3. /Legal research

Legal research

Research US and EU statutes and case law, draft standard agreements, and search patents from one legal stack.

Ads

Servers in this stack

  1. 1J

    JamesANZ/us-legal-mcp

    An MCP server that provides comprehensive US legislation.

    Legal

    0
  2. 2L

    Lex-API/lexapi-mcp

    EU legal research over EUR-Lex — 10 tools for structured search, CELEX/URL document fetch, recent Official Journal publications, inbound/outbound citation graph, and semantic search over case law + legislation. FREE tier available; semantic tools require a paid plan. Install: `npx -y @lexapi/mcp`.

    Legal

    0
  3. 3D

    djtellado/nexus-legal-mcp

    Multi-jurisdictional legal analysis (ISO 31000) for Spanish, Latin American and European law. 11 tools: `analyze`, `draft`, `audit`, `monte_carlo`, `doctrina` (DGT/TEAC), `jurisprudencia` (CENDOJ ~141k + Colombian CC/CSJ/CE ~106k), `opinion`, `redteam`, `cross_border_compare`, `consulta`. Install: `npx -y @nexus-legal/mcp` with API key from https://nexusquantum.legal/developers.

    Legal

    0
  4. 4A

    Ansvar

    EU regulatory intelligence over MCP — law, regulations, standards & threat intel, every answer cited or refused. Ansvar Gateway is a remote MCP server for compliance, legal, and security work. One OAuth connection gives your agent scoped search and get_provision across audited law corpora — Europe-led, with growing North American and APAC coverage; the live, licence-audited jurisdiction list is at ansvar.eu/coverage — plus the EU regulations corpus (GDPR, NIS2, DORA, AI Act, CRA, …), the security-frameworks corpus, and live CVE/KEV/EPSS intelligence.

    Search & Data Extraction4 tools

    1
  5. 5O

    open-agreements/open-agreements

    Fill standard legal agreement templates (NDAs, SAFEs, NVCA docs, employment, cloud terms) and produce signable DOCX files.

    Legal

    0
  6. 6T

    tushariitr-19/patents-mcp

    MCP server for patent search and prior art discovery powered by Google Patents public dataset on BigQuery. Tools: search patents, get full patent details with CPC codes and citations, fetch legal claims text. Free to use.

    Research

    0
  7. 7P

    Patent-PreCheck/patent-precheck-mcp

    Patentability pre-check for code — USPTO statutory pillar scores (§101 eligibility, §102 novelty, §103 non-obviousness, §112 documentation), filing-readiness, and prior-art signals. No API keys; runs as a CLI or MCP server. Tools: `precheck_score`, `precheck_pillars`, `precheck_start_review`. Install: `npx -y @patentprecheck/mcp`.

    Legal

    0

Combined config

Only servers with a published config example are merged here.

{
  "mcpServers": {
    "us-legal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "us-legal-mcp"
      ]
    },
    "lexapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@lexapi/mcp"
      ]
    },
    "nexus-legal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@nexus-legal/mcp"
      ]
    },
    "ansvar-gateway": {
      "url": "https://gateway.ansvar.eu/mcp"
    },
    "open-agreements": {
      "command": "npx",
      "args": [
        "-y",
        "open-agreements"
      ]
    },
    "patents-mcp": {
      "url": "https://glama.ai/mcp/servers/tushariitr-19/patents-mcp/badges/score.svg"
    },
    "patent-precheck-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@patentprecheck/mcp",
        "score"
      ]
    }
  }
}