crypto-mcp-defi-protocol

hive-intel/crypto-mcp-defi-protocol

3.2

If you are the rightful owner of crypto-mcp-defi-protocol and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Hive MCP DeFi Protocol Analytics server provides comprehensive tools for analyzing decentralized finance protocols across multiple blockchain networks.

Tools
5
Resources
0
Prompts
0

Hive MCP DeFi Protocol Analytics

Overview

Model Context Protocol (MCP) server for decentralized finance (DeFi) protocol analytics. This MCP provides comprehensive tools for analyzing DeFi protocols, lending platforms, yield aggregators, and other decentralized financial services across multiple blockchain networks.

Connection Details

  • Transport: HTTP (Remote only)
  • URL: https://mcp.hiveintelligence.xyz/hive_defi_protocol/mcp
  • Protocol: Model Context Protocol (MCP)

Features

  • Protocol TVL tracking and analysis
  • Lending and borrowing metrics
  • Yield farming opportunities
  • Liquidity mining rewards
  • Protocol revenue analysis
  • Risk assessment metrics
  • Collateralization ratios
  • Liquidation monitoring
  • Governance token analytics
  • Protocol fee structures
  • Cross-protocol comparisons
  • DeFi composability analysis

Usage

Claude Desktop Configuration

Add to your Claude Desktop configuration file:

{
  "mcpServers": {
    "hive-defi-protocol": {
      "url": "https://mcp.hiveintelligence.xyz/hive_defi_protocol/mcp",
      "transport": "http"
    }
  }
}

MCP Client Integration

import { Client } from '@modelcontextprotocol/sdk';

const client = new Client({
  name: 'defi-protocol-client',
  version: '1.0.0'
});

await client.connect({
  url: 'https://mcp.hiveintelligence.xyz/hive_defi_protocol/mcp',
  transport: 'http'
});

Available Tools

analyze_protocol_tvl

Track protocol Total Value Locked

{
  "tool": "analyze_protocol_tvl",
  "params": {
    "protocol": "compound",
    "timeframe": "30d",
    "breakdown_by_asset": true
  }
}

get_lending_rates

Compare lending and borrowing rates

{
  "tool": "get_lending_rates",
  "params": {
    "assets": ["USDC", "ETH", "WBTC"],
    "protocols": ["aave", "compound", "maker"]
  }
}

find_yield_opportunities

Discover yield farming opportunities

{
  "tool": "find_yield_opportunities",
  "params": {
    "min_apr": 10,
    "risk_level": "medium",
    "chains": ["ethereum", "polygon"]
  }
}

monitor_liquidations

Track liquidation events

{
  "tool": "monitor_liquidations",
  "params": {
    "protocol": "aave",
    "min_value": 10000,
    "timeframe": "24h"
  }
}

analyze_protocol_revenue

Analyze protocol revenue and fees

{
  "tool": "analyze_protocol_revenue",
  "params": {
    "protocols": ["uniswap", "curve", "sushiswap"],
    "period": "monthly",
    "include_projections": true
  }
}

Keywords

DeFi, decentralized finance, protocol analytics, TVL, total value locked, lending, borrowing, yield farming, liquidity mining, APR, APY, collateral, liquidation, governance, DAO, protocol revenue, composability, money markets, yield aggregator, flash loans, overcollateralization, MCP, Model Context Protocol, Web3, blockchain, HTTP MCP server, remote MCP, Hive Intelligence, Compound, Aave, MakerDAO, Curve, yield optimization, risk management, DeFi protocols

License

MIT

Support

For issues and feature requests, please open an issue on GitHub.

About Hive Intelligence

Part of the Hive Intelligence suite of blockchain analytics MCP servers.