{
  "markdown": "# Acquis — Verified EU Law for AI assistants\n\n**Acquis gives Claude, ChatGPT and any MCP-enabled assistant exact, verifiable\naccess to EU digital regulation.** Instead of paraphrasing from training data,\nyour assistant quotes the **verbatim provision of the current consolidation** —\nwith the full citation (act, article, paragraph, point), its in-force status,\nthe consolidation date and a deep link to EUR-Lex, so you can check every claim\nyourself.\n\n> The verbatim legal text is rendered from a signed corpus — it is **not written\n> by the model.** Every fragment is content-hashed and ed25519-signed at\n> ingestion, and any citation can be cryptographically verified.\n\n- 🌐 **Web app + connector, one subscription:** <https://acquislaw.com>\n- 🔌 **Remote MCP endpoint:** `https://api.acquislaw.com/mcp`\n- 📚 **Docs:** <https://acquislaw.com/docs>\n\nThis repository documents the public MCP endpoint. The hosted service, its\nsource code and its data products are proprietary and governed by the terms at\n[acquislaw.com](https://acquislaw.com) — only the contents of this repository\nare MIT-licensed (see [LICENSE](LICENSE)).\n\n## Corpus\n\nThe EU digital rulebook, all consolidated and updated by daily sweeps of the\nofficial EUR-Lex/CELLAR catalog (new consolidations, corrigenda, status\nchanges):\n\n| Act | CELEX |\n|---|---|\n| AI Act (applies from 2 August 2026 — Art. 113 staggers the rest) | 32024R1689 |\n| GDPR | 32016R0679 |\n| Digital Services Act (DSA) | 32022R2065 |\n| Digital Markets Act (DMA) | 32022R1925 |\n| NIS2 | 32022L2555 |\n| Data Act | 32023R2854 |\n| Cyber Resilience Act (CRA) | 32024R2847 |\n| DORA | 32022R2554 |\n| eIDAS 2 | 32024R1183 |\n| Product Liability Directive | 32024L2853 |\n| Data Governance Act | 32022R0868 |\n\nEDPB guidelines are next. Need a corpus that isn't here? New corpora are a\nmatter of hours — ask at <capy@acquislaw.com>.\n\n## Tools\n\nFive **read-only** tools:\n\n| Tool | What |\n|---|---|\n| `search_eu_law` | Semantic search over the corpus → ranked verbatim provisions with citations. |\n| `get_provision` | Exact lookup by legal anchor — `act: \"AI Act\", article: \"6\", paragraph: \"1\", point: \"a\"` (also `annex`, `recital`). |\n| `get_act_status` | An act's CELEX number(s), latest consolidation date, in-force info and coverage. |\n| `list_versions` | Every stored version of an article with validity windows (\"what did it say before the amendment?\"). |\n| `verify_fragment` | Recomputes the content hash and reports the ed25519 signing provenance of any returned citation. |\n\n## Install\n\nAcquis is a **remote** server. Authentication is OAuth 2.1 (an account is\ncreated in-flow, with a 7-day Pro trial, no card).\n\n### Claude (Desktop / claude.ai / Code)\n\nAdd a custom connector pointing at the remote URL:\n\n```\nhttps://api.acquislaw.com/mcp\n```\n\nIn **claude.ai → Settings → Connectors → Add custom connector**, paste the URL\nand complete the sign-in screen.\n\n### Cursor, Cline, VS Code and other MCP clients (stdio via the shim)\n\nClients that speak stdio can reach the remote server through the\n[`mcp-remote`](https://www.npmjs.com/package/mcp-remote) adapter, which also\ncarries the OAuth flow:\n\n```json\n{\n  \"mcpServers\": {\n    \"acquis\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-remote\", \"https://api.acquislaw.com/mcp\"]\n    }\n  }\n}\n```\n\n### Inspecting the tools without an account\n\n`/mcp` is OAuth-protected, so an unauthenticated probe gets a `401` (that\nchallenge is what starts the sign-in flow). To let any client or directory read\nthe tool catalog without an account, there is a public introspection endpoint:\n\n```\nhttps://api.acquislaw.com/mcp/public\n```\n\nIt advertises the same five tool definitions and returns **no legal content** —\nevery call points you back at the real endpoint. Use it to inspect the server;\nuse `/mcp` for answers.\n\n## Example\n\n> **Prompt:** \"What does Article 6 of the AI Act say about high-risk\n> classification? Then verify that citation.\"\n\n`get_provision(act: \"AI Act\", article: \"6\")` returns the eight paragraphs of\nArticle 6 verbatim, each with its EUR-Lex link; `verify_fragment` then\nrecomputes the content hash and confirms the ed25519 signing provenance.\n\nMore in [examples/](examples/).\n\n## Not legal advice\n\nAcquis returns official sources verbatim with citations. It is a retrieval\nlayer with provenance — **not legal advice.** Built by\n[Capybara Labs](https://capybaralabs.tech) on\n[HIVE](https://github.com/capybarist/hive), our verifiable knowledge engine.\n",
  "bytes": 4449,
  "sha": "82ae96f67b49ecc5c965e98f22bcfff7ee7814444cc7ec62d691878ff621a0c0",
  "repo_slug": "capybarist/acquis-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_acquislaw_acquis_95bd4747/readme"
}