bonk-mcp MCP 服务器
bonk-mcp 服务器为 LetsBonk 启动板实现了 Solana 区块链功能。
特征
- 代币发行:在 letsbonk.fun 上发行任何代币
- 代币交易:在 letsbonk.fun 上购买/出售任何代币
配置
您可以在 Claude Desktop 中将 bonk-mcp 服务器添加到 MCP 服务器配置中来配置它。您需要提供以下信息:
- bonk-mcp 目录的路径
- 环境变量:
KEYPAIR
:您的 Solana 密钥对RPC_URL
:Solana RPC 端点(例如https://api.mainnet-beta.solana.com )
快速入门
安装
克劳德桌面
在 MacOS 上: ~/Library/Application\ Support/Claude/claude_desktop_config.json
在 Windows 上: %APPDATA%/Claude/claude_desktop_config.json
发展
构建和发布
准备分发包:
- 同步依赖项并更新锁文件:
- 构建软件包分发版:
这将在dist/
目录中创建源和轮子分布。
- 发布到 PyPI:
注意:您需要通过环境变量或命令标志设置 PyPI 凭据:
- 令牌:
--token
或UV_PUBLISH_TOKEN
- 或用户名/密码:
--username
/UV_PUBLISH_USERNAME
和--password
/UV_PUBLISH_PASSWORD
调试
由于 MCP 服务器通过 stdio 运行,调试起来可能比较困难。为了获得最佳调试体验,我们强烈建议使用MCP Inspector 。
您可以使用以下命令通过npm
启动 MCP Inspector:
启动后,检查器将显示一个 URL,您可以在浏览器中访问该 URL 以开始调试。
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
为 LetsBonk 启动板实现 Solana 区块链功能,使用户能够在 letsbonk.fun 上启动和交易代币。
Related MCP Servers
- -securityAlicense-qualityA server that enables interaction with the Solana blockchain, providing access to over 40 Solana RPC methods including getting balances, transaction details, block information, and sending transactions.Last updated -3PythonMIT License
- AsecurityFlicenseAqualityA server that provides simple RPC endpoints for common Solana blockchain operations, allowing users to check balances, get account information, and transfer SOL between accounts.Last updated -51TypeScript
- -securityFlicense-qualityA server that enables interaction with the Solana blockchain using your own private key, supporting operations like getting wallet information, checking balances, and transferring SOL.Last updated -2310JavaScript
- -securityFlicense-qualityProvides unified access to real-time and historical Solana ecosystem data through 40+ API endpoints, enabling LLM agents to query tokens, wallets, trades, and DeFi metrics.Last updated -JavaScript