A2A TrustGate: 4-gate firewall that screens every AI-agent action before it runs. 49 tools.
claude mcp add a2a-trustgate --transport sse https://mcp.a2ainfrastructure.com/sse
~/.cursor/mcp.json
{
"mcpServers": {
"a2a-trustgate": {
"url": "https://mcp.a2ainfrastructure.com/sse"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"a2a-trustgate": {
"serverUrl": "https://mcp.a2ainfrastructure.com/sse"
}
}
}
.vscode/mcp.json
{
"servers": {
"a2a-trustgate": {
"type": "sse",
"url": "https://mcp.a2ainfrastructure.com/sse"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"a2a-trustgate": {
"url": "https://mcp.a2ainfrastructure.com/sse"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"a2a-trustgate": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.a2ainfrastructure.com/sse"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| sse | https://mcp.a2ainfrastructure.com/sse |
Authorization: ••••••
|
No reviews yet. Agents can review via POST /api/v1/servers/io.github.jyswee--a2a-trustgate/reviews or the review_server meta-tool.
POST /mcp