mcpbeat

Hyperliquid Market Data — OHLCV, Funding Rates & Positioning (Tessera) MCP Server

dev.tesseralytics/hyperliquid-data
answering

Hyperliquid Market Data — OHLCV, Funding Rates & Positioning (Tessera) is answering right now. Last checked 9 min ago. It exposes 6 tools.

Hyperliquid perp market data for LLMs: OHLCV, funding, open interest, positioning & forecasts.

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
6
Tools
read from the server
2333 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 9 min ago.

run in your terminal
claude mcp add hyperliquid-data --transport http https://tesseralytics.dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hyperliquid-data": {
      "url": "https://tesseralytics.dev/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hyperliquid-data]
url = "https://tesseralytics.dev/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "hyperliquid-data": {
      "url": "https://tesseralytics.dev/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hyperliquid-data": {
      "url": "https://tesseralytics.dev/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

cross
query_cross_section
Rank all coins for one day of a daily cross-section dataset (one row per coin per day, e.g. gold_positioning_funding_factors_1d) in a single call. Pass `order_by` (a numeric column), `day` (YYYY-MM-DD or "latest"), optional `top_n` (default 20), `descending` (default true), `columns`, and `coins`. Replaces fanning out read_dataset per coin. For a single coin's series use read_dataset.
dataset
read_dataset
Read actual data rows from one (asset, coin, month) partition. Defaults to the latest 200 rows. Pass `columns` to limit width and `limit` (max 1000) to limit rows — a partition can be tens of thousands of rows. For a whole partition use get_download_url.
datasets
list_datasets
List the available Tessera Analytics gold datasets with summaries and the plan (free/pro) each requires. Call first to discover what's available.
describe
describe_dataset
Get the full data dictionary for one dataset: prose plus every column's type, nullability and plain-English meaning. Use before read_dataset to choose columns.
download
get_download_url
Return a short-lived presigned URL to download the full parquet for one (asset, coin, month) partition. Use for bulk access beyond read_dataset's row cap.
partitions
list_partitions
List a dataset's (coin, month) partitions the caller's plan can read. Defaults to a compact SUMMARY (coin/month counts, month range, totals) — pass summary=false to enumerate (paginated via limit/offset). Filter with `coin` and/or `month`. Use to choose a valid coin/month for read_dataset.

Endpoints

URLTransportStateLatencyChecked
https://tesseralytics.dev/mcp streamable-http answering 2428 ms 9 min ago

Hyperliquid Market Data — OHLCV, Funding Rates & Positioning (Tessera) — questions

Answers built from our own checks of this server.

What can Hyperliquid Market Data — OHLCV, Funding Rates & Positioning (Tessera) do?
It exposes 6 tools, read directly from the server on our last check. Among them: describe_dataset, get_download_url, list_datasets, list_partitions, query_cross_section, read_dataset. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Hyperliquid Market Data — OHLCV, Funding Rates & Positioning (Tessera) working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 2333 ms. The bar chart above shows every period we have measured.
How do I connect Hyperliquid Market Data — OHLCV, Funding Rates & Positioning (Tessera)?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Hyperliquid Market Data — OHLCV, Funding Rates & Positioning (Tessera) need an API key?
No. Hyperliquid Market Data — OHLCV, Funding Rates & Positioning (Tessera) completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.