KaiaFun MCP
@weerofun
KaiaFun MCP について
🐍 ☁️ An MCP server for listing and trading tokens on KaiaFun and interacting with the Kaia blockchain
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"kaiafun": {
"command": "node",
"args": [
"/path/to/dist/kaiafun-mcp-server.js"
],
"env": {
"PRIVATE_KEY": ""
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is KaiaFun MCP?
KaiaFun MCP is a Model Context Protocol (MCP) server for listing and trading tokens on KaiaFun and interacting with the Kaia blockchain. It is intended for developers or users who want an LLM-assisted interface to manage token operations and check wallet balances.
How to use KaiaFun MCP?
Clone the repository, install dependencies with yarn, build with yarn build, then configure your MCP client (e.g., Claude Desktop) by adding the kaiafun server entry in claude_desktop_config.json. Set the args to the absolute path of dist/kaiafun-mcp-server.js and provide the PRIVATE_KEY environment variable for transaction signing.
Key features of KaiaFun MCP
- List new tokens with predefined metadata.
- Buy and sell tokens using KAIA.
- Check token balances of the configured wallet.
- Built on the Model Context Protocol standard.
- Powered by an underlying TypeScript SDK (in development).
Use cases of KaiaFun MCP
- Listing a new token on KaiaFun via an LLM conversation.
- Buying or selling tokens with KAIA programmatically.
- Checking the balance of a configured wallet on the Kaia blockchain.
- Integrating token trading capabilities into AI-assisted workflows.
FAQ from KaiaFun MCP
What does KaiaFun MCP do?
It enables token listing, trading, and interaction with the Kaia blockchain, such as checking token balances of a configured wallet.
How do I configure KaiaFun MCP?
Add the server to your MCP client configuration (e.g., claude_desktop_config.json) with the full path to dist/kaiafun-mcp-server.js and set the PRIVATE_KEY environment variable.
Is it safe to store my private key in plaintext?
No. The README warns that storing the private key in plaintext is not safe and notes that this setup is primarily for development and exploration purposes. Use at your own risk.
Can I use the KaiaFun SDK independently?
Yes. A TypeScript SDK is under development and currently powers the MCP server. It is intended to be usable independently for building custom applications in the future.
What are the dependencies and licensing?
The server requires Node.js and Yarn. It is licensed under the Apache License 2.0. Note that the software is in development, and the contributors are not responsible for any loss of funds or issues arising from its use.
「その他」の他のコンテンツ
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
コメント