brehon-mcp-server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@brehon-mcp-serverWhat privacy laws apply to my app in Brazil?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: Lextiva Compliance MCP Server
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-serverClaude 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 |
| Yes | — |
| No |
|
Available Tools
Tool | Description |
| Filter laws by type, jurisdiction, or scope |
| Full details for a specific law |
| Data subject rights for a law |
| Legal bases for processing |
| Penalty and enforcement info |
| Key principles for a law |
| Exemptions for a law |
| Compare requirements across multiple laws |
| Keyword search across all law content |
| 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/brehon-privacy/brehon-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server