Beeper MCP
Provides tools for interacting with Binance Smart Chain (BSC), including checking balances, transferring BNB and tokens, swapping tokens via PancakeSwap, and claiming beeper token rewards.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Beeper MCPcheck my BNB balance"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
beeper-mcp
A backend service for executing beeper transactions on Binance Smart Chain (BSC). This service provides a set of tools for interacting with the BSC blockchain, including balance checking, balance transfers, token transfers, token swaps in Pancakeswap and beeper reward claims.
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
Related MCP server: Blockchain Payment MCP Server
Prerequisites
Python >=3.10
Access to BSC network (mainnet or testnet)
Wallet account and private key
Environment Variables
Create a .env file in the project root with the following variables:
BEEPER_CHAIN=<bsc or bsc-testnet>
BEEPER_ACCOUNT=<your-wallet-address>
BEEPER_SECRET_KEY=<your-private-key>
BEEPER_TARGET_TOKEN=<default-token-address> # OptionalAPI Endpoints
The service exposes the following MCP tools:
Wallet and Token Management
get_default_wallet_address() -> str: Get the default wallet addressget_default_token_address() -> str: Get the default token addressswitch_default_token_address(new_token_address: str) -> str: Switch to a new default token address
Balance Operations
get_balance(address: str) -> str: Get BNB balance of an addressget_token_balance(address: str, token_address: str) -> str: Get token balance of an address
Transfer Operations
transfer(recipient_address: str, amount: Decimal = 0.01) -> dict: Transfer BNB to an addresstransfer_token(recipient_address: str, token_address: str, amount: Decimal = 0.01) -> dict: Transfer tokens to an address
Trading Operations
swap_token(token_in: str, token_out: str, amount: Decimal = 0.01) -> dict: Swap between tokensget_token_price(token_address: str) -> float: Get token price in BNBbuy_token(token_address: str, amount: Decimal = 0.01) -> dict: Buy tokens with BNBsell_token(token_address: str, amount: Decimal = 0.01) -> dict: Sell tokens for BNB
Reward Operations
claim_rewards(token_address: str) -> dict: Claim rewards for a token
Running the Service
git clone https://github.com/unibaseio/beeper-mcp.git
cd beeper-mcp
# start server over stdio
uv run src/beeper_mcp/server.py start using sse
The sse service will start on port 8000 by default. You can specify a different port using the --port argument:
uv run src/beeper_mcp/server.py --port 8008 --transport=sseConfiguration on Claude/Windsurf/Cursor/Cline
{
"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>"
}
}
}
}Notes
All amounts are in native units (e.g., BNB, tokens)
Token addresses should be provided in the correct format
Make sure you have sufficient BNB for gas fees
The service supports both BSC mainnet and testnet
All operations return detailed response objects with transaction hashes and status information
The service includes built-in error handling and status tracking for transactions
Usage
call functions in llm chat
show wallet and buy tokens

sell tokens

This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityFmaintenanceA backend service for executing transactions on Binance Smart Chain, enabling secure transfers of BNB and BEP-20 tokens, smart contract interactions, and token creation through structured MCP integration.Last updated1214104MIT
- Alicense-qualityDmaintenanceEnables blockchain payment operations across multiple networks including Base, Ethereum, BSC, Polygon, and Avalanche. Supports balance queries, token transfers, transaction tracking, wallet management, and gas fee estimation with built-in security limits.Last updatedMIT
- Alicense-qualityCmaintenanceEnables interaction with the Etherlink blockchain, including balance checks, transactions, smart contract interactions, and token operations.Last updated1774MIT

onchainos MCP Serverofficial
Flicense-qualityBmaintenanceEnables on-chain operations including token search, market data, wallet management, swap execution, and DApp interactions across 20+ blockchains.Last updated315
Related MCP Connectors
Explore blockchain data across addresses, tokens, blocks, and transactions. Investigate any transa…
Provide AI agents and automation tools with contextual access to blockchain data including balance…
Connect to the COTI blockchain to manage accounts, transfer native tokens, and deploy and operate…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/intentos-labs/beeper-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server