MCP Uptime
← MCP Reliability Index  /  Web & Scraping
H

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

dev.tesseralytics/hyperliquid-data
Hyperliquid perp market data for LLMs: OHLCV, funding, open interest, positioning & forecasts.
healthy
status
6
tools exposed
2762ms
connect latency
fae693065e3a
schema fingerprint

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.
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.
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.
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.
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`. R
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.

Endpoint

https://tesseralytics.dev/mcp
Category: Web & Scraping · Last checked: 2026-07-30T13:44:26Z

Monitor your own MCP server

Get alerted the moment yours goes down, a tool schema drifts, or an upstream silently breaks.

Get early access
How we measure →
What this means. This server responded to the MCP handshake and listed its tools without authentication. The schema fingerprint lets us flag if tool signatures silently change (schema drift) between checks.