Skip to main content
Glama

KaiaFun MCP

by weerofun

KaiaFun MCP

🐍 ☁️ 一个 MCP 服务器,用于在KaiaFun上列出和交易代币并与 Kaia 区块链进行交互

演示

🛠️ 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

构建过程将通过tsctsconfig.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为账户私钥,用于交易签名
  • 我们还建议将@modelcontextprotocol/server-puppeteer添加到您的配置中,以实现基本的 Web 浏览功能。

[!CAUTION] 请注意,以纯文本形式存储私钥( PRIVATE_KEY )并不安全,这主要用于开发/探索目的。

此 repo 目前正在开发中,相关项目、协议和实体的贡献者对于因使用本项目而造成的任何资金损失、损失或问题不承担任何责任。

任何人都可以自由地使用该项目,风险自负,并通过提出问题和拉取请求为项目做出贡献。💗

🛠️ SDK

我们还在开发一个 TypeScript SDK,用于与 KaiaFun 协议交互。它支持我们 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.

MCP 服务器可通过 Claude Desktop 实现代币列表、交易以及与 Kaia 区块链的交互。

  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