Skip to main content
ClaudeWave

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

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre perpdata

¿Qué es perpdata/perpdata?

+

perpdata/perpdata es mcp servers para el ecosistema de Claude AI. Normalized crypto perp market data: funding, OI, liquidations, cross-venue spreads. Hosted MCP server + REST API. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala perpdata?

+

Puedes instalar perpdata clonando el repositorio (https://github.com/perpdata/perpdata) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar perpdata/perpdata?

+

perpdata/perpdata aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene perpdata/perpdata?

+

perpdata/perpdata es mantenido por perpdata. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a perpdata?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega perpdata en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a perpdata