npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

axie-mcp

v1.0.1

Published

MCP server for Axie Infinity — search Axies, land, players, leaderboards, and marketplace data

Downloads

209

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

  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