Back to Browse

Hive Mcp Credit Broker MCP Server

by Srotzin
Developer ToolsLow Risk9.5MCP RegistryRemote
Free

Server data from the Official MCP Registry

Broker-only credit/lending discovery shim for AI agents

About

Broker-only credit/lending discovery shim for AI agents

Remote endpoints: streamable-http: https://hive-mcp-gateway.onrender.com/credit-broker/mcp

Security Report

9.5
Low Risk9.5Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 2 known CVEs in dependencies Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

Endpoint verified · Open access · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-srotzin-hive-mcp-credit-broker": {
      "url": "https://hive-mcp-gateway.onrender.com/credit-broker/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

hive-mcp-credit-broker

srotzin/hive-mcp-credit-broker MCP server

Broker-only credit/lending discovery shim for AI agents. Surfaces real lending markets from licensed/established third-party protocols and routes applications.

Hive is a broker-only directory. Hive does not lend, originate, hold collateral, or service debt. All credit products are provided by third-party protocols. Verify protocol terms, audit status, and licensing before borrowing.

  • Spec: MCP 2024-11-05 / Streamable-HTTP / JSON-RPC 2.0
  • Brand: Hive Civilization gold #C08D23
  • License: MIT

Protocols surfaced

Read-only, real data, refreshed continuously:

ProviderType
aave-v3Permissionless overcollateralized lending
compound-v3Permissionless overcollateralized lending
morpho-blueIsolated permissionless lending markets
sparkMakerDAO-aligned overcollateralized lending
maplePermissioned institutional lending (KYC required)
goldfinchReal-world-asset (RWA) senior pool

Tools

NameDescription
credit.marketsFull catalog of lending markets across protocols.
credit.quoteBest-APY-first offers for a borrow request, with LTV check.
credit.today24h market count + top providers by total supplied liquidity (USD).

REST endpoints (mirror MCP tools)

MethodPathPurpose
GET/v1/credit/markets[?asset=USDC&provider=aave-v3]List markets
POST/v1/credit/quoteBest-APY-first borrow offers
GET/v1/credit/today24h rollup
GET/healthHealth + disclaimer + brand_color
GET/.well-known/mcp.jsonMCP discovery document
POST/mcpMCP JSON-RPC endpoint

Quick test

# Markets for USDC
curl https://hive-mcp-credit-broker.onrender.com/v1/credit/markets?asset=USDC

# Best borrow offers for $50k USDC against $75k WETH collateral
curl -X POST https://hive-mcp-credit-broker.onrender.com/v1/credit/quote \
  -H 'content-type: application/json' \
  -d '{"asset":"USDC","amount":50000,"collateral_asset":"WETH","collateral_value_usd":75000}'

# 24h top providers by TVL
curl https://hive-mcp-credit-broker.onrender.com/v1/credit/today

What this shim does NOT do

  • Does not lend or originate loans.
  • Does not custody collateral or principal.
  • Does not service debt or process repayments.
  • Does not auto-borrow or auto-execute credit lines.
  • Does not guarantee protocol solvency, audit status, or eligibility.

Run locally

npm install
HIVEMORPH_UPSTREAM=https://hivemorph.onrender.com npm start

Environment variables

VariableDefaultNotes
PORT3000Listen port
ENABLEDtrueSet to false to dormant the shim
HIVEMORPH_UPSTREAMhttps://hivemorph.onrender.comHiveMorph credit broker base URL
UPSTREAM_TIMEOUT_MS8000Per-request upstream timeout

Hive Civilization · Pantone 1245 C / #C08D23 · MIT

Hive Civilization Directory

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

Brand: #C08D23

Reviews

No reviews yet

Be the first to review this server!