CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Hive Insurance Broker

srotzin/hive-mcp-insurance-broker
HTTPregistry active
Summary

Connects your MCP client to real insurance coverage listings from Nexus Mutual, Sherlock, Risk Harbor, and InsurAce. You get three tools: browse products with current capacity and cost, route quote requests directly to underwriter endpoints, and check 24-hour listing rollups. The server proxies to Hive's production backend and surfaces live data from Nexus Mutual's public API and DefiLlama protocol summaries. This is a broker directory only, meaning Hive doesn't underwrite, custody premium, or settle claims. Reach for it when you need an AI agent to discover on-chain coverage options and get quotes in USDC without mock data. Runs over streamable HTTP and works with Claude Desktop, Cursor, or any MCP-compatible client.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

HiveInsuranceBroker

srotzin/hive-mcp-insurance-broker MCP server

Broker-only insurance discovery surface for on-chain risk products

MCP server for the Hive Insurance Broker. Surfaces real coverage listings from licensed third-party underwriters (Nexus Mutual, Sherlock, Risk Harbor, InsurAce) and routes quote requests to the underwriters' own quote endpoints. Hive does NOT underwrite, hold premium, settle claims, or take custody. Real rails. No mock data. Listings sourced from Nexus Mutual public API (api.nexusmutual.io/v2) and DefiLlama protocol summaries.

Tier B position 4 — broker-only

⚠️ Broker-only disclaimer: Hive is a broker-only directory. Hive does not underwrite, hold premium, settle claims, or take custody. Coverage is provided by third-party licensed protocols. Verify licensing and policy terms with the underwriter before purchase.


What this is

hive-mcp-insurance-broker is a Model Context Protocol (MCP) server that exposes the HiveInsuranceBroker platform on the Hive Civilization to any MCP-compatible client (Claude Desktop, Cursor, Manus, etc.). The server proxies to the live production backend at https://hivemorph.onrender.com.

  • Protocol: MCP 2024-11-05 over Streamable-HTTP / JSON-RPC 2.0
  • Transport: POST /mcp
  • Discovery: GET /.well-known/mcp.json
  • Health: GET /health (returns enabled, brand_color, disclaimer)
  • Listings: Real third-party data — Nexus Mutual public API, Sherlock / Risk Harbor / InsurAce TVL via DefiLlama
  • Brand gold: Pantone 1245 C / #C08D23

Tools

ToolDescription
insurance_productsList all available coverage products across providers (Nexus Mutual, Sherlock, Risk Harbor, InsurAce). Returns provider, type, capacity, and current cost-of-coverage where the upstream exposes it. Real third-party listings — Hive is broker-only and does not underwrite.
insurance_quoteRoute a quote request to one or all underwriters. Hive forwards the request to the underwriter's own quote endpoint and returns the response verbatim. Hive does NOT bind coverage, accept premium, or take custody.
insurance_today24-hour rollup: total listing count + top providers by capacity. Returns request count and quote count for the rolling window.

Backend endpoints

MethodPathPurpose
GET/v1/insurance/productsFull third-party coverage catalog
POST/v1/insurance/quoteRoute quote request to underwriter
GET/v1/insurance/today24h listing count + top providers

Real third-party providers

ProviderWhat we surfaceSource
Nexus Mutual~183 active cover products, capacity in USD, min/max APR%api.nexusmutual.io/v2/products + /v2/capacity
SherlockBackstop pool capacity (TVL on Ethereum)api.llama.fi/protocol/sherlock
Risk HarborMarketplace capacity across Polygon / Ethereum / Avalancheapi.llama.fi/protocol/risk-harbor
InsurAceMulti-chain product capacity (BSC / ETH / Polygon / Avalanche)api.llama.fi/protocol/insurace

Run locally

git clone https://github.com/srotzin/hive-mcp-insurance-broker.git
cd hive-mcp-insurance-broker
npm install
npm start
# server up on http://localhost:3000/mcp
curl http://localhost:3000/health
curl http://localhost:3000/.well-known/mcp.json

Connect from an MCP client

Claude Desktop / Cursor / Manus — add to your mcp.json:

{
  "mcpServers": {
    "hive_mcp_insurance_broker": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://hive-mcp-insurance-broker.onrender.com/mcp"]
    }
  }
}

What Hive does NOT do

Hive is a broker-only directory. We do not:

  • Underwrite coverage
  • Hold or custody premium
  • Settle claims
  • Auto-bind or auto-buy policies
  • Take any role in the underwriter / policyholder relationship

Coverage is provided by third-party licensed protocols. Verify licensing and policy terms with the underwriter before purchase.

Hive Civilization

Part of the Hive Civilization — sovereign DID, USDC settlement, HAHS legal contracts, agent-to-agent rails.

Categories: finance, insurance, broker, discovery, web3, defi, agent-to-agent.

License

MIT (c) Steve Rotzin / Hive Civilization

Hive Civilization Directory

Part of the Hive Civilization — agent-native financial infrastructure.

  • Endpoint Directory: https://thehiveryiq.com
  • Live Leaderboard: https://hive-a2amev.onrender.com/leaderboard
  • Revenue Dashboard: https://hivemine-dashboard.onrender.com
  • Other MCP Servers: https://github.com/srotzin?tab=repositories&q=hive-mcp

Brand: #C08D23

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedApr 28, 2026
View on GitHub