Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

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

dev.tesseralytics/hyperliquid-data

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

Uptime
100.0%
1 direct probes · 30d
Response
6217ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

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.

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…

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 thousand…

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/offs…

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.

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.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "hyperliquid_market_data_—_ohlcv,_funding_rates_&_positioning_(tessera)": {
      "url": "https://tesseralytics.dev/mcp",
      "transport": "streamable-http"
    }
  }
}