beeper-mcp

beeper-mcp

1

Beeper-MCP is a backend service designed for executing transactions on the Binance Smart Chain. It offers a suite of tools for balance checking, token transfers, swaps, and reward claims on the BSC network. The service supports integration with both mainnet and testnet environments, providing detailed transaction feedback and error handling.

Overview

A backend service for executing Beeper transactions on Binance Smart Chain (BSC). This includes tools for interacting with the blockchain like checking balances, transferring BNB and tokens, swapping tokens, and claiming Beeper rewards. It supports both BSC mainnet and testnet.

Features

  • Get BNB and token balances
  • Transfer BNB and tokens
  • Swap tokens in Pancakeswap
  • Get token prices
  • Buy and sell tokens
  • Claim rewards of Beeper tokens
  • Manage default wallet and token addresses

Requirements

  • Python >=3.10
  • Access to BSC network
  • Wallet account and private key

Running the Service

  1. Clone the repository
  2. Navigate to beeper-mcp
  3. Start the server using uv run src/beeper_mcp/server.py or specify a port

Notes

  • All amounts are in native units
  • Ensure you have sufficient BNB for gas fees
  • Detailed response objects include transaction hashes and status information