Skip to main content
Glama

bonk-mcp MCP Server

by bjoernbonk

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 以开始调试。

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

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

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

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

      Related MCP Servers

      • -
        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 -
        3
        Python
        MIT License
        • Apple
      • 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
        1
        TypeScript
      • -
        security
        F
        license
        -
        quality
        A 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 -
        23
        10
        JavaScript
      • -
        security
        F
        license
        -
        quality
        Provides 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

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/bjoernbonk/letsbonk_mcp_server'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server