← doungim.com
INDIVIDUAL MCP TOOL
get_spell
Fetch the full D&D 5e spell entry (stat block + description + editorial lore) by slug.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.doungim-com]
url = "https://www.doungim.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"doungim-com": {
"type": "http",
"url": "https://www.doungim.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: doungim-com
Remote MCP URL: https://www.doungim.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"doungim-com": {
"url": "https://www.doungim.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"doungim-com": {
"type": "http",
"url": "https://www.doungim.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "doungim-com",
"transport": "streamable-http",
"url": "https://www.doungim.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_dnd— Search the entire Doungim D&D 5e library — spells, monsters, magic items, and NPCs.get_monster— Fetch a D&D 5e monster entry by slug.get_magic_item— Fetch a D&D 5e magic item entry by slug.get_npc— Fetch a Doungim pre-built D&D NPC stat block by slug.get_encounter_table— Fetch a Doungim D&D random encounter table for a given location and dice tier.list_encounter_locations— List all 41 encounter locations Doungim covers (forest, tavern, dungeon, planar, …).get_faq— Fetch the FAQ Q/A pairs for a single D&D entity (spell / monster / magic_item) by slug.