bonk-mcp MCP Server

by bjoernbonk
29
  • Apple

Integrations

  • Implements Solana blockchain functionality for token launching and trading on the LetsBonk launchpad, allowing users to launch and trade any token on the platform.

bonk-mcp MCP 服务器

bonk-mcp 服务器为 LetsBonk 启动板实现了 Solana 区块链功能。

特征

  • 代币发行:在 letsbonk.fun 上发行任何代币
  • 代币交易:在 letsbonk.fun 上购买/出售任何代币

配置

您可以在 Claude Desktop 中将 bonk-mcp 服务器添加到 MCP 服务器配置中来配置它。您需要提供以下信息:

快速入门

安装

克劳德桌面

在 MacOS 上: ~/Library/Application\ Support/Claude/claude_desktop_config.json在 Windows 上: %APPDATA%/Claude/claude_desktop_config.json

"mcpServers": { "bonk-mcp": { "command": "uv", "args": [ "--directory", "<PATH_TO_BONK_MCP_DIRECTORY>/bonk-mcp", "run", "bonk-mcp" ], "env": { "KEYPAIR": "<YOUR_SOLANA_KEYPAIR>", "RPC_URL": "https://api.mainnet-beta.solana.com" } } }
"mcpServers": { "bonk-mcp": { "command": "uvx", "args": [ "bonk-mcp" ], "env": { "KEYPAIR": "<YOUR_SOLANA_KEYPAIR>", "RPC_URL": "https://api.mainnet-beta.solana.com" } } }

发展

构建和发布

准备分发包:

  1. 同步依赖项并更新锁文件:
uv sync
  1. 构建软件包分发版:
uv build

这将在dist/目录中创建源和轮子分布。

  1. 发布到 PyPI:
uv publish

注意:您需要通过环境变量或命令标志设置 PyPI 凭据:

  • 令牌: --tokenUV_PUBLISH_TOKEN
  • 或用户名/密码: --username / UV_PUBLISH_USERNAME--password / UV_PUBLISH_PASSWORD

调试

由于 MCP 服务器通过 stdio 运行,调试起来可能比较困难。为了获得最佳调试体验,我们强烈建议使用MCP Inspector

您可以使用以下命令通过npm启动 MCP Inspector:

npx @modelcontextprotocol/inspector uv --directory <PATH_TO_BONK_MCP_DIRECTORY>/bonk-mcp run bonk-mcp

启动后,检查器将显示一个 URL,您可以在浏览器中访问该 URL 以开始调试。

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

为 LetsBonk 启动板实现 Solana 区块链功能,使用户能够在 letsbonk.fun 上启动和交易代币。

  1. 特征
    1. 配置
      1. 快速入门
        1. 安装
      2. 发展
        1. 构建和发布
        2. 调试

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that provides Claude with comprehensive access to Solana blockchain data via the Helius API, enabling operations like checking wallet balances, retrieving blockchain information, and interacting with tokens and NFTs.
        Last updated -
        119
        8
        TypeScript
        MIT License
        • Apple
        • Linux
      • -
        security
        A
        license
        -
        quality
        A 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 -
        Python
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that enables Claude to perform Solana token swaps through Jupiter's API, including getting quotes, building transactions, and sending swap transactions on the Solana blockchain.
        Last updated -
        3
        6
        TypeScript
        MIT License
        • Apple
        • Linux
      • A
        security
        F
        license
        A
        quality
        A 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 -
        5
        TypeScript

      View all related MCP servers

      ID: w1ejyugs3j