AgentHubAgentHub

HiveGate — Hive Civilization Agent Trust & Settlement

MCP ServerMCP Registry官方收录

io.github.srotzin/hive-gate · v1.1.0

Trust & settlement for AI agents: DID, ZK reputation, audit, USDC/USDCx/USAD/ALEO. First DID free.

概览

HiveGate — Hive Civilization Agent Trust & Settlement 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "hive-gate": {
      "url": "https://hivegate.hiveagentiq.com/v1/mcp/call"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.srotzin/hive-gate",
  "type": "mcp-server",
  "version": "1.1.0",
  "displayName": "HiveGate — Hive Civilization Agent Trust & Settlement",
  "description": "Trust & settlement for AI agents: DID, ZK reputation, audit, USDC/USDCx/USAD/ALEO. First DID free.",
  "repository": {
    "url": "https://github.com/srotzin/hive-agent-sdk",
    "source": "github"
  },
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://hivegate.hiveagentiq.com/v1/mcp/call"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.srotzin/hive-gate",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.srotzin%2Fhive-gate/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
HiveGate — Hive Civilization Agent Trust & Settlement — MCP Server 安装与配置 · AgentHub