KaiaFun MCP
カイアファンMCP
🐍 ☁️ KaiaFunでトークンをリストおよび取引し、Kaia ブロックチェーンとやり取りするための MCP サーバー

🛠️ MCP サーバー
概要
モデル コンテキスト プロトコル (MCP)は、アプリケーションが大規模言語モデル (LLM) にコンテキストを提供する方法を標準化するオープン プロトコルです。
このリポジトリは、KaiaFun プロトコル用の MCP サーバーを実装し、トークンのリスト、取引、および Kaia ブロックチェーンとのやり取り (構成されたウォレットのトークン残高の確認など) を可能にします。
インストール
# Clone the repository
git clone https://github.com/weerofun/kaiafun-mcp
cd kaiafun-mcp
# Install dependencies
yarn
# Build
yarn buildビルド プロセスでは、 tscを介してtsconfig.json (デフォルトではdist ) で指定されたディレクトリに出力が生成されます。
MCP サーバーを起動するには、 dist/kaiafun-mcp-server.jsを実行する必要があります (以下の#configuration を参照)。
構成
claude_desktop_config.jsonを更新して、 Claude Desktop の構成を更新します。
{
"mcpServers": {
"kaiafun": {
"command": "node",
"args": ["/path/to/dist/kaiafun-mcp-server.js"],
"env": {
"PRIVATE_KEY": "0x"
}
},
"puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
}
}
}mcpServers.kaiafun.args[0]``dist/kaiafun-mcp-server.jsの絶対パスに設定するトランザクション署名用のアカウントの秘密鍵で
PRIVATE_KEYを設定します。基本的なWebブラウジング機能のために、
@modelcontextprotocol/server-puppeteerを構成に追加することをお勧めします。
[!CAUTION] 秘密鍵 (
PRIVATE_KEY) をプレーンテキストで保存することは安全ではないことに注意してください。これは主に開発/調査の目的です。このリポジトリは現在開発中であり、関連プロジェクト、プロトコル、エンティティの貢献者は、このプロジェクトの使用に起因する資金の損失、損失、または問題について一切責任を負いません。
誰でも自己責任でこのプロジェクトを自由に利用し、問題やプルリクエストを開いてプロジェクトに貢献することができます。💗
Related MCP server: Monad MCP
🛠️ SDK
KaiaFunプロトコルと連携するためのTypeScript SDKも開発中です。これはMCPサーバーのコア機能を支えるもので、将来的にはカスタムアプリケーションの構築にも独立して使用できます。ソースコードはsrc/sdkディレクトリにあります。
現在サポートされている機能は次のとおりです。
✅ 定義済みのメタデータを使用して新しいトークンを一覧表示する
✅ KAIAでトークンを売買する
なお、SDK もベータ版であり、機能や実装は変更される可能性がありますのでご了承ください。
📄 ライセンス
Apache License 2.0に基づいてライセンスされます。
著作権 2025 KaiaFun。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn 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.
- -licenseNot gradedqualityNot gradedmaintenanceAn MCP server that allows Claude Desktop to query Monad testnet for MON token balances of accounts.
- FlicenseNot gradedqualityDmaintenanceAn enterprise-grade MCP server platform for executing real DeFi operations on Solana and EVM chains using natural language. It enables users to perform live trading, volume generation, and wallet management directly within Claude Desktop.28
Related MCP Connectors
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
MCP server for Klever blockchain smart contract development.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/weero-finance/kaiafun-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server