beeper-mcp logo

beeper-mcp在 Binance Smart Chain 上执行 beeper 交易的后端服务

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

beeper-mcp 是一个用于在 Binance Smart Chain (BSC) 上执行 beeper 交易的后端服务。它提供了与 BSC 区块链交互的工具,包括查询余额、转账、代币转移、在 Pancakeswap 上进行代币兑换以及领取 beeper 奖励。该服务面向需要在 BSC 上自动化 beeper 交易的用户,支持 BSC 主网和测试网。服务通过 API 接口公开钱包与代币管理、余额操作、转账操作、交易操作以及奖励操作等功能。

主要功能

  • 获取 BNB 和代币余额
  • 转账 BNB 和代币
  • 在 Pancakeswap 进行代币兑换
  • 获取代币价格
  • 买入和卖出代币
  • 领取 beeper 代币奖励

价格

模型
Free
评分
暂无评价

使用场景

自动化 Beeper 交易

使用 beeper-mcp 在 BSC 上自动化 beeper 交易,例如转账代币、兑换代币和领取奖励。

钱包与代币管理

使用 beeper-mcp 管理默认钱包和代币地址,并执行余额操作。

优点 & 缺点

优点

  • 支持 BSC 主网和测试网
  • 提供包含交易哈希和状态信息的详细响应对象
  • 内置错误处理和交易状态跟踪

缺点

  • 需要 Python >= 3.10
  • 需要访问 BSC 网络(主网或测试网)
  • 需要钱包账户和私钥

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

How do I claim beeper token rewards through the API?

Use the `claim_rewards` endpoint, passing the token address you want to claim rewards for. The call returns a response object with the transaction hash and status indicating success or failure.

Asked by Chidi Okonkwo · Jan 14, 2026

What do I need to provide to enable wallet operations?

You must supply a BSC wallet address and its private key via the BEEPER_ACCOUNT and BEEPER_SECRET_KEY environment variables. These are used for balance checks, transfers, swaps, and reward claims.

Asked by Gabriel Duarte · Jan 7, 2026

Can I use beeper-mcp on both BSC mainnet and testnet?

Yes, the service supports both BSC mainnet and BSC testnet. Set the BEEPER_CHAIN environment variable to "bsc" for mainnet or "bsc testnet" for the test network.

Asked by Dovid Klein · Dec 30, 2025

What programming environment is required to run beeper-mcp?

beeper-mcp is a Python service and requires Python version 3.10 or higher. You install it via the provided repository and run the server with the uv command.

Asked by Tunde Balogun · Dec 16, 2025

提问

服务配缩器 的替代品