Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

WAX Server

БесплатноНе проверен

Let AI agents interact with the WAX blockchain. Query balances, explore NFTs, track prices, and monitor transactions through natural language.

GitHubEmbed

Описание

Let AI agents interact with the WAX blockchain. Query balances, explore NFTs, track prices, and monitor transactions through natural language.

README

Python 3.10+ License: MIT MCP PRs Welcome

Let AI agents interact with the WAX blockchain. Query balances, explore NFTs, track prices, and monitor transactions — all through natural language.

The first MCP server for the WAX ecosystem. Built for Claude, Cursor, Cline, and any MCP-compatible AI agent.


✨ What It Can Do

Tool Description
wax_get_balance Check WAXP and token balances for any account
wax_get_nfts Query NFT assets by owner or collection
wax_get_collection Get detailed info about a specific NFT collection
wax_list_collections Browse top WAX NFT collections
wax_get_sales See recent NFT marketplace sales
wax_get_price Get current WAXP price in USD
wax_get_market_data Get market cap, volume, supply, and ATH data
wax_get_transactions View recent transaction history for an account

🚀 Quick Start

With Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "wax": {
      "command": "uvx",
      "args": ["wax-mcp-server"]
    }
  }
}

With Cursor

cursor --mcp-server wax-mcp-server

Direct Python

# Install
pip install wax-mcp-server

# Run
python -m wax_mcp_server.server

💡 Example Prompts

Once connected, try asking your AI agent:

"What's the WAXP price right now?"

"Show me the top 10 WAX NFT collections"

"Check the balance of account yksanjo.wax"

"What NFTs does account 1.wax own?"

"Show me recent sales from the alienworlds collection"

"Get the market cap and 24h volume for WAXP"

"What transactions has account test.gm done recently?"


🏗️ Architecture

┌─────────────┐     ┌──────────────────┐     ┌──────────────────┐
│  AI Agent   │────▶│  WAX MCP Server  │────▶│  WAX Blockchain  │
│  (Claude,   │     │  (this project)  │     │  (RPC + APIs)    │
│  Cursor...) │     │                  │     │                  │
└─────────────┘     └──────────────────┘     └──────────────────┘
                           │
                    ┌──────┴──────┐
                    │  Data Sources │
                    │              │
                    │ • WAX RPC    │
                    │ • AtomicAssets│
                    │ • CoinGecko  │
                    └─────────────┘

Data Sources Used

  • WAX RPC (wax.greymass.com) — Account data, balances, transactions
  • AtomicAssets API — NFT assets, collections, marketplace sales
  • CoinGecko API — WAXP price and market data

All public APIs — no API keys required.


🛠️ Development

# Clone
git clone https://github.com/yksanjo/wax-mcp-server.git
cd wax-mcp-server

# Install deps
pip install -e .

# Run
python -m wax_mcp_server.server

📦 Published Packages


🗺️ Roadmap

  • WAX Account Creation — Create new WAX accounts via AI
  • NFT Minting — Mint NFTs through natural language
  • Token Transfers — Send WAXP and tokens
  • Alcor DEX Integration — Check swap rates, liquidity pools
  • Smart Contract Deployment — Deploy and interact with custom contracts
  • Web Dashboard — Visual interface for non-CLI users

🤝 Contributing

PRs welcome! This is the first MCP server for WAX — let's build the ecosystem together.


📄 License

MIT


⭐ Star this repo if you build on WAX — it helps the ecosystem grow!
Built by Yoshi Kondo · Music Ai Lab

from github.com/yksanjo/wax-mcp-server

Установка WAX Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/yksanjo/wax-mcp-server

FAQ

WAX Server MCP бесплатный?

Да, WAX Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для WAX Server?

Нет, WAX Server работает без API-ключей и переменных окружения.

WAX Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить WAX Server в Claude Desktop, Claude Code или Cursor?

Открой WAX Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare WAX Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai