← Back to Plugins
MCP Server MCP

Trusgent MCP

github By github 👁 1 views ▲ 0 votes

Trusgent MCP — Trust Layer for AI agents. HK registry + Agent Cards. Default: get_merged_profile.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.trusgent.com/api/mcp",
      "headers": [
        {
          "description": "Optional Bearer API key for higher rate limits (https://www.trusgent.com/en/dashboard/api-keys). Public reads work without a key but are IP rate-limited.",
          "value": "Bearer {TRUSGENT_API_KEY}",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...