Infrastructure • MCP Official
Security for
MCP
Swarms
The official Model Context Protocol server for real-time agent governance and EU AI Act compliance.
Quick Install
npm install suprawall-mcp
Claude Desktop Config
// ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"suprawall": {
"command": "npx",
"args": ["-y", "suprawall-mcp"],
"env": {
"SUPRAWALL_API_KEY": "ag_live_..."
}
}
}
}check_policy
Instantly check whether an intent or tool call is permitted under current governance rules.
request_approval
Routes high-stakes actions to human reviewers with a full context of the agent's thought process.
log_compliance
Directly log manual agent steps to the cryptographically signed audit trail (Article 12).
get_governance_rules
Allows the agent to self-correct based on known organizational constraints.