{
  "markdown": "# hive-mcp-credit-broker\n\n[![srotzin/hive-mcp-credit-broker MCP server](https://glama.ai/mcp/servers/srotzin/hive-mcp-credit-broker/badges/score.svg)](https://glama.ai/mcp/servers/srotzin/hive-mcp-credit-broker)\n\n**Broker-only** credit/lending discovery shim for AI agents. Surfaces real\nlending markets from licensed/established third-party protocols and\nroutes applications.\n\n> Hive is a broker-only directory. Hive does not lend, originate, hold\n> collateral, or service debt. All credit products are provided by\n> third-party protocols. Verify protocol terms, audit status, and\n> licensing before borrowing.\n\n- **Spec**: MCP 2024-11-05 / Streamable-HTTP / JSON-RPC 2.0\n- **Brand**: Hive Civilization gold `#C08D23`\n- **License**: MIT\n\n## Protocols surfaced\n\nRead-only, real data, refreshed continuously:\n\n| Provider      | Type                                                |\n| ------------- | --------------------------------------------------- |\n| `aave-v3`     | Permissionless overcollateralized lending           |\n| `compound-v3` | Permissionless overcollateralized lending           |\n| `morpho-blue` | Isolated permissionless lending markets             |\n| `spark`       | MakerDAO-aligned overcollateralized lending         |\n| `maple`       | Permissioned institutional lending (KYC required)   |\n| `goldfinch`   | Real-world-asset (RWA) senior pool                  |\n\n## Tools\n\n| Name             | Description                                                              |\n| ---------------- | ------------------------------------------------------------------------ |\n| `credit.markets` | Full catalog of lending markets across protocols.                        |\n| `credit.quote`   | Best-APY-first offers for a borrow request, with LTV check.              |\n| `credit.today`   | 24h market count + top providers by total supplied liquidity (USD).      |\n\n## REST endpoints (mirror MCP tools)\n\n| Method | Path                                                | Purpose                            |\n| ------ | --------------------------------------------------- | ---------------------------------- |\n| GET    | `/v1/credit/markets[?asset=USDC&provider=aave-v3]`  | List markets                       |\n| POST   | `/v1/credit/quote`                                  | Best-APY-first borrow offers       |\n| GET    | `/v1/credit/today`                                  | 24h rollup                         |\n| GET    | `/health`                                           | Health + disclaimer + brand_color  |\n| GET    | `/.well-known/mcp.json`                             | MCP discovery document             |\n| POST   | `/mcp`                                              | MCP JSON-RPC endpoint              |\n\n## Quick test\n\n```bash\n# Markets for USDC\ncurl https://hive-mcp-credit-broker.onrender.com/v1/credit/markets?asset=USDC\n\n# Best borrow offers for $50k USDC against $75k WETH collateral\ncurl -X POST https://hive-mcp-credit-broker.onrender.com/v1/credit/quote \\\n  -H 'content-type: application/json' \\\n  -d '{\"asset\":\"USDC\",\"amount\":50000,\"collateral_asset\":\"WETH\",\"collateral_value_usd\":75000}'\n\n# 24h top providers by TVL\ncurl https://hive-mcp-credit-broker.onrender.com/v1/credit/today\n```\n\n## What this shim does NOT do\n\n- Does **not** lend or originate loans.\n- Does **not** custody collateral or principal.\n- Does **not** service debt or process repayments.\n- Does **not** auto-borrow or auto-execute credit lines.\n- Does **not** guarantee protocol solvency, audit status, or eligibility.\n\n## Run locally\n\n```bash\nnpm install\nHIVEMORPH_UPSTREAM=https://hivemorph.onrender.com npm start\n```\n\n## Environment variables\n\n| Variable               | Default                          | Notes                                  |\n| ---------------------- | -------------------------------- | -------------------------------------- |\n| `PORT`                 | `3000`                           | Listen port                            |\n| `ENABLED`              | `true`                           | Set to `false` to dormant the shim     |\n| `HIVEMORPH_UPSTREAM`   | `https://hivemorph.onrender.com` | HiveMorph credit broker base URL       |\n| `UPSTREAM_TIMEOUT_MS`  | `8000`                           | Per-request upstream timeout           |\n\n---\n\nHive Civilization · Pantone 1245 C / `#C08D23` · MIT\n\n## Hive Civilization Directory\n\nPart of the Hive Civilization — agent-native financial infrastructure.\n\n- Endpoint Directory: https://thehiveryiq.com\n- Live Leaderboard: https://hive-a2amev.onrender.com/leaderboard\n- Revenue Dashboard: https://hivemine-dashboard.onrender.com\n- Other MCP Servers: https://github.com/srotzin?tab=repositories&q=hive-mcp\n\nBrand: #C08D23\n<!-- /hive-footer -->\n",
  "bytes": 4721,
  "sha": "eaf36918ec3fb91fe9e9d7eb5396db6af93417986dcdb4d5b527a6db7a5274c0",
  "repo_slug": "srotzin/hive-mcp-credit-broker",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_srotzin_hive_mcp_credit_broker_03228ae1/readme"
}