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 であらゆるトークンを売買

構成

bonk-mcp サーバーは、Claude Desktop の MCP サーバー設定に追加することで設定できます。以下の情報が必要です。

  • bonk-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 資格情報を設定する必要があります。

  • トークン: --tokenまたはUV_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 がインスペクタに表示されます。

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