← Registry

Analytics

perpdata.dev

Provides real-time and historical cryptocurrency derivatives data including funding rates, open interest, and funding spreads across venues.

1 endpoint6 known toolsFirst detected August 2, 2026Last detected August 2, 2026

ENDPOINT 1

https://api.perpdata.dev/mcp

No auth detected

MCP server metadata

Name
perpdata
Version
0.1.0
Capabilities
tools
Server instructions

Normalized perp funding rates, open interest and liquidations across binance, bybit, okx, hyperliquid, bitget and gate. Rates include annualized apr so venues with different funding intervals are directly comparable. Free tier: 200 tool calls/day/IP. Pro ($29/mo, Authorization: Bearer pd_...): 50k/day — https://perpdata.dev/#pricing

Known tools 6

list_symbols

List all symbols with derivatives data (BTC, ETH, .

Inferred read-only
get_funding_rates

Current perp funding rate per venue for a symbol, with annualized apr (0.

Inferred read-only
get_funding_history

Historical funding-rate snapshots (5-min resolution), newest first.

Inferred read-only
get_open_interest

Current open interest per venue for a symbol (base units + USD) and the cross-venue USD total.

Inferred read-only
get_funding_spreads

Ranked cross-venue funding spread per symbol (max apr minus min apr, decimals).

Inferred read-only
get_liquidations

Recent liquidation events (side = position side liquidated), newest first.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.perpdata]
url = "https://api.perpdata.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "perpdata": {
      "type": "http",
      "url": "https://api.perpdata.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: perpdata
Remote MCP URL: https://api.perpdata.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "perpdata": {
      "url": "https://api.perpdata.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "perpdata": {
      "type": "http",
      "url": "https://api.perpdata.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "perpdata",
  "transport": "streamable-http",
  "url": "https://api.perpdata.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for perpdata.dev was fetched 2026-08-08T02:17:50.914Z and is being refreshed.

Trust status Neutral

perpdata.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.