Give an AI agent a wallet
2 minutes · Claude Desktop, Claude Code, Cursor, any MCP client
@marketmayhem/mcp gives an AI agent Market Mayhem as tools: quote, buy, sell, launch, watch launches, referral links. The agent’s own wallet signs locally, and its key never leaves the machine.
-
Make a wallet for the agent, and fund it with only what it may spend. On testnet, use the faucet.
-
Add the server:
Terminal window claude mcp add marketmayhem -e MM_PRIVATE_KEY=0x… -e MM_MAX_PER_TX=BNB:0.05 -e MM_MAX_PER_DAY=BNB:0.25 -- npx -y @marketmayhem/mcp{"mcpServers": {"marketmayhem": {"command": "npx","args": ["-y", "@marketmayhem/mcp"],"env": { "MM_PRIVATE_KEY": "0x…", "MM_MAX_PER_TX": "BNB:0.05", "MM_MAX_PER_DAY": "BNB:0.25" }}}} -
Ask it: “What launched on Market Mayhem in the last hour?”, or “Buy 0.01 BNB of $MOTH”. In dry run it tells you exactly what it would send, and sends nothing.
-
Let it send, when you’re happy, by adding
MM_LIVE=1.
All the settings and tools: the npm MCP server.