Skip to main content
Glama

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

Server Details

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

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.4/5 across 6 of 6 tools scored. Lowest: 3.8/5.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: metadata (describe_dataset), discovery (list_datasets, list_partitions), data access (read_dataset, query_cross_section), and bulk download (get_download_url). No overlaps.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., describe_dataset, get_download_url, list_datasets). Predictable and easy to use.

Tool Count5/5

With 6 tools, the server is well-scoped. It covers all necessary operations for a read-only market data server without unnecessary redundancy.

Completeness5/5

The tool set provides full lifecycle for data access: discovery, metadata retrieval, row reading, bulk download, and specialized cross-section queries. No obvious gaps for the stated purpose.

Available Tools

6 tools
describe_datasetInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
assetYesDataset name, e.g. `gold_positioning_funding_factors_1d`.

Output Schema

ParametersJSON Schema
NameRequiredDescription
nameYesDataset name / asset key, e.g. `gold_ohlcv_1m`.
noteNoOptional "how to use this" callout.
tierYesDisplay tier: `free` or `pro`. Re-derived from `policy.rs` on read, so it always matches actual entitlement regardless of the on-disk value.
titleYesHuman-friendly title, e.g. "Order-flow OHLCV (1-minute)".
cadenceYesGranularity + partitioning, e.g. "1-minute bars, partitioned per (coin, month)".
summaryYesOne-line intuitive summary — the catalog card.
categoryYesPresentation category, e.g. `raw-tiles` or `forecast-layer`.
keywordsNoPer-dataset discovery keywords (schema.org keywords on the web).
temporalNoMachine-readable timestamp/interval contract: what the label marks and how to join without leaking the future. Defaulted so snapshots predating the field still deserialize.
use_caseNoOne-line "what you'd use it for" (buyer-intent) copy.
seo_titleNoKeyword-first SEO title tag (web `<title>`). Defaulted so older snapshots without the field still deserialize.
descriptionYesLonger prose — the dictionary page header.
column_countYesNumber of documented columns.
column_groupsYesColumns, grouped for presentation, in schema order.
direct_answerNo40-60 word keyword-first lead answer — the definitional "what is this" blurb, and the strongest AI-citation extraction target. Defaulted for forward/backward compatibility with snapshots predating the field.
get_download_urlInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
coinNoCoin symbol, e.g. `BTC`. Omit for market-wide datasets that have no coin dimension.
assetYes
monthYesPartition month, `YYYY-MM`.

Output Schema

ParametersJSON Schema
NameRequiredDescription
urlYesPresigned Tigris URL for the full parquet partition.
expires_atYesRFC3339 expiry.
list_datasetsInspect

List the available Tessera Analytics gold datasets with summaries and the plan (free/pro) each requires. Call first to discover what's available.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
datasetsYes
your_tierYesThe caller's own plan (`free` or `pro`). Datasets whose `tier` is `pro` while this is `free` are visible for discovery but require an upgrade to read.
generated_atYes
list_partitionsInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
coinNoOptional: only partitions for this coin, e.g. `BTC`.
assetYesDataset name, e.g. `gold_funding_1h`.
limitNoFull mode only (`summary=false`): max partitions to return (clamped to 1000). Defaults to 200.
monthNoOptional: only partitions for this month, `YYYY-MM`.
offsetNoFull mode only (`summary=false`): partitions to skip, for pagination. Defaults to 0; pass the previous response's `next_offset` for the next page.
summaryNoReturn compact coverage stats (coin/month counts, range, totals) instead of every `(coin, month)` row. Defaults to **true** — the full cross-product is hundreds of rows for some datasets. Set `false` to enumerate (paginated via `limit`/`offset`).

Output Schema

ParametersJSON Schema
NameRequiredDescription
noteNoSet when the dataset exists but requires a plan the caller doesn't have.
assetYes
summaryNoPresent in summary mode (the default): compact coverage stats.
your_tierYes
partitionsYesPresent in full mode (`summary=false`): this page of partitions. Empty in summary mode.
next_offsetNoFull mode only: pass as `offset` to fetch the next page, or null when the listing is exhausted.
generated_atYes
total_matchingYesFull mode only: total partitions matching the filter, before pagination.
query_cross_sectionInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
dayYesUTC day to rank, `YYYY-MM-DD`, or `"latest"` for the newest available day.
assetYesDataset name. Must be a daily coin cross-section (one row per coin per `day`), e.g. `gold_positioning_funding_factors_1d`.
coinsNoOptional: restrict to these coins. Coins outside the caller's plan are dropped. Omit to rank every coin the plan allows.
top_nNoMax coins to return (clamped to 1000). Defaults to 20.
columnsNoExtra columns to include per row (besides `coin`, `day`, and `order_by`). Omit to return every column.
order_byYesNumeric column to rank coins by, e.g. a `factor_*` column. Call `describe_dataset` to see the options.
descendingNoSort direction. Defaults to true — highest `order_by` first.

Output Schema

ParametersJSON Schema
NameRequiredDescription
dayYesThe day actually ranked (resolved when `day="latest"`), `YYYY-MM-DD`.
noteNoAdvisories: latest-day resolution, coins with no row that day (coverage varies by day), coins excluded for a null/non-numeric `order_by`, and any partitions skipped on a read error.
rowsYesOne object per coin, ranked; each includes `coin`, `day`, `order_by` and any requested `columns`.
assetYes
columnsYesColumns present in each returned row.
order_byYes
coin_countYesNumber of coins ranked (rows returned).
descendingYes
read_datasetInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
coinNoCoin symbol, e.g. `BTC`. Omit for market-wide datasets (e.g. `gold_wallet_flow_1mo`) that have no coin dimension.
assetYesDataset name, e.g. `gold_positioning_funding_factors_1d`.
limitNoMax rows to return (clamped to 1000). Defaults to the latest 200.
monthYesPartition month, `YYYY-MM`.
orderNoWhich end of the partition to read. `latest` (default) returns the most recent rows — usually what you want for a "what's the current…" question.
columnsNoColumns to return. Strongly recommended — omitting returns every column, which is wide for some datasets. Use `describe_dataset` to see columns.

Output Schema

ParametersJSON Schema
NameRequiredDescription
coinNoCoin symbol; absent for market-wide datasets.
noteNoGuidance when the result was capped, or other advisories.
rowsYesOne JSON object per row.
assetYes
monthYes
columnsYesThe columns actually returned, in order.
row_countYes
truncatedYesTrue when `total_rows_in_partition` exceeds the rows returned.
total_rows_in_partitionYesTotal rows in the partition (before the row cap / limit).

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources