axie-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SKYMAVIS_API_KEY | Yes | Sky Mavis API key. Get one at developers.skymavis.com. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_axieA | Get detailed information about a single Axie by its ID, including stats, parts, abilities, genes, breeding info, current listing price, and battle info. |
| search_axiesB | Search for Axies on the marketplace with optional filters. Supports filtering by class, parts, breed count, auction type, and owner. |
| get_exchange_rateB | Get the current USD exchange rates for Axie Infinity tokens: ETH, AXS, SLP, RON, and USDC. |
| get_market_statsB | Get marketplace settlement statistics showing transaction counts, Axie counts, and volumes over the last 24 hours, 7 days, and 30 days. |
| get_overall_market_statsB | Get overall marketplace statistics including new Axies minted, marketplace volumes in RON and USD, total transactions, and ascended Axies. |
| get_axie_transfer_historyB | Get the on-chain transfer and sale history for a specific Axie. |
| get_public_profileB | Get a public player profile by Ronin address. Returns the player's account ID, name, and linked addresses. |
| search_landsC | Search for land plots on the Axie Infinity marketplace with optional filters. |
| get_landC | Get details for a specific land plot by its grid coordinates. |
| get_top_salesC | Get the top sales for a given token type (Axie, Land, Item, etc.) over a specified time period. |
| get_leaderboardC | Get leaderboard rankings for various competitive categories in Axie Infinity. |
| get_erc1155_tokensA | Get ERC1155 tokens such as runes, charms, accessories, ingredients, and other in-game items, optionally filtered by owner. |
| get_axie_equipmentB | Get the equipment and accessories currently equipped on one or more Axies. |
| get_axie_childrenB | Get the children (bred Axies) and parentage information for a given Axie. |
| get_user_activitiesC | Get the recent on-chain activity history for a user's Ronin address, such as buys, sells, transfers, and breeds. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Axie by ID | Full details of an Axie including stats, parts, equipment, and price. |
| Land Plot by Coordinates | Details of a land plot at the given grid coordinates. |
| Player Profile by Ronin Address | Public profile of a player by their Ronin address. |
| Exchange Rate | Current USD exchange rates for ETH, AXS, SLP, RON, and USDC. |
TDQS
Scored across 15 tools
Every tool has a clearly distinct purpose targeting specific resources or data types in the Axie Infinity ecosystem, such as Axies, lands, market stats, user profiles, and tokens. The descriptions clearly differentiate each tool's scope, with no apparent overlap or ambiguity that would cause misselection.
All tool names follow a consistent verb_noun pattern using 'get_' or 'search_' prefixes, with clear and descriptive nouns. There are no deviations in naming conventions, making the set predictable and easy to understand.
With 15 tools, the server is well-scoped for the Axie Infinity domain, covering Axie details, marketplace operations, user activities, tokens, lands, and market statistics. Each tool earns its place by addressing a specific aspect of the ecosystem without being excessive or thin.
The tool surface provides comprehensive read/search coverage for Axies, lands, market data, user profiles, and tokens, supporting core workflows like browsing, analysis, and tracking. Minor gaps might include write operations (e.g., buying/selling) or real-time updates, but agents can effectively work with the available tools.