← pmav.fun

INDIVIDUAL MCP TOOL

pmav_arc_ladder

Get the trench ladder: the 30 day realized PnL leaderboard in exact dollars, computed from this venue final trades only (full history cost basis, exits net of fees, sells matched to venue buys so transferred in tokens earn nothing).

pmav.funnone authenticationAvailability not checked

LIVE ENDPOINT

https://pmav.fun/mcp/arc

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

pmav.fun

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.pmav-arc]
url = "https://pmav.fun/mcp/arc"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pmav-arc": {
      "type": "http",
      "url": "https://pmav.fun/mcp/arc"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pmav-arc
Remote MCP URL: https://pmav.fun/mcp/arc

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": {
    "pmav-arc": {
      "url": "https://pmav.fun/mcp/arc"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pmav-arc": {
      "type": "http",
      "url": "https://pmav.fun/mcp/arc"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pmav-arc",
  "transport": "streamable-http",
  "url": "https://pmav.fun/mcp/arc"
}
MCP Inspector

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

Related tools

  • pmav_arc_manifest — Get the pmav on Arc launchpad manifest: chain facts, the fair launch rules enforced by contract, contract addresses, endpoints and trading model.
  • pmav_arc_board — List coins on pmav Arc.
  • pmav_arc_coin — Get one coin: price, market cap, curve progress, volume, fees paid to its creator, and its sniper tax receipts.
  • pmav_arc_scan — Run the launch integrity scan on a coin before buying: which fair launch rules the contract actually enforced, sniper share, holder concentration, deployer history.
  • pmav_arc_quote — Get a firm, execution exact quote from the lens contract.
  • pmav_arc_creator — Get a creator payroll ledger: lifetime and 24h earnings in exact dollars, sniper premiums received, coins launched and graduated.
  • pmav_arc_wallet_pnl — Get a wallet PnL on one coin computed from this venue final trades: spent, realized, holding value and total, all in exact dollars.
  • pmav_arc_launch_prepare — Prepare a coin launch for the user to sign.