
Warhammer Oracle
Expose Warhammer 40,000 and Kill Team rules, stats, and game-flow references to your coding agent while building reference apps or tabletop assistants.
Overview
Warhammer Oracle is a Build-phase MCP server that supplies Warhammer 40K and Kill Team rules, stats, and game-flow data to LLM agents via stdio tools.
What is this MCP server?
- Covers Warhammer 40K and Kill Team rules, unit stats, and game-flow context for tool use
- Designed as an LLM-facing oracle so agents answer tabletop questions with server-backed lookups
- npm package warhammer-oracle v0.1.1 with stdio MCP transport
- Open-source repo gregario/warhammer-oracle for customization and local hosting
- MCP protocol bridge—not a licensed official Games Workshop product or VTT replacement
- Server version 0.1.1
- npm identifier warhammer-oracle
- Two game systems named: Warhammer 40K and Kill Team
Community signal: 4 GitHub stars.
What problem does it solve?
Tabletop builders waste time when agents confabulate wounds, abilities, and sequence steps without a structured rules oracle.
Who is it for?
Solo devs building WH40K or Kill Team reference bots, list helpers, or lore tools on top of MCP-enabled agents.
Skip if: Groups that need an official GW digital rules subscription, licensed artwork, or a full virtual tabletop with maps and dice physics.
What do I get? / Deliverables
Once warhammer-oracle is registered, your agent can ground 40K and Kill Team answers in MCP tool output you control in the IDE.
- stdio MCP server exposing Warhammer 40K and Kill Team oracle tools
- Agent flows that query rules and stats instead of free-form guessing
- Hook for campaign apps, list builders, or narrative assistants in your stack
Recommended MCP Servers
Journey fit
Warhammer Oracle belongs in Build because it connects LLM clients to structured wargame rules during implementation. Integrations is the right shelf for an npm stdio MCP that supplies rules corpora to agents—not a one-off landing page or ship-time security scan.
How it compares
Rules-and-stats MCP oracle for agents, not a battle simulator skill or official Games Workshop app.
Common Questions / FAQ
Who is warhammer-oracle for?
Developers and hobbyists wiring Claude Code or Cursor to structured Warhammer 40K and Kill Team references while building companion software or content.
When should I use warhammer-oracle?
During Build integrations when your agent must cite rules, stats, or game flow for 40K or Kill Team instead of generating fiction.
How do I add warhammer-oracle to my agent?
Add the npm warhammer-oracle server (v0.1.1, stdio) to your MCP configuration, restart the client, and expose the oracle tools in your agent prompts.