Skip to main content
Glama

🌐 WAX MCP Server

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


Related MCP server: SEI MCP Server V2

πŸš€ 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


A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Latest Blog Posts

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/yksanjo/wax-mcp-server'

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