Command Palette

Search for a command to run...

UnylyUnyly
Browse all

WAX Server

FreeNot checked

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

GitHubEmbed

About

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

Installing WAX Server

This server has no published package — it is built from source. Open the repository and follow its README.

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

FAQ

Is WAX Server MCP free?

Yes, WAX Server MCP is free — one-click install via Unyly at no cost.

Does WAX Server need an API key?

No, WAX Server runs without API keys or environment variables.

Is WAX Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install WAX Server in Claude Desktop, Claude Code or Cursor?

Open WAX Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare WAX Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs