get_weapons
ActiveTool of mhw
declared in 0.1.0
Browse Monster Hunter World weapons by type (e.g., 'Great Sword', 'Bow', 'Hammer'). Returns damage, elements, and rarity to match your playstyle.
Parameters schema
{
"type": "object",
"examples": [
{
"type": "great-sword",
"limit": 15
},
{
"type": "bow"
}
],
"properties": {
"type": {
"type": "string",
"description": "Filter by weapon type. One of: great-sword, sword-and-shield, dual-blades, long-sword, hammer, hunting-horn, lance, gunlance, switch-axe, charge-blade, insect-glaive, light-bowgun, heavy-bowgun, bow. Omit to return all types."
},
"limit": {
"type": "number",
"description": "Maximum number of weapons to return. Defaults to 20."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mhw
https://github.com/pipeworx-io/mcp-mhw
1/7 registries