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 Credit Broker

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

A broker discovery layer that surfaces lending markets from Aave, Compound, Morpho, Spark, Maple, and Goldfinch without originating loans or holding collateral itself. Exposes three tools: credit.markets lists all available markets with optional filters, credit.quote returns best APY borrow offers sorted by rate with LTV checks, and credit.today shows 24 hour market counts and top providers by TVL. Runs as streamable HTTP with mirror REST endpoints if you need direct API access. Reach for this when your agent needs to compare rates across DeFi protocols or find institutional lending options, but remember it only provides discovery. All actual borrowing happens through the underlying protocols with their own terms and requirements.

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 →

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.

  • 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
UpdatedMay 4, 2026
View on GitHub