loading…
Search for a command to run...
loading…
Provides comprehensive access to Axie Infinity data, including detailed Axie stats, marketplace listings, land information, and player leaderboards. It allows u
Provides comprehensive access to Axie Infinity data, including detailed Axie stats, marketplace listings, land information, and player leaderboards. It allows users to query real-time game info and market statistics through natural language.
Ask Claude anything about Axie Infinity — Axies, land, players, leaderboards, and market data.
You need a free Sky Mavis API key. Get one at developers.skymavis.com.
Open your config file:
%APPDATA%\Claude\claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.json~/.config/Claude/claude_desktop_config.jsonAdd this:
{
"mcpServers": {
"axie": {
"command": "npx",
"args": ["axie-mcp"],
"env": {
"SKYMAVIS_API_KEY": "your-api-key-here"
}
}
}
}
claude mcp add axie-mcp -e SKYMAVIS_API_KEY=your-api-key-here -- npx axie-mcp
Any MCP-compatible AI tool can use this server. Add the following to your tool's MCP config:
{
"mcpServers": {
"axie-mcp": {
"command": "npx",
"args": ["axie-mcp"],
"env": {
"SKYMAVIS_API_KEY": "your-api-key-here"
}
}
}
}
The exact location of the config file varies per tool — check your tool's documentation for where to add MCP servers.
Once connected, just talk to Claude naturally:
| Tool | What it does |
|---|---|
get_axie |
Full Axie details — stats, parts, genes, fortune slips, equipment, price |
search_axies |
Search marketplace by class, parts, breed count, price, and more |
get_axie_children |
List children bred from an Axie |
get_axie_transfer_history |
On-chain transfer and sale history |
get_axie_equipment |
Equipment and accessories on one or more Axies |
get_land |
Land plot details by grid coordinates |
search_lands |
Search land by type, owner, or sale status |
get_public_profile |
Player name and linked addresses |
get_user_activities |
Recent on-chain activity (buys, sells, breeds, etc.) |
get_leaderboard |
Rankings for bounty board, land, collectors, runes, charms, and more |
get_top_sales |
Top sales for Axies, land, or items over 24h / 7d / 30d |
get_market_stats |
Transaction counts and volumes |
get_overall_market_stats |
All-time totals — volume, minted, ascended |
get_exchange_rate |
Live USD rates for ETH, AXS, SLP, RON, USDC |
get_erc1155_tokens |
Runes, charms, badges, and other items |
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"axie-mcp": {
"command": "npx",
"args": []
}
}
}