@pipeworx/dnd5e
Connect: https://gateway.pipeworx.io/dnd5e/mcp · Install: one-click buttons
No MCP client? Skip the connection: POST https://gateway.pipeworx.io/v1/tools/search_packs {"query":"..."} to find a tool below, GET /v1/tools/<name> for its schema, POST the same URL with arguments for the data — see For AI agents.
Tools: 4
Tools
- get_spell — Get spell details including damage, range, duration, components, and effects. Provide spell index (e.g., “fireball”, “magic-missile”, “cure-wounds”). Returns damage dice, range, casting time, and effe
- get_monster — Get monster stats including AC, HP, abilities, skills, senses, and actions. Provide monster index (e.g., “aboleth”, “dragon-red-adult”, “goblin”). Returns ability scores, skill bonuses, and attack/act
- get_class — Get class features, hit dice, proficiencies, and advancement tables. Provide class index (e.g., “barbarian”, “wizard”, “rogue”). Returns feature progression, proficiency gains, and subclass options.
- list_spells — Search D&D 5e spells by name or level. Returns spell indices, names, and levels for use with get_spell to fetch full details.
Tools
get_class— Get class features, hit dice, proficiencies, and advancement tables. Provide class index (e.g., barbarian , wizard , rogue ). Returns feature progression, proficiency gains, and subclass options.get_monster— Get monster stats including AC, HP, abilities, skills, senses, and actions. Provide monster index (e.g., aboleth , dragon-red-adult , goblin ). Returns ability scores, skill bonuses, and attack/actionget_spell— Get spell details including damage, range, duration, components, and effects. Provide spell index (e.g., fireball , magic-missile , cure-wounds ). Returns damage dice, range, casting time, and effectlist_spells— Search D&D 5e spells by name or level. Returns spell indices, names, and levels for use with get_spell to fetch full details.