Tessera Analytics MCP server
Point Claude — or any MCP client — at Tessera Analytics' Hyperliquid datasets and explore them in plain language. Discover the catalog, read the data dictionary, and pull actual rows of funding, positioning, and the funding/RV and wallet forecasts, all authed with your API key.
What it is
The Model Context Protocol lets an AI assistant call external tools. Our hosted MCP server exposes Tessera Analytics' gold
datasets as a small set of tools, so instead of writing download scripts you can just ask — "what's the latest funding-innovation forecast for BTC?" — and the model calls read_dataset and reasons over the rows. It's a single
hosted endpoint (https://tesseralytics.dev/mcp), authed with the same API
key you use for the REST API.
Installation
First, create an API key on your account page. Then wire it into your client — replace YOUR_TESSERA_API_KEY with your key.
Tools
Example prompts
Once connected, drive it in natural language. A few things to try:
The model calls list_datasets then describe_dataset gold_positioning_funding_factors_1d, and summarises the columns — including the funding- and RV-innovation forecast
factors and their percentiles.
It calls read_dataset for gold_positioning_funding_factors_1d, coin BTC, latest month, and reads off the most
recent factor_funding_innov_1d / factor_funding_innov_7d values and percentiles.
This works on a free key for BTC/ETH/SOL/HYPE.
It reads gold_wallet_factors_1mo for the coin
and month and ranks by the forecast factors. Wallet factors, raw funding/positioning,
and every coin (incl. HIP-3) require the Pro plan.
Because MCP tools compose, you can plug in a second MCP server or skill — say one that reads a venue like Boros or Derive — and ask things like "given Tessera Analytics' BTC funding-innovation forecast for next week, which Boros funding markets look mispriced?" The model pulls the forecast from Tessera Analytics and cross-references the other tool.
This is a usage example only — the venue connector is yours to bring; Tessera Analytics doesn't ship or endorse one, and none of this is trading advice.