MCP.so
ログイン

bonk-mcp MCP server

@bjoernbonk

bonk-mcp MCP server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

bjoernbonk

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "letsbonk_mcp_server": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is bonk-mcp MCP server?

The bonk-mcp MCP server implements Solana blockchain functionality for the LetsBonk launchpad, enabling token launching and trading directly from an MCP client such as Claude Desktop.

How to use bonk-mcp MCP server?

Add the server to your Claude Desktop configuration file (claude_desktop_config.json) specifying the command (uv or uvx), directory or package name, and two required environment variables: KEYPAIR (your Solana keypair) and RPC_URL (a Solana RPC endpoint). Launch the server via uv run bonk-mcp or uvx bonk-mcp.

Key features of bonk-mcp MCP server

  • Launch any token on letsbonk.fun
  • Buy and sell any token on letsbonk.fun
  • Uses your own Solana keypair for transactions
  • Configurable Solana RPC endpoint
  • Runs over stdio for MCP compatibility

Use cases of bonk-mcp MCP server

  • Launching a new token on the LetsBonk launchpad via Claude
  • Trading tokens programmatically from Claude Desktop conversations
  • Automating token deployment and trades with AI assistance

FAQ for bonk-mcp MCP server

What is the bonk-mcp MCP server used for?

It lets you launch and trade tokens on the LetsBonk Solana launchpad directly from an MCP client like Claude Desktop.

What environment variables are required?

You must provide KEYPAIR (your Solana keypair) and RPC_URL (a Solana RPC endpoint, e.g., https://api.mainnet-beta.solana.com).

How do I install the bonk-mcp MCP server?

Add it to your Claude Desktop configuration file. For unpublished servers, point to a local directory and use uv run bonk-mcp. For published servers, use uvx bonk-mcp.

How do I debug the bonk-mcp MCP server?

Use the MCP Inspector by running npx @modelcontextprotocol/inspector uv --directory <PATH_TO_BONK_MCP_DIRECTORY>/bonk-mcp run bonk-mcp.

How do I build and publish the bonk-mcp MCP server?

Run uv sync to sync dependencies, uv build to create distributions, and uv publish to upload to PyPI with the appropriate token or credentials.

コメント

「その他」の他のコンテンツ