← Registry

Analytics

pmav.fun

Provides data and analytics for tokens on Robinhood Chain, including prices, trades, and holder distributions.

3 endpoints28 known toolsFirst detected August 20, 2026Last detected August 20, 2026

ENDPOINT 1

https://pmav.fun/mcp

No auth detected

MCP server metadata

Name
pmav-robinhood
Version
1.0.0
Capabilities
tools
Server instructions

pmav is a fair launch memecoin launchpad on Robinhood Chain (chain 4663), which is MAINNET: coins here trade with real money, unlike the pmav Arc server which is a public testnet. Coins launch as real Uniswap v4 pools. The fair launch rules are enforced by the hook contract, not by policy: public trading opens one block after creation, a 2% per wallet cap governs the first hour with over cap buys refunded in the same transaction, an anti snipe premium in the first 30 seconds pays 70% of itself to the creator, creators keep 0.7% of every trade forever, and liquidity locks permanently in the same pool at graduation. There is no pause function. Call pmav_manifest for the venue rules and pmav_holders before recommending a buy. TO LAUNCH FOR YOUR USER: pmav_media to host the image, then pmav_launch_prepare for exact calldata, an exact cost and a preflight simulated against the real contract; then the user signs with their own wallet, or you sign with your own funded wallet. This server is READ ONLY: it never signs, never broadcasts and never holds a key. Coin metadata is permanent with no setters, so always show the user what will be written before they sign.

Known tools 8

pmav_manifest

Get the pmav on Robinhood Chain manifest: chain facts, the fair launch rules enforced by contract, contract addresses, the curve markets available (ETH, USDG dollars, and tokenized stock curves) and the trading model.

Inferred read-only
pmav_board

List coins on pmav Robinhood Chain.

Inferred read-only
pmav_coin

Get one coin on Robinhood Chain: price, market cap, curve progress, volume, and the fees paid to its creator.

Inferred read-only
pmav_trades

Get the recent trade tape for one coin on Robinhood Chain, newest first.

Potential side effects
pmav_holders

Get the holder distribution for one coin on Robinhood Chain: use it to judge concentration before buying.

Inferred read-only
pmav_transparency

Get the platform wide fee flow on Robinhood Chain, computed exactly from on chain events: total volume, fees paid to creators, and the platform share.

Inferred read-only
pmav_media

Mirror an image onto pmav hosting so it can be written into a coin's permanent on chain metadata.

Inferred read-only
pmav_launch_prepare

Prepare a coin launch on Robinhood Chain for the user to sign.

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

.mcp.json

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

Settings → Connectors → Add custom connector

Name: pmav-robinhood
Remote MCP URL: https://pmav.fun/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": {
    "pmav-robinhood": {
      "url": "https://pmav.fun/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 2

https://pmav.fun/mcp/arc

No auth detected

MCP server metadata

Name
pmav-arc
Version
1.0.0
Capabilities
tools
Server instructions

pmav is a fair launch launchpad on Circle Arc (chain 5042, mainnet). Every money value is exact US dollars because USDC is the native gas asset. Trades settle FINAL on inclusion with no reorgs. Call pmav_arc_manifest for the venue rules, pmav_arc_scan before buying anything, and pmav_arc_quote for firm amounts. TO LAUNCH A COIN FOR YOUR USER: call pmav_arc_media with an image url to host it, then pmav_arc_launch_prepare with the coin details and the user's wallet as "from". You get exact calldata, the exact dollar cost, and a preflight verdict simulated against the real contract. Then give the user the returned sign_url so they review the exact permanent values and sign with their own wallet, or sign the calldata yourself if you hold a funded wallet. This server is READ ONLY: it never signs, never broadcasts and never holds a key. Coin metadata is permanent with no setters, so always show the user what will be written before they sign. Coins here are real and carry real value; they are also volatile and most go to zero.

Known tools 10

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.

Inferred read-only
pmav_arc_board

List coins on pmav Arc.

Inferred read-only
pmav_arc_coin

Get one coin: price, market cap, curve progress, volume, fees paid to its creator, and its sniper tax receipts.

Inferred read-only
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.

Inferred read-only
pmav_arc_quote

Get a firm, execution exact quote from the lens contract.

Inferred read-only
pmav_arc_creator

Get a creator payroll ledger: lifetime and 24h earnings in exact dollars, sniper premiums received, coins launched and graduated.

Inferred read-only
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.

Inferred read-only
pmav_arc_launch_prepare

Prepare a coin launch for the user to sign.

Inferred read-only
pmav_arc_media

Mirror an image onto pmav hosting so it can be written into a coin's permanent on chain metadata.

Inferred read-only
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).

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

ENDPOINT 3

https://pmav.fun/mcp/bnb

No auth detected

MCP server metadata

Name
pmav-bnb
Version
1.0.0
Capabilities
tools
Server instructions

pmav is a fair launch memecoin launchpad on BNB Smart Chain (chain 56, mainnet). MONEY SEMANTICS: amounts are NATIVE BNB, not dollars. Multiply by the ethUsd field (live Chainlink BNB/USD) for USD; ethUsd is NULL when unresolved, which means unpriced, never 1. Stock denominated lanes quote in the lane's own stock units at 18 decimals; nine lanes are live: QQQB, NVDAB, AAPLB, SPCXB, SPYB, TSLAB, GOOGLB, MSFTB and BTCB (bitcoin), and holder rewards on a lane coin pay in that same asset. BSC can reorg: treat very recent trades as settling, not settled. Call pmav_bnb_manifest for the venue rules, pmav_bnb_scan before buying anything, and pmav_bnb_quote for amounts. QUOTES ARE UNCAPPED BY DESIGN: the permanent 2% per wallet cap (20,000,000 tokens) clamps real fills, and the cap depends on the buyer's own balance which a coin level quote cannot know, so apply the ceiling yourself when sizing. TO LAUNCH A COIN FOR YOUR USER: call pmav_bnb_media with an image url to host it, then pmav_bnb_launch_prepare with the coin details and the user's wallet as "from". You get exact calldata, the exact cost, and a preflight verdict simulated against the real contract. Then give the user the returned sign_url so they review the exact permanent values and sign with their own wallet, or sign the calldata yourself if you hold a funded wallet. This server is READ ONLY: it never signs, never broadcasts and never holds a key. Coin metadata is permanent with no setters, so always show the user what will be written before they sign. Memecoins are extremely risky.

Known tools 10

pmav_bnb_manifest

Get the pmav on BNB Smart Chain launchpad manifest: chain facts, the fair launch rules enforced by contract, contract addresses, endpoints and trading model.

Inferred read-only
pmav_bnb_board

List coins on pmav BNB.

Inferred read-only
pmav_bnb_coin

Get one coin: price, market cap, curve progress, volume, fees paid to its creator, and its sniper tax receipts.

Inferred read-only
pmav_bnb_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.

Inferred read-only
pmav_bnb_quote

Get a firm, execution exact quote from the lens contract.

Inferred read-only
pmav_bnb_creator

Get a creator payroll ledger: lifetime and 24h earnings converted to dollars per coin on that coins own quote asset (null when unpriced), sniper premiums received, coins launched and graduated.

Inferred read-only
pmav_bnb_wallet_pnl

Get a wallet PnL on one coin computed from this venue final trades: spent, realized, holding value and total, converted to dollars (null when unpriced).

Inferred read-only
pmav_bnb_launch_prepare

Prepare a coin launch for the user to sign.

Inferred read-only
pmav_bnb_media

Mirror an image onto pmav hosting so it can be written into a coin's permanent on chain metadata.

Inferred read-only
pmav_bnb_ladder

Get the trench ladder: the 30 day realized PnL leaderboard in dollars (null when unpriced), 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).

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "pmav-bnb",
  "transport": "streamable-http",
  "url": "https://pmav.fun/mcp/bnb"
}
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 pmav.fun was fetched 2026-08-24T15:37:57.137Z.

Trust status Neutral

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