← Back to Plugins
MCP Server MCP

io.github.jyswee/a2a-trustgate

github By github 👁 1 views ▲ 0 votes

A2A TrustGate: 4-gate firewall that screens every AI-agent action before it runs. 49 tools.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "sse",
      "url": "https://mcp.a2ainfrastructure.com/sse",
      "headers": [
        {
          "description": "Bearer token using your A2A TrustGate API key: 'Bearer a2a_...'. Optional — connect keyless to start in onboarding mode and self-provision a tenant in-session.",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "a2a-trustgate",
      "version": "1.5.16",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "isRequired": true,
          "value": "mcp-serve",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "A2A TrustGate API key (a2a_...). Optional: without a key the server starts and can guide signup; most tools require a key to call the firewall.",
          "isSecret": true,
          "name": "A2A_API_KEY"
        },
        {
          "description": "Base URL of the A2A TrustGate API. Defaults to https://a2ainfrastructure.com.",
          "name": "A2A_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol sse npm

Comments

Sign in to leave a comment

Loading comments...