axie-mcp
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.
README
axie-mcp
Ask Claude anything about Axie Infinity — Axies, land, players, leaderboards, and market data.
Before You Start
You need a free Sky Mavis API key. Get one at developers.skymavis.com.
Setup
Claude Desktop
-
Open your config file:
- Windows:
%APPDATA%\Claude\claude_desktop_config.json - macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
- Windows:
-
Add this:
{
"mcpServers": {
"axie": {
"command": "npx",
"args": ["axie-mcp"],
"env": {
"SKYMAVIS_API_KEY": "your-api-key-here"
}
}
}
}
- Restart Claude Desktop. Done.
Claude Code
claude mcp add axie-mcp -e SKYMAVIS_API_KEY=your-api-key-here -- npx axie-mcp
Other AI Tools (Cursor, Windsurf, Factory AI, etc.)
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.
What You Can Ask
Once connected, just talk to Claude naturally:
- "Get info on Axie #1074"
- "Search for pure Bird Axies listed for sale under 0.01 ETH"
- "How many fortune slips does Axie #348 give?"
- "What equipment does Axie #1508 have?"
- "Show me the top 10 weekly bounty board players"
- "List all LunaLanding plots and their owners"
- "What's the cheapest Mystic Axie listed right now?"
- "Get the profile and recent activity for ronin:0xabc..."
- "What are the current AXS and RON exchange rates?"
Available Tools
| 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 |
Requirements
- Node.js 18+
- Sky Mavis API key
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.