Hive Credit
https://hive-mcp-credit.onrender.com/mcpskills: {'id': 'get_score', 'name': 'get_score', 'description': 'Retrieve the on-chain credit score (0-100) for a given DID or wallet address. Factors include repayment history, on-chain activity, and Hive trust graph. Backend pending (Q3 2026).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'request_loan', 'name': 'request_loan', 'description': 'Request an agent-to-agent loan. Returns a loan quote including APR, required collateral, and settlement currency. Settlement in USDC on Base, Ethereum, or Solana. Backend pending (Q3 2026).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'repay', 'name': 'repay', 'description': 'Record a repayment for an active loan by submitting the on-chain transaction hash. Updates credit score upon confirmation. Backend pending (Q3 2026).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'default_oracle', 'name': 'default_oracle', 'description': 'Query whether a loan has been flagged as defaulted by the Hive credit oracle. Returns boolean. Backend pending (Q3 2026).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 329.8ms; conformance: pass
How to connect
https://hive-mcp-credit.onrender.com/mcp
curl -X POST https://hive-mcp-credit.onrender.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'