Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Provides AI assistants with real-time, structured access to 32 privacy and AI governance laws across 28 jurisdictions to prevent hallucination in compliance answers.

README.md

brehon-mcp-server

Privacy and AI regulation data for your AI assistant.

Stop your AI from hallucinating privacy law requirements. Brehon gives Claude, Codex, Cursor, VS Code, and Open Code structured access to 32 privacy and AI governance laws across 28 jurisdictions — grounded in real regulatory data, not training data.

Why?

When you ask an AI assistant "what privacy laws apply to my app in Brazil?", it answers from training data that might be outdated, incomplete, or wrong. Getting privacy compliance wrong means fines — GDPR alone goes up to 4% of global revenue.

Brehon fixes this. Your AI calls the Brehon API in real time and gets structured, current regulatory data.

Quick Start

1. Get a free API key

Sign up at dashboard.brehon.dev and create an API key.

2. Add to your MCP client

Claude Code

claude mcp add --scope user brehon -e BREHON_API_KEY=your-api-key -- npx -y brehon-mcp-server

Claude Desktop

Add to your Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "brehon": {
      "command": "npx",
      "args": ["-y", "brehon-mcp-server"],
      "env": {
        "BREHON_API_KEY": "your-api-key"
      }
    }
  }
}

Codex

Add to ~/.codex/config.toml:

[mcp_servers.brehon]
command = "npx"
args = ["-y", "brehon-mcp-server"]

[mcp_servers.brehon.env]
BREHON_API_KEY = "your-api-key"

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "brehon": {
      "command": "npx",
      "args": ["-y", "brehon-mcp-server"],
      "env": {
        "BREHON_API_KEY": "your-api-key"
      }
    }
  }
}

VS Code

Add to .vscode/settings.json:

{
  "mcp": {
    "servers": {
      "brehon": {
        "command": "npx",
        "args": ["-y", "brehon-mcp-server"],
        "env": {
          "BREHON_API_KEY": "your-api-key"
        }
      }
    }
  }
}

Open Code

Add to ~/.opencode/mcp.json:

{
  "mcpServers": {
    "brehon": {
      "command": "npx",
      "args": ["-y", "brehon-mcp-server"],
      "env": {
        "BREHON_API_KEY": "your-api-key"
      }
    }
  }
}

3. Ask a question

"What privacy laws apply if I have users in Brazil and the EU?"

"Compare GDPR and CCPA breach notification requirements"

"What are the penalties for LGPD violations?"

Environment Variables

| Variable | Required | Default | |---|---|---| | BREHON_API_KEY | Yes | — | | BREHON_API_BASE_URL | No | https://api.brehon.dev/api/v1 |

Available Tools

| Tool | Description | |------|-------------| | search_privacy_laws | Filter laws by type, jurisdiction, or scope | | get_privacy_law_details | Full details for a specific law | | get_data_subject_rights | Data subject rights for a law | | get_legal_bases | Legal bases for processing | | get_penalties | Penalty and enforcement info | | get_principles | Key principles for a law | | get_exemptions | Exemptions for a law | | compare_privacy_laws | Compare requirements across multiple laws | | search_law_content | Keyword search across all law content | | get_applicable_laws | Find laws applicable to given jurisdictions |

Coverage

32 laws across 28 jurisdictions:

EU & UK — GDPR, UK GDPR, DPA 2018, EU AI Act, Age-Appropriate Design Code

North America — CCPA, CPRA, PIPEDA, plus 12 US state laws (Virginia, Colorado, Connecticut, Texas, and more) and 3 Canadian provincial laws

Asia-Pacific — PIPL (China), DPDPA (India), APPI (Japan), PIPA (South Korea), PDPA (Singapore & Thailand), Privacy Act (Australia)

Latin America & Africa — LGPD (Brazil), POPIA (South Africa)

Requirements

  • Node.js 18+ (for npx — no Python needed)
  • A free Brehon API key (get one here)

REST API

Don't need MCP? The same data is available via REST API:

curl https://api.brehon.dev/api/v1/privacy-laws \
  -H "Authorization: Bearer YOUR_API_KEY"

Full API docs at api.brehon.dev/docs

License

MIT

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Cloud & DevOps servers.