WAX MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WAX MCP ServerWhat's the WAXP price right now?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π WAX MCP Server
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 |
| Check WAXP and token balances for any account |
| Query NFT assets by owner or collection |
| Get detailed info about a specific NFT collection |
| Browse top WAX NFT collections |
| See recent NFT marketplace sales |
| Get current WAXP price in USD |
| Get market cap, volume, supply, and ATH data |
| 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-serverDirect 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, transactionsAtomicAssets 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
PyPI: Coming soon β
pip install wax-mcp-server
πΊοΈ 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
This server cannot be installed
Maintenance
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