← pmav.fun
INDIVIDUAL MCP TOOL
pmav_launch_prepare
Prepare a coin launch on Robinhood Chain for the user to sign.
LIVE ENDPOINT
https://pmav.fun/mcp
Connect to this endpoint to inspect the live schema for pmav_launch_prepare 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-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.
Related tools
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.pmav_board— List coins on pmav Robinhood Chain.pmav_coin— Get one coin on Robinhood Chain: price, market cap, curve progress, volume, and the fees paid to its creator.pmav_trades— Get the recent trade tape for one coin on Robinhood Chain, newest first.pmav_holders— Get the holder distribution for one coin on Robinhood Chain: use it to judge concentration before buying.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.pmav_media— Mirror an image onto pmav hosting so it can be written into a coin's permanent on chain metadata.