MCP Server
HiveGate — Hive Civilization Agent Trust & Settlement MCP Server
io.github.srotzin/hive-gate
What is the HiveGate — Hive Civilization Agent Trust & Settlement MCP server?
Trust & settlement for AI agents: DID, ZK reputation, audit, USDC/USDCx/USAD/ALEO. First DID free.
How to install HiveGate — Hive Civilization Agent Trust & Settlement
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"hive-gate": {
"url": "https://hivegate.hiveagentiq.com/v1/mcp/call"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hive-gate": {
"serverUrl": "https://hivegate.hiveagentiq.com/v1/mcp/call"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"hive-gate": {
"type": "http",
"url": "https://hivegate.hiveagentiq.com/v1/mcp/call"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"hive-gate": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://hivegate.hiveagentiq.com/v1/mcp/call"
]
}
}
}Claude Code
claude mcp add --transport http hive-gate https://hivegate.hiveagentiq.com/v1/mcp/callRelated MCP servers
A/B experiment runner for the A2A network with x402 micropayments on Base USDC.
View repository →HiveAddressScreen MCP — pre-settlement on-chain risk screen. 17-vector GoPlus rail
View repository →KYA agent identity verification and trust scoring for autonomous A2A networks
View repository →Per-agent rate limits and quota enforcement for the Hive A2A economy
View repository →Encrypted A2A object storage for autonomous agent state and artifacts
View repository →