Skip to main content
Glama

KaiaFun MCP

by weerofun

カイアファン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 ) をプレーンテキストで保存することは安全ではないことに注意してください。これは主に開発/調査の目的です。

このリポジトリは現在開発中であり、関連プロジェクト、プロトコル、エンティティの貢献者は、このプロジェクトの使用に起因する資金の損失、損失、または問題について一切責任を負いません。

誰でも自己責任でこのプロジェクトを自由に利用し、問題やプルリクエストを開いてプロジェクトに貢献することができます。💗

🛠️ SDK

KaiaFunプロトコルと連携するためのTypeScript SDKも開発中です。これはMCPサーバーのコア機能を支えるもので、将来的にはカスタムアプリケーションの構築にも独立して使用できます。ソースコードはsrc/sdkディレクトリにあります。

現在サポートされている機能は次のとおりです。

  • ✅ 定義済みのメタデータを使用して新しいトークンを一覧表示する
  • ✅ KAIAでトークンを売買する

なお、SDK もベータ版であり、機能や実装は変更される可能性がありますのでご了承ください。

📄 ライセンス

Apache License 2.0に基づいてライセンスされます。

著作権 2025 KaiaFun。

-
security - not tested
-
license - not tested
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Claude Desktop を介してトークンのリスト、取引、および Kaia ブロックチェーンとのやり取りを可能にする MCP サーバー。

  1. 🛠️ MCP サーバー
    1. 概要
    2. インストール
    3. 構成
  2. 🛠️ SDK
    1. 📄 ライセンス

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        An MCP server that allows accessing and managing ledger files through Claude by providing account listing, balance checking, and transaction register viewing capabilities.
        Last updated -
        1
        Python
        GPL 3.0
        • Apple
      • A
        security
        F
        license
        A
        quality
        An 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 -
        3
        JavaScript
      • -
        security
        A
        license
        -
        quality
        An 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 -
        22
        3
        MIT License
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        An 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
        • Apple

      View all related MCP servers

      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/weerofun/kaiafun-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server