intentos-labs/beeper-mcp
by Various
A backend service for executing beeper transactions on Binance Smart Chain
MCP
intentos-labs/beeper-mcp
Added 1 June 2026
Overview
A Python backend service for executing beeper transactions on the Binance Smart Chain. It provides an API to initiate and manage beeper operations programmatically.
Best for
Best for
Developers automating beeper transactions on Binance Smart Chain
Use cases
- Automating beeper token swaps on BSC
- Integrating beeper transactions into dApps
- Building backend scripts for beeper protocol interactions
How to use
Install
uv run src/beeper_mcp/server.py Tested with
Cursor, Windsurf, Cline
Example client config
{\n "mcpServers": {\n "beeper": {\n "command": "uv",\n "args": [\n "--directory",\n "path/to/beeper-mcp",\n "run", \n "src/beeper_mcp/server.py"\n ],\n "env": {\n "BEEPER_ACCOUNT": "your account, 0x...",\n "BEEPER_SECRET_KEY": "your private key or in .env",\n "BEEPER_TARGET_TOKEN": "default token address",\n "BEEPER_CHAIN": "chain type <bsc/bsc-testnet>"\n }\n }\n }\n} Notes
A Python backend service for executing beeper transactions on the Binance Smart Chain. It provides an API to initiate and manage beeper operations programmatically.
3 stars on GitHub. Last updated 2025-04-10.
Use cases
- Automating beeper token swaps on BSC
- Integrating beeper transactions into dApps
- Building backend scripts for beeper protocol interactions
Pros
- Lightweight Python implementation
- Focused on a specific BSC use case
Cons
- Very low community adoption (3 stars)
- Limited documentation and support
- Narrow scope (beeper on BSC only)
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight Python implementation
- Focused on a specific BSC use case
Cons
- Very low community adoption (3 stars)
- Limited documentation and support
- Narrow scope (beeper on BSC only)
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.