INDIVIDUAL MCP TOOL
pmav_bnb_media
Mirror an image onto pmav hosting so it can be written into a coin's permanent on chain metadata.
LIVE ENDPOINT
https://pmav.fun/mcp/bnb
Connect to this endpoint to inspect the live schema for pmav_bnb_media 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
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.
Related tools
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.pmav_bnb_board— List coins on pmav BNB.pmav_bnb_coin— Get one coin: price, market cap, curve progress, volume, fees paid to its creator, and its sniper tax receipts.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.pmav_bnb_quote— Get a firm, execution exact quote from the lens contract.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.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).pmav_bnb_launch_prepare— Prepare a coin launch for the user to sign.