datapuller-MCP-server

arisloth/datapuller-MCP-server
★ 0 stars Python AI/LLM Updated today
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "datapuller-mcp-serve": {
      "command": "uvx",
      "args": [
        "datapuller-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install datapuller-mcp-server

README Excerpt

Pulls live crypto market data from public exchange APIs (Binance, Bybit, Hyperliquid — no API key needed) and serves it two ways: 1. **CLI** — `FetchKlines.py` writes a compact multi-timeframe text snapshot to disk. 2. **MCP server** — `mcp_server.py` exposes the same data as tools an LLM (Claude Desktop /

Tools (15)

get_atrget_correlationget_cvdget_emasget_fundingget_futures_contextget_indicatorsget_klinesget_market_breadthget_orderbookget_regimeget_squeezeget_volume_breakdownget_volume_profileget_vwap