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

MythxEngine

NPM · @MYTHXENGINE/MCP-SERVER · 2 COMPONENTS · SCANNED SEP 21

Tabletop RPG engine over MCP: dice, combat, stress, clocks, world generation, four bundled worlds

0 this week 87 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 97 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to protoLabsAI/mythx-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 31 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability47
  • 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 12305 tokens (~75/item across 164 items; 158 tools + 6 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
  • Stability observed for 29 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
  • 99% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 10 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "remove_condition" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 159 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the MythxEngine MCP server?

MythxEngine runs locally as an npm package, launched with npx -y @mythxengine/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @mythxengine/mcp-server

# add to Claude Code
claude mcp add protolabsai-mythxengine -- npx -y @mythxengine/mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "protolabsai-mythxengine": {
      "command": "npx",
      "args": [
        "-y",
        "@mythxengine/mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "protolabsai-mythxengine": {
      "command": "npx",
      "args": [
        "-y",
        "@mythxengine/mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add protolabsai-mythxengine -- npx -y @mythxengine/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "protolabsai-mythxengine": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@mythxengine/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add protolabsai-mythxengine --command npx --arg -y --arg @mythxengine/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  protolabsai-mythxengine:
    command: "npx"
    args: ["-y", "@mythxengine/mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "protolabsai-mythxengine": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@mythxengine/mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add protolabsai-mythxengine -t stdio -c npx -a -y @mythxengine/mcp-server
// mcp.json
{
  "mcpServers": {
    "protolabsai-mythxengine": {
      "command": "npx",
      "args": [
        "-y",
        "@mythxengine/mcp-server"
      ]
    }
  }
}
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.

  • 19 Sept 26 +1

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

  • 17 Sept 26 +1

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

  • 16 Sept 26 −3
    • Stability: pass → 0.83 functional
  • 15 Sept 26 +1
    • Stability: 0.97 → pass security
  • 13 Sept 26 +1

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

  • 11 Sept 26 +1

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

  • 9 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 8 Sept 26 +1
    • Stability: 0.97 → pass security
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 20 Sept 2026 · Analysed npm/@mythxengine/mcp-server@0.3.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo protoLabsAI/mythx-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/protoLabsAI/mythx-mcp/.github/workflows/release.yml@refs/tags/v0.3.0
Rekor log index 2148358974
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:76d0217672d7803fdb6639fbbe58ea06794d12571f3cbf4ca78491690cbd6d7554fcae41ea3eb7cd6e8873ffa915ff4bd9d457a393bd78aa1cfb9c608

Background: How many MCP packages publish verified provenance →

Dependencies 97 packages
Packages resolved 97
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 158 exposed · ~12,266 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
update_companion_state ~243

Update an AI companion's internal state (loyalty, mood, grievances, memories). Call after events that would plausibly affect the companion's attitude toward the party.

NameTypeReqDescription
characterIdstringyesThe AI companion's character ID
fireTriggerstringID of a loyalty trigger that was fired — marks it as fired and applies its effect
hiddenAgendastring|nullSet or clear the companion's hidden agenda
loyaltyDeltanumberChange to party loyalty (negative = losing trust, positive = gaining trust)
moodShiftstringNew mood descriptor for the companion
newAdmirationstringSomething the companion now admires
newDisagreementstringA new active disagreement
newGrievancestringA new grievance the companion is holding
newMemoryobjectA new memory to record (always marked unresolved)
playerLoyaltyDeltaobjectPer-player trust changes keyed by player ID
reasonstringWhy the loyalty changed — used in narrative context
sessionIdstringyesSession ID

No output schema declared.

No examples provided.

update_investigation_status ~51

Mark an investigation as solved, cold, or abandoned.

NameTypeReqDescription
investigationIdstringyesInvestigation ID
sessionIdstringyesSession ID
statusstringyesNew status

No output schema declared.

No examples provided.

update_pacing_state ~119

Update narrative pacing state after each beat. Track tension level, phase transitions, and spotlight rotation to maintain balanced storytelling.

NameTypeReqDescription
incrementBeatbooleanIncrement the scene beat count (call after each narrative beat)
phasestringShift the narrative phase (omit to keep current phase)
sessionIdstringyesSession ID
spotlightPlayerIdstringRecord that this player received spotlight this beat
tensionDeltanumberAdjust tension level by this amount (positive = more tension, negative = less)

No output schema declared.

No examples provided.

update_player ~107

Update a player's status, name, controlType, or AI persona

NameTypeReqDescription
aiPersonaobjectUpdate AI persona (for AI players)
characterIdstring|nullNew character ID (or null to unlink)
controlTypestringSwitch between human and AI control
namestringNew display name
playerIdstringyesPlayer ID
sessionIdstringyesSession ID
statusstringNew status

No output schema declared.

No examples provided.

update_relationship ~196

Record an interaction and update NPC relationship. Automatically adjusts attitude based on impact.

NameTypeReqDescription
actingCharacterIdstringCharacter ID of the PC who caused this interaction (tracks per-PC attitudes)
addFearsarrayAdd fears
addKnowsarrayAdd to what NPC knows
addOwesarrayAdd debts/favors
addWantsarrayAdd wants
attitudeChangestringExplicit attitude override (optional)
impactstringyesHow this affected the relationship
interactionstringyesDescription of what happened
npcIdstringyesNPC ID
removeFearsarrayRemove fears
removeKnowsarrayRemove from knows
removeOwesarrayRemove debts
removeWantsarrayRemove wants
sessionIdstringyesSession ID

No output schema declared.

No examples provided.

upgrade_inventory ~112

Convert a character from narrative to itemized inventory mode. Enables full item tracking with stats, equipment slots, gold, and weight/encumbrance.

NameTypeReqDescription
characterIdstringyesCharacter ID to upgrade
maxSlotsintegerMaximum inventory slots
maxWeightnumberMaximum carry weight
preserveNarrativebooleanKeep narrative equipment as reference (stored in narrative field)
sessionIdstringyesSession ID
startingGoldintegerStarting gold amount

No output schema declared.

No examples provided.

use_item ~87

Use a consumable item. Applies healing or effects, decrements uses, and removes item when depleted.

NameTypeReqDescription
characterIdstringyesCharacter ID using the item
itemIdstringyesItem instance ID to use
sessionIdstringyesSession ID
targetCharacterIdstringTarget character ID (for items that affect others). Defaults to self.

No output schema declared.

No examples provided.

validate_world_pack ~52

Check a world pack for completeness, consistency, and broken references.

NameTypeReqDescription
packIdstringPack ID (if validating saved pack)
sessionIdstringSession ID (if validating from session)

No output schema declared.

No examples provided.

Common questions

What is the MythxEngine MCP server?

MythxEngine is an MCP server listed in the public MCP registry as io.github.protoLabsAI/mythxengine. Tabletop RPG engine over MCP: dice, combat, stress, clocks, world generation, four bundled worlds. This page covers its npm package (@mythxengine/mcp-server).

Is the MythxEngine MCP server safe to use?

MythxEngine scores 87 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the MythxEngine MCP server expose?

MythxEngine exposes 158 tools: roll_dice, roll_test, roll_custom_test, get_character, create_character, and 153 more. Their descriptions and schemas cost roughly 12,266 tokens of context every time the server is loaded.

Is the MythxEngine MCP server still maintained?

MythxEngine is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the MythxEngine MCP server under?

MythxEngine declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.