Mmcp.market

MCP server

by marketmayhem.co·co.marketmayhem/mcp·v0.1.1

Launch and trade BSC tokens on Market Mayhem. Your own wallet signs; dry run by default; spend caps.

C58/100grade C
What users say
No reviews yet
Be the first
Safety scan
C58/100

not scanned yet

Adoption
New

Little public usage data yet

Reviews

Write one

Nobody has reviewed MCP yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

MCP tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Not scanned yet. New registry listings are scanned within a day of import.

What the publisher says

From the MCP repository's README, as published. We do not edit it. Read it on GitHub

@marketmayhem/mcp

Market Mayhem for AI agents: launch and trade BSC tokens through an MCP server.

  • Your wallet signs, locally. The key never leaves this process. Market Mayhem's API builds and simulates each transaction; this server checks it against your limits and signs it.
  • Dry run by default. Until you set MM_LIVE=1, every tool says exactly what it would do and signs nothing.

No install at all? Add https://marketmayhem.co/api/mcp as a connector in Claude, ChatGPT or any MCP client. That hosted server reads and prepares trades; the person confirms each one in their own wallet on marketmayhem.co. This package is for an agent with its own wallet.

Docs: marketmayhem.co/developers · For AIs: marketmayhem.co/llms.txt

Tools

Errors come back as { error, message, fix }, so the agent can correct itself.

Setup

Claude Desktop (claudedesktopconfig.json), Cursor, or any MCP client:

{
  "mcpServers": {
    "marketmayhem": {
      "command": "npx",
      "args": ["-y", "@marketmayhem/mcp"],
      "env": {
        "MM_PRIVATE_KEY": "0x… the agent's own wallet",
        "MM_MAX_PER_TX": "BNB:0.05",
        "MM_MAX_PER_DAY": "BNB:0.25"
      }
    }
  }
}

Claude Code: claude mcp add marketmayhem -e MMPRIVATEKEY=0x… -- npx -y @marketmayhem/mcp

Settings

A sell spends no money, so only the allowlist applies to it. A first-time sale sends the one-time approvals first, then the trade.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http mcp https://marketmayhem.co/api/mcp
Add to Cursor

MCP: common questions

Is MCP server safe?
With care: it is graded C, so read the findings first (58/100). Read the MCP safety report
How do I install MCP?
It runs remotely at marketmayhem.co. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does MCP need an API key?
Yes. The registry entry asks for MM_PRIVATE_KEY, MM_API_KEY.
Is MCP maintained?
The latest release is v0.1.1.
Is MCP up?
100% of our last 5 checks got an answer. We check remote servers about four times a day.

More from marketmayhem.co →