MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Bidda Sovereign Intelligence MCP Server — 3,680 cryptographically-verified regulatory compliance nodes across 31 pillars

Created 5/2/2026
Updated about 20 hours ago
Repository documentation and setup instructions

Bidda Sovereign Intelligence MCP Server

3,680 cryptographically-verified regulatory compliance nodes across 31 pillars — zero hallucination by design.

Glama score

What is Bidda?

Bidda is a sovereign compliance intelligence registry. Every node traces to a primary legal source (avg 7 citations per node) and contains machine-executable deterministic logic — not summaries, not PDFs, not paraphrased commentary.

Pillars covered: EU AI Act · GDPR · NIST AI 600-1 · Basel III · HIPAA · DORA · FATF · SOC 2 · ISO 27001 · CCPA · PIPEDA · APRA CPS 234 · MiCA · and 150+ others across 31 compliance domains.

MCP Endpoint

POST https://bidda.com/mcp
GET  https://bidda.com/mcp   (server info)

Transport: Streamable HTTP (MCP 2025-03-26)
No API key required for discovery tier.

Tools

| Tool | Description | |------|-------------| | list_pillars | List all 31 compliance pillars with node counts | | search_nodes | Search by keyword across 3,680 nodes - returns title, ID, pillar, and BLUF (plain-language obligation) | | get_node | Fetch a specific node by ID - returns full summary + link to machine-executable workflow |

Quick Start - Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "bidda-compliance": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-fetch", "https://bidda.com/mcp"]
    }
  }
}

Or add the URL directly if your MCP client supports HTTP transport:

https://bidda.com/mcp

Example Queries

search_nodes("GDPR data breach notification 72 hours")
search_nodes("Basel III capital requirements", pillar="Banking & Global Finance")
search_nodes("FATF travel rule crypto")
get_node("eu-ai-act-article-13-transparency")
get_node("us-hipaa-privacy-rule")
list_pillars()

Coverage

| Pillar | Nodes | |--------|-------| | Cybersecurity | 620 | | AI Governance & Law | 324 | | Banking & Global Finance | 351 | | Legal & IP Sovereignty | 275 | | Sustainability & ESG | 147 | | Workplace | 159 | | Medical & Healthcare | 114 | | + 24 more pillars | -- |

Full coverage: bidda.com/intelligence

Why Zero Hallucination?

Every node has:

  • Primary legal citations - real instruments, real URLs, real section numbers (avg 7 per node)
  • Deterministic workflow - machine-executable steps, not prose summaries
  • Integrity hash - cryptographic fingerprint of the node content
  • Source watcher - weekly TLS + content fingerprint check against live source URLs

No inference without a regulatory anchor. No blog posts. No secondary commentary.

Discovery Manifest

https://bidda.com/.well-known/mcp.json

Links

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/Bidda-Ai/bidda-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "bidda-ai-bidda-mcp": { "command": "git", "args": [ "clone", "https://github.com/Bidda-Ai/bidda-mcp" ] } } }