Monster Hunter World (Unofficial OpenAPI)
This OpenAPI document was generated from the public docs at https://docs.mhw-db.com
🐲 Monster Hunter World MCP
The Monster Hunter World MCP transforms the community-driven MHW-DB API into a conversational service for AI Agents. It provides a structured encyclopedia of monsters, weapons, armor, skills, items, and more from Monster Hunter: World. Now, instead of combing through wikis or spreadsheets, you (or your AI assistant) can query the game’s data instantly in natural language.
Thanks to XPack, the API is wrapped as an MCP service, making it usable in chatbots, gaming tools, or AI-powered hunting companions.
📚 API Features
👹 Monsters
- Endpoints:
/monsters,/monsters/{id} - Get full monster data: ecology, weaknesses, resistances, hitzones, rewards.
- Useful for planning hunts or building AI monster guides.
⚔ Weapons
- Endpoints:
/weapons,/weapons/{id} - Covers all weapon types (Great Sword, Dual Blades, Bowguns, etc.).
- Includes attack values, affinity, elemental damage, crafting trees, and upgrade paths.
🛡 Armor & Sets
- Endpoints:
/armor,/armor/{id},/armor/sets,/armor/sets/{id} - Retrieve armor pieces and full sets with defense stats, slots, resistances, and skills.
- Perfect for theorycrafting optimized builds.
🎯 Skills
- Endpoints:
/skills,/skills/{id} - Browse all armor skills, levels, and descriptions.
- Example: “What does Attack Boost Lv5 provide?”
🔮 Charms & Decorations
- Endpoints:
/charms,/charms/{id},/decorations,/decorations/{id} - Access talismans and jewels, including skill boosts and rarity.
- Ideal for min-maxing or planning endgame builds.
🧰 Items
- Endpoints:
/items,/items/{id} - Search consumables, crafting materials, traps, ammunition, and their uses.
- Example: “What are the uses of Monster Bone+?”
🌍 Locations
- Endpoints:
/locations,/locations/{id} - Explore zones like Ancient Forest or Elder’s Recess.
- Includes gathering nodes and item drops by area.
🎉 Events
- Endpoints:
/events,/events/{id} - View limited-time quests and event missions.
⚡ Combat Data
- Ailments (
/ailments,/ailments/{id}): Poison, Paralysis, Sleep, etc. - Motion Values (
/motion-values,/motion-values/{weaponType}): Weapon-specific attack multipliers, key for DPS calculations.
🚀 Example Use Cases
- 🎮 Hunters: Ask “What is Nergigante weak to?” or “Show me the crafting tree for Great Sword.”
- 📊 Tool Developers: Build apps that recommend gear sets based on monsters.
- 🤖 Community Bots: Add instant in-chat lookups for monster weaknesses or armor skills.
- 🎓 Educators/Analysts: Study balancing, skill scaling, and weapon motion values.
⚡ Powered by XPack
The raw MHW-DB API is rich but requires direct JSON queries. With XPack, it becomes a fully conversational MCP service—so instead of API calls, you can say:
- “List all monsters in Elder’s Recess.”
- “What armor sets give Handicraft skill?”
- “How much affinity does Rathalos armor provide?”
And just like MHW-DB, your own API can also:
- 🚀 Be converted into MCP in minutes
- ⚡ Plug seamlessly into AI assistants and gaming tools
- 🌍 Join the growing XPack ecosystem where APIs become AI-ready services
👉 The Monster Hunter World MCP shows how complex game databases can transform into interactive hunting companions with XPack. Learn more at XPack.
{
"mcpServers": {
"xpack-mcp-market": {
"type": "sse",
"autoApprove":"all",
"url": "?authkey={Your-Monster Hunter Wilds MCP-Auth-Key}"
}
}
}