intentos-labs/beeper-mcp logo

intentos-labs/beeper-mcp

Free

Beeper 在 BSC 上提供交易,包括余额/代币转移、Pancakeswap 代币交换和 beeper 奖励领取。

FreeFree tier
Inputs: textOutputs: text
Type
Open Source

About intentos-labs/beeper-mcp

A backend service for executing beeper transactions on Binance Smart Chain (BSC). It provides a set of MCP tools for interacting with the BSC blockchain, including balance checking, BNB and token transfers, token swaps via Pancakeswap, token price queries, buying/selling tokens, and claiming beeper rewards. It supports both BSC mainnet and testnet, requires a wallet account and private key, and returns detailed response objects with transaction hashes and status information. The service can be run over stdio or SSE transport.

Key Features

Get BNB and token balances
Transfer BNB and tokens
Swap tokens via Pancakeswap
Get token prices and buy/sell tokens
Claim rewards of beeper tokens
Manage default wallet and token addresses
Supports both BSC mainnet and testnet
Configurable via environment variables
Runs over stdio or SSE transport

Pros & Cons

Pros
  • Supports both BSC mainnet and testnet for development
  • Returns detailed transaction hashes and status for each operation
  • Easy configuration via environment variables or inline in MCP client
  • Open source and free to use
  • Works with popular MCP clients like Claude, Windsurf, Cursor, and Cline
Cons
  • Requires exposing a private key, which must be kept secure
  • Limited to Binance Smart Chain only (no Ethereum or other chains)
  • No graphical frontend; only usable as an MCP tool
  • May incur gas fees on mainnet; user responsible for sufficient BNB

Best For

Automated DeFi operations on Binance Smart ChainToken swaps and liquidity management via PancakeswapClaiming beeper token rewardsMonitoring and transferring BNB and token balancesIntegrating blockchain transactions into MCP-compatible applications

FAQ

What chains does beeper-mcp support?
It supports both BSC mainnet (bsc) and BSC testnet (bsc-testnet), configured via the BEEPER_CHAIN environment variable.
What do I need to run beeper-mcp?
You need Python 3.10 or higher, access to the BSC network, a wallet address, and its private key.
How do I configure beeper-mcp?
Create a .env file with BEEPER_CHAIN, BEEPER_ACCOUNT, BEEPER_SECRET_KEY, and optionally BEEPER_TARGET_TOKEN, or set these variables directly in the MCP client configuration.
Can I run the service over SSE?
Yes, you can start the server with SSE transport using --transport=sse and optionally specify a port (default 8000).
What does the service return for transactions?
All operations return detailed response objects including transaction hashes and status information.