loading…
Search for a command to run...
loading…
A2A Governance Bridge - MCP server providing AI-powered tools and automation by MEOK AI Labs
A2A Governance Bridge - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for a2a governance bridge mcp operations
A2A Governance Bridge MCP provides AI-powered tools via the Model Context Protocol (MCP).
| 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. |
pip install meok-a2a-governance-bridge-mcp
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"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"a2a-governance-bridge-mcp": {
"command": "npx",
"args": []
}
}
}