# Bidda Sovereign Intelligence

Search and retrieve cryptographically-verified compliance nodes. 3,000+ and growing nodes across 31 pillars  AI Governance, Banking & Global Finance, Cybersecurity, Medical & Healthcare, Legal & IP S…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add patrick-c-nel/bidda-compliance

# Browse available tools
npx -y @smithery/cli@latest tool list patrick-c-nel/bidda-compliance

# Get full schema for a tool
npx -y @smithery/cli@latest tool get patrick-c-nel/bidda-compliance list_pillars

# Call a tool
npx -y @smithery/cli@latest tool call patrick-c-nel/bidda-compliance list_pillars '{}'
```

## Direct MCP Connection

Endpoint: `https://bidda-compliance--patrick-c-nel.run.tools`

## Tools (3)

- `list_pillars` — List all compliance pillars in the Bidda Sovereign Intelligence registry with node counts. Use this first to discover a…
- `search_nodes` — Search Bidda compliance nodes by keyword. Returns matching node summaries including a one-sentence BLUF (Bottom Line Up…
- `get_node` — Get a specific compliance node by its ID. Returns the node summary: title, compliance pillar, version, last updated, an…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get patrick-c-nel/bidda-compliance <tool-name>
```
