beeper-mcp
@intentos-labs
关于 beeper-mcp
A backend service for executing beeper transactions on Binance Smart Chain
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"beeper-mcp": {
"command": "uv",
"args": [
"run",
"src/beeper_mcp/server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is beeper-mcp?
A backend service for executing beeper transactions on Binance Smart Chain (BSC). It provides tools for interacting with the BSC blockchain, including balance checking, balance transfers, token transfers, token swaps in Pancakeswap, and beeper reward claims. It is intended for developers and users who need programmatic access to BSC operations using the Model Context Protocol.
How to use beeper-mcp?
Clone the repository, set up a .env file with BEEPER_CHAIN, BEEPER_ACCOUNT, BEEPER_SECRET_KEY, and optionally BEEPER_TARGET_TOKEN, then run uv run src/beeper_mcp/server.py over stdio or with --transport=sse on a configurable port (default 8000). Configure it in Claude, Windsurf, Cursor, or Cline using the MCP server JSON block with the same environment variables.
Key features of beeper-mcp
- Get BNB and token balances from any address
- Transfer BNB and tokens to a recipient
- Swap tokens via Pancakeswap
- Fetch token prices in BNB
- Buy and sell tokens using BNB
- Claim beeper token rewards
- Manage default wallet and token addresses
Use cases of beeper-mcp
- Check BNB and token balances of a wallet address
- Send BNB or tokens to another address programmatically
- Execute token swaps on Pancakeswap within an automated workflow
- Claim accumulated beeper rewards for a given token
- Buy or sell tokens directly from a wallet balance
FAQ from beeper-mcp
What environment variables are required?
BEEPER_CHAIN (bsc or bsc-testnet), BEEPER_ACCOUNT (wallet address), and BEEPER_SECRET_KEY (private key) are required. BEEPER_TARGET_TOKEN (default token address) is optional.
What blockchain does beeper-mcp support?
It supports both BSC mainnet and BSC testnet, selected via the BEEPER_CHAIN environment variable.
What units are amounts specified in?
All amounts are in native units, e.g., BNB for the native coin and the token's smallest unit for tokens.
Do I need BNB for gas fees?
Yes, the wallet must have sufficient BNB to pay gas fees for all transactions.
What transport options are available?
The service can be run over stdio (default) or over SSE (Server-Sent Events) using the --transport=sse flag, with a configurable port (default 8000).
其他 分类下的更多 MCP 服务器
ghidraMCP
LaurieWiredMCP Server for Ghidra
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论