カイアファンMCP
🐍 ☁️ KaiaFunでトークンをリストおよび取引し、Kaia ブロックチェーンとやり取りするための MCP サーバー
🛠️ MCP サーバー
概要
モデル コンテキスト プロトコル (MCP)は、アプリケーションが大規模言語モデル (LLM) にコンテキストを提供する方法を標準化するオープン プロトコルです。
このリポジトリは、KaiaFun プロトコル用の MCP サーバーを実装し、トークンのリスト、取引、および Kaia ブロックチェーンとのやり取り (構成されたウォレットのトークン残高の確認など) を可能にします。
インストール
ビルド プロセスでは、 tsc
を介してtsconfig.json
(デフォルトではdist
) で指定されたディレクトリに出力が生成されます。
MCP サーバーを起動するには、 dist/kaiafun-mcp-server.js
を実行する必要があります (以下の#configuration を参照)。
構成
claude_desktop_config.json
を更新して、 Claude Desktop の構成を更新します。
mcpServers.kaiafun.args[0]``dist/kaiafun-mcp-server.js
の絶対パスに設定する- トランザクション署名用のアカウントの秘密鍵で
PRIVATE_KEY
を設定します。 - 基本的なWebブラウジング機能のために、
@modelcontextprotocol/server-puppeteer
を構成に追加することをお勧めします。
[!CAUTION] 秘密鍵 (
PRIVATE_KEY
) をプレーンテキストで保存することは安全ではないことに注意してください。これは主に開発/調査の目的です。このリポジトリは現在開発中であり、関連プロジェクト、プロトコル、エンティティの貢献者は、このプロジェクトの使用に起因する資金の損失、損失、または問題について一切責任を負いません。
誰でも自己責任でこのプロジェクトを自由に利用し、問題やプルリクエストを開いてプロジェクトに貢献することができます。💗
🛠️ SDK
KaiaFunプロトコルと連携するためのTypeScript SDKも開発中です。これはMCPサーバーのコア機能を支えるもので、将来的にはカスタムアプリケーションの構築にも独立して使用できます。ソースコードはsrc/sdk
ディレクトリにあります。
現在サポートされている機能は次のとおりです。
- ✅ 定義済みのメタデータを使用して新しいトークンを一覧表示する
- ✅ KAIAでトークンを売買する
なお、SDK もベータ版であり、機能や実装は変更される可能性がありますのでご了承ください。
📄 ライセンス
Apache License 2.0に基づいてライセンスされます。
著作権 2025 KaiaFun。
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Claude Desktop を介してトークンのリスト、取引、および Kaia ブロックチェーンとのやり取りを可能にする MCP サーバー。
Related MCP Servers
- -securityAlicense-qualityAn MCP server that allows accessing and managing ledger files through Claude by providing account listing, balance checking, and transaction register viewing capabilities.Last updated -1PythonGPL 3.0
- AsecurityFlicenseAqualityAn MCP server that connects Claude to BrianKnows' blockchain knowledge base, allowing users to search for blockchain/DeFi information and interact with a specialized agent across multiple knowledge bases.Last updated -3JavaScript
- -securityAlicense-qualityAn MCP server that provides seamless integration with the Neo N3 blockchain, allowing Claude to interact with blockchain data, manage wallets, transfer assets, and invoke smart contracts.Last updated -223MIT License
- -securityFlicense-qualityAn MCP server that connects Claude for Desktop with blockchain functionality, allowing users to check balances and send tokens on EVM and Solana chains through natural language interactions.Last updated -TypeScript