MCP Hub
Back to servers

mhw

MHW MCP — Monster Hunter World data (mhw-db.com, free, no auth)

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-mhw

MCP server for Monster Hunter World game data via mhw-db.com. Free, no authentication required.

Tools

ToolDescription
get_monstersList monsters with type, species, elements, ailments, and weaknesses
get_weaponsList weapons, optionally filtered by weapon type
get_armorList armor pieces with type, rank, defense, resistances, and slots
get_skillsList skills with descriptions and rank-level details

Quickstart via Pipeworx Gateway

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "mhw__get_monsters",
      "arguments": { "limit": 5 }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review