blizzard-wow-mcp
Allows interaction with World of Warcraft game data via Blizzard's Battle.net API, providing auction house search, price history, market snapshot, cross-realm arbitrage, crafting profit analysis, inventory valuation, farming route optimization, guild roster analytics, token tracking, and item database queries.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@blizzard-wow-mcpcheck Fjarnskaggl price on Stormrage"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
blizzard-wow-mcp
The first-ever World of Warcraft MCP Server. Auction house analytics, market intelligence, crafting optimization, inventory valuation, farming routes, guild analytics, and token tracking — all through the Model Context Protocol.
Part of the MEOK GAMING suite by MEOK AI Labs / CSOAI-ORG. One of 200+ MCP servers in the ecosystem.
The Gaming Gap
We searched the entire MCP landscape — 14,000+ servers across Glama, PulseMCP, Smithery, mcp.so, and the official registry. Not a single gaming MCP server existed. The WoW auction house is being destroyed by ungoverned bots. Players are desperate for ethical AI tools.
This server changes that.
Related MCP server: WoW Guild Analytics MCP Server
Features
Tool | Description | COAI Gate |
| Search auction house by realm, item, category, price | INTELLIGENCE_ONLY |
| Historical price data with trend analysis & volatility | AUDIT_TRAIL |
| Complete market ticker — top movers, sentiment, volume | TRANSPARENCY |
| Cross-realm profit detection with transfer cost analysis | ETHICAL_CHECK |
| Most profitable recipes per profession, ROI calculations | COMPLIANCE |
| Real-time bag/bank valuation with liquidation tips | PLAYER_CONTROL |
| AI-optimized farming routes (player must manually gather) | NO_AUTOMATION |
| Guild analytics — professions, activity, raid readiness | COMMUNITY |
| Token prices across all regions with forecasts | RMT_MONITORING |
| Comprehensive item search — stats, sources, recipes | KNOWLEDGE_BASE |
Installation
Via Smithery (Recommended)
npx -y @smithery/cli install @csoai-org/blizzard-wow-mcpVia Glama
# Add to your MCP client configuration
{
"mcpServers": {
"blizzard-wow": {
"command": "npx",
"args": ["-y", "@csoai-org/blizzard-wow-mcp"]
}
}
}Manual
git clone https://github.com/CSOAI-ORG/blizzard-wow-mcp.git
cd blizzard-wow-mcp
npm install
npm run build
npm startConfiguration
Set your Blizzard API credentials (optional — works in demo mode without them):
export BLIZZARD_CLIENT_ID="your-client-id"
export BLIZZARD_CLIENT_SECRET="your-client-secret"Get credentials at Blizzard Developer Portal.
Usage Examples
Search Auction House
{
"tool": "wow_auction_search",
"arguments": {
"realm": "stormrage-us",
"item_name": "Fjarnskaggl",
"category": "trade_goods",
"max_price": 100,
"limit": 20
}
}Crafting Profit Analysis
{
"tool": "wow_crafting_profit_analyzer",
"arguments": {
"realm": "stormrage-us",
"profession": "alchemy",
"skill_level": 100,
"top_n": 5
}
}Cross-Realm Arbitrage
{
"tool": "wow_cross_realm_arbitrage",
"arguments": {
"source_realm": "stormrage-us",
"target_realm": "illidan-us",
"min_profit_percent": 25
}
}COAI Compliance
Every tool in this server has a COAI compliance gate:
INTELLIGENCE_ONLY — This server provides market data and analysis. It does NOT automate posting, canceling, buying, or any in-game actions.
NO_BOTTING — The farming route optimizer tells you WHERE to go. You must still fly, click, and gather manually.
FULL_AUDIT_TRAIL — Every query is logged with a blockchain-attestable signature (when integrated with proofof.ai).
EU_AI_ACT_ALIGNED — Gaming economy AI classified as high-risk. Full transparency, explainability, and human oversight.
HIVE Integration
This server connects to the MEOK Gaming HIVE — our cross-game data moat. Prices, trends, and intelligence are aggregated across all supported MMOs for superior market analysis.
SOV3-enabled: Your data is sovereign. No platform lock-in.
Cross-game arbitrage detection
Historical data retention
Real-time price feeds
Synergy Stack
Asset | Gaming Application |
COAI/CSOAI | "Ethical Gaming AI" certification — first to market |
BFT Council | Community votes on new features: "Does this violate ToS?" |
Proofof.ai | Blockchain proof your tool did NOT bot — ban appeal evidence |
Agisafe.ai | Gaming account insurance — "Banned unfairly? We cover you" |
MCP Hive | Cross-game adapters. One server, 6 games |
SOV3 | Sovereign gaming data — no Blizzard spying on your intelligence |
Roadmap
Core auction house tools
Crafting profit analyzer
Cross-realm arbitrage
Farming route optimizer
Token tracker
Live Blizzard API integration (awaiting Classic API fix)
WoW Classic Era support
Guild bank analytics
Raid consumable demand forecasting
The War Within (TWW) expansion data
Real-time price alerts via WebSocket
License
MIT — See LICENSE
Available Tools
10 toolswow_auction_searchA
Search the WoW auction house for items by name, category, or price range on a specific realm. Returns current listings with buyout prices, quantity, and time remaining. COAI certified: intelligence only, no automated actions.
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm/region slug (e.g., 'stormrage-us', 'tarren-mill-eu') | |
| item_name | No | Partial or full item name to search (e.g., 'Fjarnskaggl', 'Flask of Endless Fathoms') | |
| category | No | Item category filter: 'trade_goods', 'consumables', 'armor', 'weapons', 'battle_pets' | |
| max_price | No | Maximum buyout price in gold (e.g., 1000 = 1000 gold) | |
| min_quantity | No | Minimum stack size filter | |
| limit | No | Max results to return (1-200) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears full responsibility. It includes COAI certification indicating read-only, no automated actions, but lacks details on data freshness, pagination, or rate limits. This is adequate but not exhaustive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise with two sentences. The first sentence captures the core functionality, and the second adds the COAI certification. No unnecessary words, and the key information is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the lack of output schema, the description explains return fields (buyout prices, quantity, time remaining) and required parameter (realm). It covers the main aspects of a search tool, though it could detail the return structure more precisely.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the description adds minimal extra meaning beyond the schema. It restates the filtering options but does not elaborate on parameter usage or edge cases, resulting in a baseline score.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool searches the WoW auction house for items by name, category, or price range on a specific realm, distinguishing it from sibling tools like wow_price_history or wow_cross_realm_arbitrage. The verb 'search' and resource 'auction house' are specific, and the scope of filtering is defined.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for searching current auction listings but does not explicitly guide when to use this tool versus alternatives like wow_market_snapshot or wow_price_history. No when-not-to-use or exclusions are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
wow_crafting_profit_analyzerA
Analyze crafting profitability for a given profession and character. Returns most profitable recipes, material costs, profit margins, and sell-through rates. Requires character professions data.
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm slug | |
| profession | Yes | Primary profession | |
| skill_level | No | Current skill level (1-300 classic, 1-100 retail) | |
| include_knowledge_tree | No | Include Dragonflight/The War Within knowledge | |
| top_n | No | Top N recipes to return | |
| min_profit | No | Minimum profit threshold in gold |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It describes the return values (recipes, costs, margins, sell-through rates) but does not disclose data sources, latency, auth requirements, or error conditions (e.g., missing professions data). Adequate but not thorough.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences, no fluff. The purpose is front-loaded, and the entire description is efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers the tool's purpose and outputs but lacks details on output structure (no output schema) and calculation assumptions. For a tool with 6 parameters and moderate complexity, this is adequate but not complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with descriptions for all 6 parameters. The description adds no additional parameter meaning beyond what the schema already provides. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: analyze crafting profitability for a given profession and character, listing specific outputs (most profitable recipes, material costs, profit margins, sell-through rates). It is distinct from sibling tools like wow_auction_search or wow_farming_route_optimizer.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description mentions a prerequisite (requires character professions data) and implies use for crafting profit analysis. It does not explicitly state when to use or not use this tool versus alternatives, but the context is clear enough for an AI agent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
wow_cross_realm_arbitrageB
Detect cross-realm arbitrage opportunities — items cheap on one realm, expensive on another. Returns profit calculations after estimated transfer costs. MEOK proprietary: multi-realm intelligence engine.
| Name | Required | Description | Default |
|---|---|---|---|
| source_realm | Yes | Source realm to buy from | |
| target_realm | Yes | Target realm to sell on | |
| min_profit_percent | No | Minimum profit margin % | |
| max_investment | No | Max gold to invest | |
| category | No | all |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must convey behavioral traits. It states that the tool 'detects' opportunities and 'returns profit calculations', implying it is a read-only analysis tool. However, it does not disclose whether it modifies any data, requires specific permissions, or handles errors. This is adequate but could be more transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is just two sentences, conveying the core functionality and return value without any extraneous information. It is front-loaded with the main purpose and efficient in its use of words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity of 5 parameters, 8 sibling tools, and no output schema, the description fails to explain the return format, error handling, or how to interpret the results. It only mentions 'profit calculations after estimated transfer costs', leaving significant gaps for an agent to use the tool effectively.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already describes all parameters (80% coverage), so the description adds minimal value beyond naming 'source' and 'target' realms. It does not explain parameter relationships or provide examples. The baseline of 3 is appropriate since the schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Detect' and the specific resource 'cross-realm arbitrage opportunities', distinguishing it from sibling tools like wow_auction_search (general auction search) and wow_crafting_profit_analyzer (crafting profit). It also mentions the return of profit calculations, which further clarifies its purpose.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description does not provide any explicit guidance on when to use this tool versus its siblings. There is no mention of prerequisites, scenarios where this tool is appropriate, or when to avoid it. This omission leaves the agent without contextual direction.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
wow_farming_route_optimizerA
AI-optimized farming route based on current auction prices, character level, and profession. Returns best zone, expected yield per hour, and optimal path. The player must manually fly/gather — this tool only provides intelligence.
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm slug | |
| character_level | No | Character level (1-80 retail) | |
| profession | No | Gathering profession (optional) | none |
| time_available | No | Minutes available to farm | |
| target_gold | No | Target gold to earn (optional) | |
| expansion | No | Target expansion content | tww |
| pvp_realm | No | Account for PvP competition in zones |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided; description does not disclose rate limits, authentication needs, or data freshness. It does explain the output (zone, yield, path) and the manual nature, but behavioral traits like read-only or side effects are absent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences front-load the core functionality and the critical limitation (manual gathering). No superfluous text.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 7 parameters and no output schema, the description adequately covers the output (zone, yield, path) and inputs (auction prices, level, profession). It differentiates from siblings, but could mention data recency or if results are cached.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
All 7 parameters have schema descriptions (100% coverage). The tool description adds context about using auction prices and character level, but does not significantly enhance understanding beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool returns an AI-optimized farming route with best zone, yield per hour, and path. It distinguishes from sibling tools like auction search or crafting profit analysis by focusing on route optimization.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly notes that the player must manually gather, clarifying that this tool only provides intelligence, not automation. However, it lacks explicit when-to-use vs. alternatives or exclusion criteria.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
wow_guild_roster_analyticsB
Analytics for guild rosters — activity levels, profession coverage, raid readiness, gold-making potential. For guild leaders and officers.
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm slug | |
| guild_name | Yes | Guild name (exact) | |
| analysis_type | No | roster |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, and the description fails to disclose behavioral traits such as whether the tool is read-only, requires authentication, or has rate limits. 'Analytics' implies some computation but is vague.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loading the key purpose and listing categories efficiently. Every word adds value without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema is provided, and the description does not explain what the tool returns (e.g., format, metrics). Given the complexity of analytics, this is a significant gap. No prerequisites or performance hints are mentioned.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 67% (realm and guild_name described, analysis_type only has enum). The description adds meaning by listing the analytics categories, which maps to most enum values, but does not explicitly explain each parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool provides analytics for guild rosters, listing specific categories like activity levels and raid readiness. It distinguishes itself from sibling tools focused on economic tasks.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use this tool vs alternatives. While sibling tools are economic, the description does not clarify when guild roster analytics is appropriate or provide any usage context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
wow_inventory_valuationA
Get real-time valuation of a character's bags, bank, and reagent bank. Returns total net worth, item breakdown, and liquidation recommendations.
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm slug | |
| character | Yes | Character name | |
| include_bank | No | ||
| include_reagents | No | ||
| include_void_storage | No | ||
| valuation_method | No | market_value |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so the description carries full burden. It mentions 'real-time' and returns output types, but does not disclose behavioral traits like authentication needs, rate limits, side effects, or data freshness. It is adequate but not thorough.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences front-loading action and output. No fluff. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 6 parameters, no output schema, and no annotations, the description covers core function and outputs but omits prerequisites (e.g., character must exist), data source reliability, or how valuation_method affects results. Adequate but not complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 33% (only realm and character have descriptions). The description adds meaning for include_bank and include_reagents via 'bags, bank, and reagent bank', but does not explain include_void_storage or valuation_method. It partially compensates for low schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: get real-time valuation of a character's bags, bank, and reagent bank. It specifies outputs: total net worth, item breakdown, and liquidation recommendations. This distinguishes it from sibling tools like auction search or crafting profit analyzer.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for inventory valuation but provides no explicit guidance on when to use vs alternatives (e.g., auction search for market prices) or when not to use. No exclusions or context are given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
wow_item_databaseA
Comprehensive WoW item database search. Stats, drop sources, crafting recipes, vendor prices, disenchant values, and transmog potential.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Item name, partial name, or ID | |
| item_class | No | all | |
| min_ilevel | No | Minimum item level | |
| max_ilevel | No | Maximum item level | |
| expansion | No | all | |
| limit | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears full responsibility for behavioral disclosure. It indicates the tool is a search, but does not specify read-only nature, pagination behavior, rate limits, or error handling. The description is adequate for a basic search tool but lacks depth.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that front-loads the core purpose and lists key capabilities. No extraneous words; every element serves a purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With 6 parameters, no output schema, and no annotations, the description could do more to explain how to effectively use the tool. It summarizes the output value but does not guide parameter usage or describe limits. Adequate for a simple search but not comprehensive.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 50%, meaning three parameters are documented in schema. The description adds context about the kind of information returned (e.g., transmog potential), but does not provide per-parameter guidance or examples. It partially compensates but does not fully bridge the gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it is a 'Comprehensive WoW item database search' and lists specific attributes returned (stats, drop sources, crafting recipes, vendor prices, etc.). This distinguishes it from sibling tools like wow_auction_search or wow_price_history, which focus on different aspects of WoW data.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for item discovery but does not explicitly state when to use this tool over siblings, nor does it mention prerequisites or alternatives. The context of sibling names provides implicit differentiation, but no explicit guidance is given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
wow_market_snapshotA
Get a complete market snapshot for a realm — top movers, trending items, price spikes, volume anomalies. Like a stock market ticker for Azeroth.
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm slug | |
| category | No | Market segment | all |
| top_n | No | Number of top movers to return |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavioral traits. It partially does by listing the types of data returned (top movers, trending items, etc.), indicating it's a read-only operation. However, it does not discuss limitations (e.g., rate limits, real-time vs cached data) or any side effects, leaving some ambiguity.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the core purpose, and uses an effective analogy. Every word adds value with no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description adequately covers the tool's purpose and outputs for a simple tool with three parameters. However, the lack of an output schema means the description should specify the return format more precisely (e.g., array of objects, fields included). It is close to complete but could be slightly more explicit.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema provides descriptions for all three parameters with 100% coverage. The description adds a metaphor but no additional semantic value beyond what the schema already conveys. Baseline score of 3 is appropriate since the schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Get a complete market snapshot for a realm' and lists specific outputs like top movers, trending items, price spikes, volume anomalies. It distinguishes from sibling tools (e.g., wow_auction_search, wow_price_history) by framing it as a broad market overview akin to a stock ticker.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage via the metaphor 'like a stock market ticker for Azeroth', suggesting it's for quick, broad market insights. However, it lacks explicit guidance on when to use this tool versus alternatives (e.g., for detailed item searches or price history) and does not mention when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
wow_price_historyA
Retrieve historical price data for an item on a realm. Returns time-series data with daily/hourly averages, volume trends, and volatility metrics. Powered by the MEOK Gaming Data Moat (HIVE).
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm slug (e.g., 'stormrage-us') | |
| item_id | No | WoW item ID (e.g., 124106 for Fjarnskaggl) | |
| item_name | No | Item name (alternative to item_id) | |
| days | No | History range in days (1-365) | |
| granularity | No | Data granularity: 'hourly', 'daily', 'weekly' | daily |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses the data source (MEOK Gaming Data Moat) and mentions output contents (averages, volume, volatility), but does not disclose rate limits, authentication needs, or whether the tool is read-only. Moderately transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences (19 words), front-loaded with the main purpose, and includes supplementary detail about return types and data source. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 5 parameters, no output schema, and no annotations, the description adequately explains what the tool returns (time-series with averages, volume, volatility) and the data source. It does not detail the return format further, but the schema covers parameters well. Slightly above adequate.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so baseline is 3. The description adds minimal parameter information beyond schema (e.g., hints at granularity via 'daily/hourly' but schema already has enum). No additional semantics for item_id vs item_name or days default.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action (retrieve), resource (historical price data for an item on a realm), and what is returned (time-series data with daily/hourly averages, volume trends, volatility metrics). This distinguishes it from sibling tools like wow_auction_search (current auctions) and wow_market_snapshot (snapshot).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for historical price data but does not explicitly state when to use it versus alternatives, nor does it provide exclusion criteria. The context is clear but lacks explicit guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
wow_token_trackerA
Track WoW Token prices across all regions. Historical data, trend analysis, and optimal buy/sell timing recommendations. Real-money economy intelligence.
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Region to track | all |
| history_days | No | Days of history | |
| include_forecast | No | Include price forecast |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. It discloses it provides 'optimal buy/sell timing recommendations' and 'real-money economy intelligence', indicating read-only analysis. However, lacks explicit statement about non-destructive behavior or permissions needed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three concise sentences, no fluff. Front-loaded with core purpose, then details. Every sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Moderate complexity (3 params, no nested objects). No output schema, but description mentions historical data, trend analysis, and recommendations, providing adequate expectations. Could detail return format, but still sufficient.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with descriptions for all three parameters. Description adds no extra parameter details beyond schema. Baseline 3 is appropriate as schema already documents region, history_days, and include_forecast.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool tracks WoW Token prices across all regions, with historical data and trend analysis. This distinguishes it from siblings like wow_price_history (general items) and wow_market_snapshot (snapshot). Specific verb 'Track' and resource 'WoW Token prices'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Description implies usage for WoW Token economy intelligence but does not explicitly state when to use vs alternatives like wow_price_history or wow_market_snapshot. No exclusions or when-not-to-use guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
10 tool updates
v1.0.0- First observed
wow_auction_search - First observed
wow_crafting_profit_analyzer - First observed
wow_cross_realm_arbitrage - First observed
wow_farming_route_optimizer - First observed
wow_guild_roster_analytics - First observed
wow_inventory_valuation - First observed
wow_item_database - First observed
wow_market_snapshot - First observed
wow_price_history - First observed
wow_token_tracker
TDQS
Each tool targets a specific aspect of WoW economy (auctions, crafting, arbitrage, farming, guild, inventory, item DB, market, history, token). No functional overlaps.
All tools follow a consistent 'wow_[descriptive_name]' pattern with underscore separation. No mixed conventions or camelCase.
10 tools is well-scoped for a WoW economy assistant, covering the main facets without being overwhelming or too sparse.
Covers core economy features (auctions, crafting, market, inventory) but lacks tools for character progression, raiding, or profession management, though these may be out of scope.
Maintenance
Related MCP Connectors
Market intelligence for AI agents. Real-time data, cross-market analysis, and regime detection.
Pre-computed market data that improves agent reasoning, reduces token usage, and replaces pipelines.
TCG oracle: calibrated prices & risk, card-loan terms, AI grading, fantasy souls — proven on-chain.
2312Pay-per-call DeFi and macro intel for AI agents. x402 USDC tools via streamable HTTP /api/mcp.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server providing comprehensive tools to access real-time market data, trading information, user positions, and analytics for the Hyperliquid perpetual futures exchange.5MIT
- AlicenseNot gradedqualityNot gradedmaintenanceProvides comprehensive World of Warcraft guild analytics, player character analysis, and auction house market data through the Blizzard Battle.net API. Supports both Retail and Classic WoW with real-time market insights, guild roster management, and demographic analytics.-
- FlicenseAqualityDmaintenanceCross-game market intelligence and currency conversion across six MMOs, enabling unified searches, portfolio tracking, and farming optimization via MCP.6-
- FlicenseNot gradedqualityCmaintenanceA remote Model Context Protocol (MCP) server for real-time cryptocurrency and stock market analysis. Provides AI-powered market intelligence tools with 9 theory-based analysis engines, multi-chain DEX discovery, and enterprise features.-
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/blizzard-wow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server