Overview
What is beeper-mcp?
beeper-mcp is a backend service designed for executing beeper transactions on the Binance Smart Chain (BSC). It provides a comprehensive set of tools for interacting with the BSC blockchain, including balance checking, transfers, token swaps, and reward claims.
How to use beeper-mcp?
To use beeper-mcp, clone the repository from GitHub, set up your environment variables in a .env file, and run the server using the provided commands. You can interact with the service through its API endpoints.
Key features of beeper-mcp?
- Get BNB and token balances
- Transfer BNB and tokens
- Swap tokens using Pancakeswap
- Retrieve token prices
- Buy and sell tokens
- Claim rewards for beeper tokens
- Manage wallet and token addresses
Use cases of beeper-mcp?
- Managing cryptocurrency wallets on the Binance Smart Chain.
- Executing token swaps and trades on Pancakeswap.
- Claiming rewards for holding beeper tokens.
FAQ from beeper-mcp?
- What are the prerequisites for using beeper-mcp?
You need Python >=3.10, access to the BSC network, and a wallet account with a private key.
- How do I set up the environment variables?
Create a
.envfile in the project root with the required variables such as BEEPER_CHAIN, BEEPER_ACCOUNT, and BEEPER_SECRET_KEY.
- Can I use beeper-mcp on the testnet?
Yes! The service supports both the BSC mainnet and testnet.