Heroic Adventures MCP
MCP server for Heroic Adventures 2nd Edition game mastering
MCPTypeScriptNetlifystatic-mcpify
About
Heroic Adventures MCP is a static-mcpify powered Model Context Protocol server that exposes structured Heroic Adventures rulebook content as tools for AI clients. It is deployed on Netlify and provides both a landing site and an MCP endpoint.
Features
- Exposes chapter, rule, skill, and agent content via auto-generated MCP tools
- Serves binary assets with helper tools for listing and retrieval
- Ships with local smoke-test curl commands for MCP validation
- Single deploy target for static site plus serverless MCP endpoint
- Simple content authoring model using data.json and markdown files
Get Started
Install
npm install
Develop
npm start
Build
npm run build