PluginBench
MCP Server

Hive Capital MCP Server

io.github.srotzin/hive-mcp-capital

What is the Hive Capital MCP server?

HiveCapital MCP Server — autonomous investment layer for AI agents

How to install Hive Capital

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-mcp-capital": {
      "url": "https://hive-mcp-gateway.onrender.com/capital/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "hive-mcp-capital": {
      "serverUrl": "https://hive-mcp-gateway.onrender.com/capital/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "hive-mcp-capital": {
      "type": "http",
      "url": "https://hive-mcp-gateway.onrender.com/capital/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "hive-mcp-capital": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://hive-mcp-gateway.onrender.com/capital/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http hive-mcp-capital https://hive-mcp-gateway.onrender.com/capital/mcp

Related MCP servers

Execute Intent

Maintained

Intent execution engine for autonomous agent task routing

0
JavaScript
MIT
View repository →

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

0
JavaScript
MIT
View repository →

Hive Agent Kyc

Maintained

KYA agent identity verification and trust scoring for autonomous A2A networks

0
JavaScript
MIT
View repository →

Hive Aml Screen

Maintained

Real-time AML and sanctions screening for agent-to-agent transactions

0
JavaScript
MIT
View repository →

Sealed-bid and English auctions for agent capabilities and compute time

0
JavaScript
MIT
View repository →

Snapshot and restore service for agent state and DID-bound configuration

0
JavaScript
MIT
View repository →