Privacy & AI regulation API
Privacy regulations and AI governance laws across 28 jurisdictions — structured for code. REST API, Python SDK, and MCP server.
claude mcp add --scope user brehon -e BREHON_API_KEY=YOUR_API_KEY -- npx -y brehon-mcp-server
GDPR · CCPA · EU AI Act · PIPEDA · UK GDPR · LGPD · PIPL · DPDPA · + 24 more
Add the MCP server once — every conversation gets access to 32 privacy laws.
No endpoints to memorize. Just ask your question and get structured answers.
Live from the API — not baked into training data or a static prompt.
Same question. Very different answers.
Everything you need to integrate privacy law data into your applications.
Comprehensive coverage of privacy regulations from GDPR to emerging frameworks.
Global coverage spanning the EU, US states, Canada, Brazil, China, India, and more.
Consistent JSON schema across all laws — provisions, rights, penalties, and requirements.
Search across all laws by keyword, provision type, or requirement category.
Side-by-side comparison of any two regulations across key compliance dimensions.
Your AI assistant gets direct access to 32 privacy laws. Ask questions in natural language — no API calls to write.
MCP server, Python SDK, or REST API — pick what fits your stack.
Add to Claude, Cursor, or Open Code.
{
"mcpServers": {
"brehon": {
"command": "npx",
"args": [
"-y",
"brehon-mcp-server"
],
"env": {
"BREHON_API_KEY": "..."
}
}
}
}
Async-first, fully typed.
pip install brehon from brehon import BrehonClient client = BrehonClient("YOUR_KEY") # Get a specific law gdpr = await client.laws.get("gdpr") # Search across all laws results = await client.search( "breach notification" )
Standard HTTP — works with any language.
curl https://api.brehon.dev/api/v1/laws \ -H "Authorization: Bearer $KEY" curl https://api.brehon.dev/api/v1/search \ -d '{"q": "data breach"}'
Start free. Upgrade when you need more.