npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

dnd-oracle

v0.2.0

Published

D&D 5e SRD MCP server — monster search, spell lookup, encounter building, and character tools powered by ground-truth SRD data

Downloads

349

Readme

dnd-oracle

D&D 5e SRD MCP server — monster search, spell lookup, encounter building, and character tools powered by ground-truth SRD data.

What It Does

Search, 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.

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.

Tools

Reference (6)

| Tool | Description | |------|-------------| | search_monsters | Full-text search with CR, type, size, alignment filters. Returns full stat blocks. | | search_spells | Search by level, school, class, concentration, ritual, damage type, save type. | | search_equipment | Search weapons, armor, gear, and magic items. Filter by properties, rarity. | | browse_classes | View class features at any level. Multiclass feature combination calculator. | | browse_races | View race traits, ability bonuses, subraces. | | search_rules | Search rules text and condition references. |

Analytical (14)

| Tool | Description | |------|-------------| | build_encounter | Calculate XP budgets by difficulty. Suggests monster combinations within budget. | | suggest_encounter | Tactically interesting encounters with monster role inference and synergy notes. | | plan_spells | Available spells for class/level. Slot tracking, concentration flags, ritual highlights, component costs. | | compare_monsters | Side-by-side stat comparison of 2-3 monsters. | | check_resistances | Consolidated resistance/immunity matrix for a group of monsters. Party damage gap warnings. | | analyze_loadout | Total weight, cost, AC breakdown, encumbrance status from equipment list. | | magic_item_attunement | Attunement slot analysis with over-limit warnings and restriction checks. | | build_character | Full character sheet from race + class + level + ability scores. HP, saves, DC, features. | | analyze_party | Party composition audit: saving throw coverage, role balance, darkvision, languages. | | simulate_damage | Average DPR calculator with hit probability, crit math, AC sensitivity, turns-to-kill. | | rest_calculator | What recovers on short vs. long rest for any class at any level. | | travel_calculator | Overland travel time with pace, terrain, mounts, and forced march rules. | | plan_adventuring_day | Daily XP budget, encounter sequencing, resource pacing, rest placement. | | roll_table | Roll on SRD random tables: madness, poisons, diseases, Acolyte personality traits. |

Install

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "dnd-oracle": {
      "command": "npx",
      "args": ["-y", "dnd-oracle"]
    }
  }
}

Claude Code

claude mcp add dnd-oracle -- npx -y dnd-oracle

Data Source

This product includes material from the System Reference Document 5.1, Copyright 2016, Wizards of the Coast, Inc. Licensed under CC-BY-4.0.

Data sourced from 5e-bits/5e-database.

License

MIT