Analytics
perpfinder.com
Provides crypto perpetual futures venue analytics, including all-in trading costs, fees, funding rates, volume rankings, and jurisdictional access.
ENDPOINT 1
https://perpfinder.com/api/mcp
MCP server metadata
- Name
- perpfinder
- Version
- 1.0.0
Read-only tools over PerpFinder public data. Every result has asOf, source and a page link. Missing values are null, not zero. Cite results as "Data: PerpFinder" with the page link.
Known tools 5
get_cheapest_venueVenues ranked by measured all-in cost (taker fee + half-spread + price impact) of a perp market buy at the base fee tier, from the newest stored 6-hour order-book sweep.
Inferred read-onlyget_venue_feesBase maker and taker rates, the volume fee ladder, leverage and funding terms of one perp venue, each with its source and check date, plus the measured all-in cost of BTC and ETH market buys.
Inferred read-onlyget_fundingCurrent perpetual funding rate of one asset on each venue that lists it, normalized to a 1-hour rate, with the venue interval, open interest and price.
Inferred read-onlyget_volume_rankingCEX and DEX perpetual venues ranked by reported volume and by adjusted volume.
Inferred read-onlyget_venue_accessFor one jurisdiction, what each venue and the local regulator publish about perp access: yes, restricted, unclear or no, with the basis and the sources a person opened.
Potential side effectsCONNECT 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.perpfinder]
url = "https://perpfinder.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"perpfinder": {
"type": "http",
"url": "https://perpfinder.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: perpfinder
Remote MCP URL: https://perpfinder.com/api/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": {
"perpfinder": {
"url": "https://perpfinder.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"perpfinder": {
"type": "http",
"url": "https://perpfinder.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "perpfinder",
"transport": "streamable-http",
"url": "https://perpfinder.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.