Axie MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add -e "SKYMAVIS_API_KEY=${SKYMAVIS_API_KEY}" axie-mcp -- npx axie-mcp
Required:SKYMAVIS_API_KEY
README.md

Ask Claude anything about Axie Infinity — Axies, land, players, and more.

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

  1. 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
  2. Add this:

{
  "mcpServers": {
    "axie": {
      "command": "npx",
      "args": ["axie-mcp"],
      "env": {
        "SKYMAVIS_API_KEY": "your-api-key-here"
      }
    }
  }
}
  1. 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

Tools (15)

get_axieFull Axie details including stats, parts, genes, fortune slips, equipment, and price.
search_axiesSearch marketplace by class, parts, breed count, price, and more.
get_axie_childrenList children bred from an Axie.
get_axie_transfer_historyOn-chain transfer and sale history.
get_axie_equipmentEquipment and accessories on one or more Axies.
get_landLand plot details by grid coordinates.
search_landsSearch land by type, owner, or sale status.
get_public_profilePlayer name and linked addresses.
get_user_activitiesRecent on-chain activity including buys, sells, and breeds.
get_leaderboardRankings for bounty board, land, collectors, runes, charms, and more.
get_top_salesTop sales for Axies, land, or items over 24h, 7d, or 30d.
get_market_statsTransaction counts and volumes.
get_overall_market_statsAll-time totals including volume, minted, and ascended.
get_exchange_rateLive USD rates for ETH, AXS, SLP, RON, and USDC.
get_erc1155_tokensRunes, charms, badges, and other items.

Environment Variables

SKYMAVIS_API_KEYrequiredAPI key obtained from developers.skymavis.com

Configuration

claude_desktop_config.json
{"mcpServers": {"axie": {"command": "npx", "args": ["axie-mcp"], "env": {"SKYMAVIS_API_KEY": "your-api-key-here"}}}}

Try it

Get info on Axie #1074
Search for pure Bird Axies listed for sale under 0.01 ETH
Show me the top 10 weekly bounty board players
What's the cheapest Mystic Axie listed right now?
What are the current AXS and RON exchange rates?

Frequently Asked Questions

What are the key features of Axie MCP?

Real-time access to Axie Infinity marketplace data. Detailed lookup for Axie stats, genes, and equipment. Comprehensive player profile and activity tracking. Market statistics and live exchange rate monitoring. Land plot and leaderboard information retrieval.

What can I use Axie MCP for?

Analyzing Axie market trends and pricing for potential purchases. Tracking specific player activity and on-chain history. Checking current exchange rates for Ronin ecosystem tokens. Researching rare Axie traits and equipment for competitive play.

How do I install Axie MCP?

Install Axie MCP by running: npx axie-mcp

What MCP clients work with Axie MCP?

Axie MCP works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Axie MCP docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare