Buildix MCP Server: Connect Claude, ChatGPT and Cursor to Live Hyperliquid Orderflow
The Buildix MCP server gives AI agents live Hyperliquid orderflow through five read only tools. Connect Claude, ChatGPT, or Cursor in one line and let the model read the screener, signals, smart money, and the liquidation map on its own.
$ Stop reading delayed data. Compare live order book depth across 5 exchanges right now.
Launch Free Terminal →The Buildix MCP server is a Model Context Protocol endpoint that gives AI agents live access to Hyperliquid orderflow analytics. It runs at https://www.buildix.trade/api/mcp and exposes five read only tools, so an agent like Claude, ChatGPT, or Cursor can read the screener, pull data on a single pair, fetch current orderflow signals, check smart money positioning, and read the liquidation map without a human in the loop. It is live now and works anonymously at free tier limits.
What the Model Context Protocol is
The Model Context Protocol, or MCP, is an open standard from Anthropic for connecting AI models to outside tools and data. An MCP server publishes a set of tools, and any MCP compatible client can discover and call them during a conversation. Instead of pasting numbers into a chat by hand, the model calls the tool and gets structured data back. Buildix now ships one of these servers for crypto orderflow, with Hyperliquid covered from the first request.
The five tools
Every tool is read only. None of them place orders or touch funds.
| Tool | Input | What it returns |
|---|---|---|
| get_screener | none | Every Hyperliquid pair with price, 24h change, volume, open interest, and funding |
| get_pair | symbol | Detailed market data for one pair: mark, oracle, change, volume, open interest, funding, and max leverage |
| get_signals | none | Active orderflow signals with direction, score, confidence from 0 to 100, regime, and the reasons behind each one |
| get_smart_money | none | Top whale wallets, their open positions, and aggregated long versus short bias per coin |
| get_liquidation_map | symbol | Liquidation clusters and cascade scenarios for a pair, including HIP-3 tokenized markets |
How to connect Claude, Cursor, or ChatGPT
The server speaks streamable HTTP over POST and is fully stateless, so there is nothing to install and no session to manage. In Claude Code you add it in one line with claude mcp add --transport http buildix https://www.buildix.trade/api/mcp.
In Cursor or Claude Desktop you point your client config at the same endpoint under an mcpServers entry. Once connected, you can ask the model questions like what is the orderflow on BTC right now, or which whales added to shorts in the last day, and it pulls the answer straight from the live Buildix engine. The full setup, including the JSON config and how to add your API key, is on the docs page at https://www.buildix.trade/docs/mcp.
Authentication and rate limits
Anonymous calls work out of the box at free tier rate limits, and all five tools are open with no feature gates on MCP. To lift the cap to your plan quota you pass a Buildix API key in the Authorization header as a bearer token. On the Whale tier that raises the ceiling to 50,000 requests per day. You generate keys from the API Keys section of your dashboard.
Why an MCP server for orderflow
Most crypto data that reaches an AI agent is stale, scraped, or limited to spot prices. The Buildix MCP server hands the model the same orderflow layer that powers the screener: cumulative volume delta, VPIN, order book imbalance, whale positioning, and the signal engine that scores each pair from minus 100 to plus 100. Because Hyperliquid is supported from the first call, an agent can reason about one of the fastest growing perpetuals venues in crypto without any extra wiring, something very few analytics platforms expose today.
This pairs naturally with the Buildix AI Strategy Advisor, which already supports your own keys across six providers including Claude, ChatGPT, and Gemini. The MCP server is the other half of that story. Instead of bringing your model into Buildix, you bring Buildix into your model.
Frequently asked questions
Is the Buildix MCP server free to use? Yes. Anonymous access works at free tier rate limits, and adding an API key raises the cap to your plan quota.
Which AI clients can connect? Claude, Claude Code, Claude Desktop, Cursor, ChatGPT, and any other client that speaks the Model Context Protocol.
What data does it cover? Live Hyperliquid orderflow: the full screener, single pair detail, orderflow signals, smart money positioning, and the liquidation map.
Can it place trades? No. All five tools are read only by design.
What transport does it use? Streamable HTTP over POST. It is stateless, with server sent events disabled and no Redis dependency.
Where are the full docs? At https://www.buildix.trade/docs/mcp, with copy and paste setup for every client.