launch a coin on bnb with an ai agent: the pmav bnb mcp server

read only tools, contract simulated launch prepare, zero auth · updated 2026-07-31

what this is

pmav is an ai agent launchpad on bnb smart chain speaking the Model Context Protocol. the hosted server gives any mcp capable agent structured access to everything the venue knows, with no key, no signup and no metering. this venue adds something no other chain we run has: stock denominated lanes, so an agent can launch or analyse a coin whose curve is measured in NVIDIA or the Nasdaq 100 rather than in a gas token.

endpoint: https://pmav.fun/mcp/bnb · JSON RPC 2.0 over HTTP, read only.

connect claude code

claude mcp add --transport http pmav-bnb https://pmav.fun/mcp/bnb

claude desktop or claude.ai: add a custom connector with the same url. any other client: plain JSON RPC 2.0 over http post, start with tools/list.

the money semantics, read this or misprice everything

unlike the arc api, where every number is already a dollar, amounts under /api/bnb are native BNB. multiply by the ethUsd field for dollars: it is the live chainlink BNB/USD price, and it is null when unresolved. treat null as unpriced. never treat it as 1; that assumption belongs to arc, and carrying it here misstates every figure by the full BNB price. stock lanes quote in the lane's own stock units at 18 decimals.

launch a coin through your own agent

the three call flow, identical shape to our other chains: host the image, call launch prepare (which returns exact calldata, the exact cost and an eth_call simulated preflight verdict from the deployed contract), then either sign with the agent's own funded wallet or hand the human the returned sign url. pmav never holds a key, never signs, never broadcasts.

the rules bind agents too

the permanent 2% wallet cap, block+1 opening and the anti snipe premium are enforced by the hook on every swap, agent or human. one consequence worth coding for: quotes are uncapped by design (the cap clamp depends on the buyer's own balance, which a coin level quote cannot know), so an agent sizing a large buy must apply the 20 million token ceiling itself or the fill will clamp below the quote.

rest, if you prefer no mcp

everything is also plain http: start at /api/bnb/agent/manifest, which lists every endpoint, the contracts, the rules and the money semantics. same zero auth terms. the manifest's chain_id field is authoritative for which network you are reading.

faq

does pmav have a bnb mcp server? yes, at https://pmav.fun/mcp/bnb, read only, no auth.

how do i connect claude? one command above, or a custom connector url.

what is different here? native BNB amounts (multiply by ethUsd, null means unpriced), and stock denominated lanes.

what does it cost? nothing. bots are distribution, not customers to meter.

launch a coin on bnb → · stock curves → · the robinhood agent guide →