Skip to main content
Glama

KaiaFun MCP

by weerofun

카이아펀 MCP

🐍 ☁️ KaiaFun 에 토큰을 상장하고 거래하고 Kaia 블록체인과 상호 작용하기 위한 MCP 서버

데모

🛠️ MCP 서버

개요

MCP(모델 컨텍스트 프로토콜)는 애플리케이션이 대규모 언어 모델(LLM)에 컨텍스트를 제공하는 방식을 표준화하는 개방형 프로토콜입니다.

이 저장소는 KaiaFun 프로토콜을 위한 MCP 서버를 구현하여 토큰 상장, 거래, Kaia 블록체인과의 상호작용(예: 구성된 지갑의 토큰 잔액 확인)을 가능하게 합니다.

설치

지엑스피1

빌드 프로세스는 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 구성합니다.
  • 기본 웹 브라우징 기능을 위해 구성에 @modelcontextprotocol/server-puppeteer 추가하는 것도 좋습니다.

[!주의] 개인 키( PRIVATE_KEY )를 일반 텍스트로 저장하는 것은 안전하지 않으며, 이는 주로 개발/탐색 목적으로 사용됩니다.

이 저장소는 현재 개발 중이며, 이 프로젝트의 사용으로 인해 발생하는 자금 손실, 손실 또는 문제에 대해 기여자 및 관련 프로젝트, 프로토콜, 엔터티는 책임을 지지 않습니다.

누구나 자신의 위험 부담 하에 이 프로젝트를 사용할 수 있으며, 이슈를 개설하고 풀 리퀘스트를 통해 프로젝트에 기여할 수 있습니다. 💗

🛠️ SDK

KaiaFun 프로토콜과 상호 작용하는 TypeScript SDK도 개발 중입니다. 이 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