Back to Browse

Perpdata MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Normalized perp funding (apr), OI, liquidations and cross-venue spreads. Free tier, no key needed.

About

Normalized perp funding (apr), OI, liquidations and cross-venue spreads. Free tier, no key needed.

Remote endpoints: streamable-http: https://api.perpdata.dev/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

6 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "dev-perpdata-perpdata": {
      "url": "https://api.perpdata.dev/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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
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

ToolAnswers
list_symbolsWhat's tracked (BTC, ETH, SOL, … 25 majors)
get_funding_ratesCurrent funding per venue for a symbol, with apr + spread
get_funding_history5-minute snapshots, newest first
get_funding_spreadsSymbols ranked by cross-venue apr spread — the carry table
get_open_interestOI per venue in base units + USD, cross-venue total
get_liquidationsRecent 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 and OpenAPI:

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.

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.

Reviews

No reviews yet

Be the first to review this server!