Back to directory
intentos-labs/beeper-mcp

intentos-labs/beeper-mcp

@intentos-labs

A backend service for executing beeper transactions on Binance Smart Chain (BSC).

bscbinance-smart-chainbeepercryptofinancemcpblockchain

Installation & Configuration

{
  "mcpServers": {
    "beeper": {
      "command": "uv",
      "args": [
        "--directory",
        "path/to/beeper-mcp",
        "run",
        "src/beeper_mcp/server.py"
      ],
      "env": {
        "BEEPER_ACCOUNT": "your account, 0x...",
        "BEEPER_SECRET_KEY": "your private key or in .env",
        "BEEPER_TARGET_TOKEN": "default token address",
        "BEEPER_CHAIN": "chain type <bsc/bsc-testnet>"
      }
    }
  }
}

Information

Transport
stdiosse
Language
Python
Created
2026/6/12
Updated
2026/6/12