PluginBench
MCP Server

Hive Insurance MCP Server

io.github.srotzin/hive-mcp-insurance

What is the Hive Insurance MCP server?

Agent liability insurance — claims, premiums, and on-chain payouts

How to install Hive Insurance

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

Related MCP servers

Intent execution engine for autonomous agent task routing

View repository →

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

View repository →

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 →