← perpfinder.com

INDIVIDUAL MCP TOOL

get_venue_access

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

perpfinder.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://perpfinder.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_venue_access and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

perpfinder.com

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

Related tools

  • get_cheapest_venue — Venues 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.
  • get_venue_fees — Base 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.
  • get_funding — Current 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.
  • get_volume_ranking — CEX and DEX perpetual venues ranked by reported volume and by adjusted volume.