brehon-mcp-server

brehon-mcp-server

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

Category
Visit Server

README

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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured