Analytics
perpdata.dev
Provides real-time and historical cryptocurrency derivatives data including funding rates, open interest, and funding spreads across venues.
ENDPOINT 1
https://api.perpdata.dev/mcp
MCP server metadata
- Name
- perpdata
- Version
- 0.1.0
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
get_funding_ratesCurrent perp funding rate per venue for a symbol, with annualized apr (0.
Inferred read-onlyget_funding_historyHistorical funding-rate snapshots (5-min resolution), newest first.
Inferred read-onlyget_open_interestCurrent open interest per venue for a symbol (base units + USD) and the cross-venue USD total.
Inferred read-onlyget_funding_spreadsRanked cross-venue funding spread per symbol (max apr minus min apr, decimals).
Inferred read-onlyget_liquidationsRecent liquidation events (side = position side liquidated), newest first.
Inferred read-onlyCONNECT 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.
perpdata.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.