MCP.so
登录

beeper-mcp

@unibaseio

关于 beeper-mcp

A backend service for executing beeper transactions on Binance Smart Chain

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

unibaseio

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "beeper-mcp-unibaseio": {
      "command": "uv",
      "args": [
        "run",
        "src/beeper_mcp/server.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is beeper-mcp?

beeper-mcp is a backend service that executes beeper transactions on Binance Smart Chain (BSC). It provides a set of MCP tools for interacting with the BSC blockchain, including balance checking, transfers, token swaps on PancakeSwap, and beeper reward claims. It is built for developers using MCP-compatible clients (Claude, Windsurf, Cursor, Cline).

How to use beeper-mcp?

Clone the repository, set required environment variables (MEMBASE_CHAIN, MEMBASE_ACCOUNT, MEMBASE_SECRET_KEY, and optionally MEMBASE_TARGET_TOKEN), then run the server over stdio with uv run src/beeper_mcp/server.py or over SSE on port 8000 (configurable with --port). Configure the server in your MCP client by providing the command, arguments, and environment variables as shown in the README.

Key features of beeper-mcp

  • Get BNB and token balances
  • Transfer BNB and tokens
  • Swap tokens in PancakeSwap
  • Get token prices in BNB
  • Buy and sell tokens
  • Claim beeper token rewards
  • Manage default wallet and token addresses

Use cases of beeper-mcp

  • Check wallet or token balances before transactions
  • Execute token swaps on PancakeSwap
  • Transfer native BNB or tokens to other addresses
  • Claim accumulated beeper rewards
  • Automate trading operations via an MCP client

FAQ from beeper-mcp

What are the runtime requirements?

Python >=3.10, access to a BSC network (mainnet or testnet), and a wallet account with its private key.

How do I configure the server?

Set the environment variables MEMBASE_CHAIN, MEMBASE_ACCOUNT, MEMBASE_SECRET_KEY, and optionally MEMBASE_TARGET_TOKEN either in a .env file or directly in the MCP client configuration.

Does the service support both mainnet and testnet?

Yes. Set MEMBASE_CHAIN to "bsc" for mainnet or "bsc-testnet" for testnet.

What transports does the server support?

It supports stdio (default) and SSE. For SSE, use the --transport=sse argument and optionally --port (default 8000).

Do I need BNB for gas fees?

Yes, all operations require sufficient BNB in the wallet to pay for gas fees. This is noted in the README.

评论

其他 分类下的更多 MCP 服务器