{
  "markdown": "# dnd-oracle\n\nD&D 5e SRD MCP server — monster search, spell lookup, encounter building, and character tools powered by ground-truth SRD data.\n\n<p align=\"center\">\n  <a href=\"https://www.npmjs.com/package/dnd-oracle\"><img src=\"https://img.shields.io/npm/v/dnd-oracle.svg\" alt=\"npm version\"></a>\n  <a href=\"https://www.npmjs.com/package/dnd-oracle\"><img src=\"https://img.shields.io/npm/dm/dnd-oracle.svg\" alt=\"npm downloads\"></a>\n  <a href=\"https://nodejs.org\"><img src=\"https://img.shields.io/badge/node-%3E%3D18-brightgreen.svg\" alt=\"Node.js 18+\"></a>\n  <a href=\"https://modelcontextprotocol.io\"><img src=\"https://img.shields.io/badge/MCP-compatible-purple.svg\" alt=\"MCP Compatible\"></a>\n  <a href=\"LICENSE\"><img src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"MIT License\"></a>\n  <a href=\"https://github.com/sponsors/gregario\"><img src=\"https://img.shields.io/badge/sponsor-♥-ea4aaa.svg\" alt=\"Sponsor\"></a>\n  <a href=\"https://glama.ai/mcp/servers/gregario/dnd-oracle\"><img src=\"https://glama.ai/mcp/servers/gregario/dnd-oracle/badges/score.svg\" alt=\"dnd-oracle MCP server\"></a>\n</p>\n\n## What It Does\n\nSearch, browse, and analyze D&D 5e System Reference Document content — no internet required, no hallucination risk. All 20 tools operate on ground-truth SRD data bundled as a SQLite database.\n\n**1,207 entities**: 334 monsters, 319 spells, 237 equipment items, 239 magic items, 12 classes, 9 races, 15 conditions, 33 rule sections, 9 rollable tables.\n\n## Tools\n\n### Reference (6)\n\n| Tool | Description |\n|------|-------------|\n| `search_monsters` | Full-text search with CR, type, size, alignment filters. Returns full stat blocks. |\n| `search_spells` | Search by level, school, class, concentration, ritual, damage type, save type. |\n| `search_equipment` | Search weapons, armor, gear, and magic items. Filter by properties, rarity. |\n| `browse_classes` | View class features at any level. Multiclass feature combination calculator. |\n| `browse_races` | View race traits, ability bonuses, subraces. |\n| `search_rules` | Search rules text and condition references. |\n\n### Analytical (14)\n\n| Tool | Description |\n|------|-------------|\n| `build_encounter` | Calculate XP budgets by difficulty. Suggests monster combinations within budget. |\n| `suggest_encounter` | Tactically interesting encounters with monster role inference and synergy notes. |\n| `plan_spells` | Available spells for class/level. Slot tracking, concentration flags, ritual highlights, component costs. |\n| `compare_monsters` | Side-by-side stat comparison of 2-3 monsters. |\n| `check_resistances` | Consolidated resistance/immunity matrix for a group of monsters. Party damage gap warnings. |\n| `analyze_loadout` | Total weight, cost, AC breakdown, encumbrance status from equipment list. |\n| `magic_item_attunement` | Attunement slot analysis with over-limit warnings and restriction checks. |\n| `build_character` | Full character sheet from race + class + level + ability scores. HP, saves, DC, features. |\n| `analyze_party` | Party composition audit: saving throw coverage, role balance, darkvision, languages. |\n| `simulate_damage` | Average DPR calculator with hit probability, crit math, AC sensitivity, turns-to-kill. |\n| `rest_calculator` | What recovers on short vs. long rest for any class at any level. |\n| `travel_calculator` | Overland travel time with pace, terrain, mounts, and forced march rules. |\n| `plan_adventuring_day` | Daily XP budget, encounter sequencing, resource pacing, rest placement. |\n| `roll_table` | Roll on SRD random tables: madness, poisons, diseases, Acolyte personality traits. |\n\n## Install\n\n### Claude Desktop\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"dnd-oracle\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"dnd-oracle\"]\n    }\n  }\n}\n```\n\n### Claude Code\n\n```bash\nclaude mcp add dnd-oracle -- npx -y dnd-oracle\n```\n\n## Data Source\n\nThis product includes material from the **System Reference Document 5.1**, Copyright 2016, Wizards of the Coast, Inc. Licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/).\n\nData sourced from [5e-bits/5e-database](https://github.com/5e-bits/5e-database).\n\n## License\n\nMIT\n",
  "bytes": 4216,
  "sha": "911b9fc6b8a7073324a96b276e69e902ac84c86d00575806e67d67840603365b",
  "repo_slug": "gregario/dnd-oracle",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_gregario_dnd_oracle_e4a61cb2/readme"
}