etf-flow-mcpServer

kukapay
GitHub
CryptocurrencyFinanceAI

Loading subscription status...

💡 Description

An MCP server that delivers cryptocurrency ETF flow data to enhance decision-making for AI agents.

📝 JSON Entries

{
  "mcpServers": [
    {
      "etf-flow-mcp": {
        "env": {
          "COINGLASS_API_KEY": "your_coinglass_api_key_here"
        },
        "args": [
          "--directory",
          "/absolute/path/to/etf-flow-mcp",
          "run",
          "etf-flow-mcp"
        ],
        "command": "uv"
      }
    }
  ]
}

🛠️ Tools

get_etf_flow

Features

  • Dynamic retrieval of historical ETF flow data for BTC or ETH using the get_etf_flow tool.
  • Markdown table output utilizing pivot tables to display data.
  • User-friendly query facilitation through LLM interaction prompts.

💬 Example Queries

  • Please display the latest BTC ETF flow data in a table.
  • Fetch the ETH ETF flow history.