Skip to main content
ClaudeWave

Normalized crypto perp market data: funding, OI, liquidations, cross-venue spreads. Hosted MCP server + REST API.

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/perpdata/perpdata
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "perpdata": {
      "command": "node",
      "args": ["/path/to/perpdata/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/perpdata/perpdata and follow its README for install instructions.
Use cases

MCP Servers overview

# PerpData MCP server

Normalized crypto perpetual-futures market data for agents and trading
systems: funding rates, open interest, liquidations and cross-venue spreads
from Bybit, OKX, Hyperliquid and Gate — Binance and Bitget rolling out — one schema,
five-minute snapshots, annualized `apr` on every rate so venues with
different funding intervals compare directly.

**Hosted server — nothing to install:**

```
https://api.perpdata.dev/mcp
```

```bash
claude mcp add --transport http perpdata https://api.perpdata.dev/mcp
```

Works with any MCP client speaking streamable HTTP (spec 2025-06-18).
Free tier needs no key or account; `initialize` and `tools/list` are never
metered, so wiring it up costs nothing.

## Tools

| Tool | Answers |
|---|---|
| `list_symbols` | What's tracked (BTC, ETH, SOL, … 25 majors) |
| `get_funding_rates` | Current funding per venue for a symbol, with apr + spread |
| `get_funding_history` | 5-minute snapshots, newest first |
| `get_funding_spreads` | Symbols ranked by cross-venue apr spread — the carry table |
| `get_open_interest` | OI per venue in base units + USD, cross-venue total |
| `get_liquidations` | Recent liquidation prints |

Schemas are deliberately terse: agent context is expensive, and a data tool
should spend your tokens on answers, not envelope.

## REST

The same data over plain JSON — see [docs](https://perpdata.dev/docs) and
[OpenAPI](https://api.perpdata.dev/openapi.json):

```bash
curl "https://api.perpdata.dev/v1/funding/current?symbol=BTC"
```

## Pricing

Free: 200 requests/day/IP, every tool and endpoint. Pro: $29/mo flat,
50k/day, commercial use allowed — [perpdata.dev](https://perpdata.dev).

## Why normalized matters

Hyperliquid funds hourly, Binance every eight hours; `1000PEPEUSDT` and
`kPEPE` are the same asset in different clothes; Gate sizes in quanto
contracts. PerpData resolves all of it so `apr` on one venue means the same
thing as `apr` on another. The alternative is maintaining six exchange
adapters yourself, forever.
apicryptofunding-ratesmarket-datamcpmcp-serverperpetual-futurestrading

What people ask about perpdata

What is perpdata/perpdata?

+

perpdata/perpdata is mcp servers for the Claude AI ecosystem. Normalized crypto perp market data: funding, OI, liquidations, cross-venue spreads. Hosted MCP server + REST API. It has 0 GitHub stars and was last updated today.

How do I install perpdata?

+

You can install perpdata by cloning the repository (https://github.com/perpdata/perpdata) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is perpdata/perpdata safe to use?

+

perpdata/perpdata has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains perpdata/perpdata?

+

perpdata/perpdata is maintained by perpdata. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to perpdata?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy perpdata to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: perpdata/perpdata
[![Featured on ClaudeWave](https://claudewave.com/api/badge/perpdata-perpdata)](https://claudewave.com/repo/perpdata-perpdata)
<a href="https://claudewave.com/repo/perpdata-perpdata"><img src="https://claudewave.com/api/badge/perpdata-perpdata" alt="Featured on ClaudeWave: perpdata/perpdata" width="320" height="64" /></a>

More MCP Servers

perpdata alternatives