An MCP (Model Context Protocol) server that wraps the **ThreeHats Foundry VTT REST API relay**, so an LLM agent (Claude Code / Claude Desktop) can author and manage Foundry VTT content — primarily **creating D&D 5e creatures** — through native MCP tools instead of raw HTTP calls. > **Status:** V1 implemented. The stdio MCP server lives under [`src/`](./src) with unit tests under [`test/`](./test). See **[Install & configure](#install--configure)** below to run it. The original plan that drove th