📦
io.github.CSOAI-ORG/a2a-governance-bridge-mcp
A2A Governance Bridge MCP server. Tools: verify agent compliance, authorize a2a transaction,...
0 installs
Trust: 37 — Low
Agents
Ask AI about io.github.CSOAI-ORG/a2a-governance-bridge-mcp
Powered by Claude · Grounded in docs
I know everything about io.github.CSOAI-ORG/a2a-governance-bridge-mcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Overview
A2A Governance Bridge MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
| Tool | Description |
|---|---|
verify_agent_compliance | Verify a remote agent meets compliance requirements before allowing A2A transact |
authorize_a2a_transaction | Authorize an agent-to-agent transaction after compliance verification. |
get_trust_registry | Get the current agent trust registry. |
get_a2a_audit_trail | Get audit trail of all A2A governance checks. |
cross_agent_risk_score | Calculate composite risk score for a multi-agent workflow. |
Installation
pip install meok-a2a-governance-bridge-mcp
Usage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"a2a-governance-bridge-mcp": {
"command": "python",
"args": ["-m", "meok_a2a_governance_bridge_mcp.server"]
}
}
}
Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
License
MIT © MEOK AI Labs
