Skip to content

The npm MCP server

npx -y @marketmayhem/mcp · npm · source · MCP Registry: co.marketmayhem/mcp

get_settings, new_launches, get_token, quote, buy, sell (by amount or percent), launch_token (with firstBuyTo burns and burnPct), tx_status, my_referral_earnings, referral_link.

VariableDefaultMeaning
MM_LIVEunset: dry run1 lets the agent send
MM_PRIVATE_KEY—The agent’s own wallet; signs locally
MM_WALLET—Without a key: an address to dry run as
MM_MAX_PER_TXBNB:0.05Most per transaction, per currency (BNB:0.05,USDT:50)
MM_MAX_PER_DAYBNB:0.25Most per UTC day, per currency. A currency with no cap can’t be spent.
MM_ALLOW_TOKENSanyTokens the agent may buy or sell
MM_API_KEY—Your key: your wallet becomes the default referrer
MM_API_URLhttps://marketmayhem.co/api/v1The API
MM_RPC_URLa public BSC nodeWhere transactions are sent
MM_STATE_DIR~/.marketmayhem-mcpWhere the day’s spend is kept

A first-time sale sends its one-time approvals, rebuilds, then sells. Every error reaches the agent as { error, message, fix }.