Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.gregario/warhammer-oracle

NPM · WARHAMMER-ORACLE · SCANNED AUG 3

Warhammer 40K and Kill Team rules, stats, and game flow MCP server

Available components

+24 this week 70 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (103 of 107), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (103 of 107), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 611 tokens (~101/item across 6 items; 6 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · warhammer-oracle

# add to Claude Code
claude mcp add gregario-warhammer-oracle -- npx -y warhammer-oracle
# add to Codex CLI
codex mcp add gregario-warhammer-oracle -- npx -y warhammer-oracle
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "gregario-warhammer-oracle": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "warhammer-oracle"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add gregario-warhammer-oracle --command npx --arg -y --arg warhammer-oracle
# ~/.hermes/config.yaml
mcp_servers:
  gregario-warhammer-oracle:
    command: "npx"
    args: ["-y", "warhammer-oracle"]
// mcp.json
{
  "mcpServers": {
    "gregario-warhammer-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "warhammer-oracle"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +48
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Security disclosure: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • Stability: unverified → 0.23 functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Licence: MIT functional
  • 1 Aug 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 +2
    • Malware scan: pass → unverified security
    • Dependency health: partial → unverified functional
    • Tool coverage: unverified → 100 functional
  • 30 Jul 26 −20
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 103 packages

103 packages in the resolved dependency tree · 103 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 6 exposed · ~611 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
compare_units ~91

Compare 2-4 Warhammer 40K units or Kill Team operatives side by side. Shows stats, weapons, abilities, and keywords for each.

NameTypeReqDescription
game_modestringGame mode: '40k' (default) compares 40K units, 'kill_team' compares Kill Team operatives
unitsarrayyesUnit/operative names to compare (2-4 names)

No output schema declared.

No examples provided.

game_flow ~87

Show the full turn sequence for a game mode, or highlight the current phase and what comes next.

NameTypeReqDescription
current_phasestringName of the phase you're currently in (e.g. 'Shooting', 'Command'). If omitted, shows the full turn sequence overview.
game_modestringGame mode (default: 40k). Use kill_team for Kill Team phases.

No output schema declared.

No examples provided.

lookup_keyword ~89

Look up a Warhammer 40K keyword or rule. Returns the official definition, a plain English explanation, examples, and applicable game modes.

NameTypeReqDescription
game_modestringOptional game mode filter — only show keywords applicable to this mode
keywordstringyesName or partial name of the keyword to look up (e.g. 'Devastating Wounds', 'Feel No Pain')

No output schema declared.

No examples provided.

lookup_phase ~88

Look up a game phase by name. Returns step-by-step instructions and tips for the phase in the specified game mode.

NameTypeReqDescription
game_modestringGame mode (default: 40k). Use kill_team for Kill Team phases.
phase_namestringyesName or partial name of the phase to look up (e.g. 'Shooting', 'Command', 'Firefight')

No output schema declared.

No examples provided.

lookup_unit ~113

Look up a Warhammer 40K unit or Kill Team operative datasheet by name. Returns stats, weapons, abilities, and keywords.

NameTypeReqDescription
factionstringOptional faction name to narrow results (e.g. 'Chaos Space Marines', 'Astartes')
game_modestringGame mode: '40k' (default) searches 40K units, 'kill_team' searches Kill Team operatives
unit_namestringyesName or partial name of the unit to search for

No output schema declared.

No examples provided.

search_units ~143

Search Warhammer 40K units or Kill Team operatives by name, faction, or keywords. Returns a compact list of matching results (max 10).

NameTypeReqDescription
factionstringOptional faction filter to narrow results (e.g. 'Necrons', 'Aeldari')
game_modestringGame mode: '40k' (default) searches 40K units, 'kill_team' searches Kill Team operatives
max_pointsnumberOptional max points filter — only return units costing this many points or fewer (40K only)
querystringyesSearch query — matches against name, faction, and keywords

No output schema declared.

No examples provided.