MythxEngine
NPM · @MYTHXENGINE/MCP-SERVER · 2 COMPONENTS · SCANNED AUG 4
Tabletop RPG engine over MCP: dice, combat, stress, clocks, world generation, four bundled worlds
Available components
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 (96 of 100), 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 (96 of 100), so this covers what we could see, not the whole tree. 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 22 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability44
- 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 Management23
- Stability observed for 7 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
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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 · @mythxengine/mcp-server
claude mcp add protolabsai-mythxengine -- npx -y @mythxengine/mcp-server
codex mcp add protolabsai-mythxengine -- npx -y @mythxengine/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"protolabsai-mythxengine": {
"type": "local",
"command": [
"npx",
"-y",
"@mythxengine/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add protolabsai-mythxengine --command npx --arg -y --arg @mythxengine/mcp-server
mcp_servers:
protolabsai-mythxengine:
command: "npx"
args: ["-y", "@mythxengine/mcp-server"] {
"mcpServers": {
"protolabsai-mythxengine": {
"command": "npx",
"args": [
"-y",
"@mythxengine/mcp-server"
]
}
}
} 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 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +67
- Install scripts: unverified → pass ▲ security
- Provenance: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- The attested source repository moved: protoLabsAI/mythx-mcp security
- Schema quality: unverified → good ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Schema quality: unverified → 0 ▲ functional
- Dependency health: unverified → partial ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: MIT functional
- 31 Jul 26 −21
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 44
First indexed and scored.
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/@mythxengine/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- 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
- Discovery method:
- attestation_endpoint
Dependencies 96 packages
96 packages in the resolved dependency tree · 96 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| characterId | string | yes | The AI companion's character ID |
| fireTrigger | string | — | ID of a loyalty trigger that was fired — marks it as fired and applies its effect |
| hiddenAgenda | string|null | — | Set or clear the companion's hidden agenda |
| loyaltyDelta | number | — | Change to party loyalty (negative = losing trust, positive = gaining trust) |
| moodShift | string | — | New mood descriptor for the companion |
| newAdmiration | string | — | Something the companion now admires |
| newDisagreement | string | — | A new active disagreement |
| newGrievance | string | — | A new grievance the companion is holding |
| newMemory | object | — | A new memory to record (always marked unresolved) |
| playerLoyaltyDelta | object | — | Per-player trust changes keyed by player ID |
| reason | string | — | Why the loyalty changed — used in narrative context |
| sessionId | string | yes | Session ID |
No output schema declared.
No examples provided.
update_investigation_status ~51
Mark an investigation as solved, cold, or abandoned.
| Name | Type | Req | Description |
|---|---|---|---|
| investigationId | string | yes | Investigation ID |
| sessionId | string | yes | Session ID |
| status | string | yes | New 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.
| Name | Type | Req | Description |
|---|---|---|---|
| incrementBeat | boolean | — | Increment the scene beat count (call after each narrative beat) |
| phase | string | — | Shift the narrative phase (omit to keep current phase) |
| sessionId | string | yes | Session ID |
| spotlightPlayerId | string | — | Record that this player received spotlight this beat |
| tensionDelta | number | — | Adjust 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
| Name | Type | Req | Description |
|---|---|---|---|
| aiPersona | object | — | Update AI persona (for AI players) |
| characterId | string|null | — | New character ID (or null to unlink) |
| controlType | string | — | Switch between human and AI control |
| name | string | — | New display name |
| playerId | string | yes | Player ID |
| sessionId | string | yes | Session ID |
| status | string | — | New status |
No output schema declared.
No examples provided.
update_relationship ~196
Record an interaction and update NPC relationship. Automatically adjusts attitude based on impact.
| Name | Type | Req | Description |
|---|---|---|---|
| actingCharacterId | string | — | Character ID of the PC who caused this interaction (tracks per-PC attitudes) |
| addFears | array | — | Add fears |
| addKnows | array | — | Add to what NPC knows |
| addOwes | array | — | Add debts/favors |
| addWants | array | — | Add wants |
| attitudeChange | string | — | Explicit attitude override (optional) |
| impact | string | yes | How this affected the relationship |
| interaction | string | yes | Description of what happened |
| npcId | string | yes | NPC ID |
| removeFears | array | — | Remove fears |
| removeKnows | array | — | Remove from knows |
| removeOwes | array | — | Remove debts |
| removeWants | array | — | Remove wants |
| sessionId | string | yes | Session 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.
| Name | Type | Req | Description |
|---|---|---|---|
| characterId | string | yes | Character ID to upgrade |
| maxSlots | integer | — | Maximum inventory slots |
| maxWeight | number | — | Maximum carry weight |
| preserveNarrative | boolean | — | Keep narrative equipment as reference (stored in narrative field) |
| sessionId | string | yes | Session ID |
| startingGold | integer | — | Starting 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.
| Name | Type | Req | Description |
|---|---|---|---|
| characterId | string | yes | Character ID using the item |
| itemId | string | yes | Item instance ID to use |
| sessionId | string | yes | Session ID |
| targetCharacterId | string | — | Target 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.
| Name | Type | Req | Description |
|---|---|---|---|
| packId | string | — | Pack ID (if validating saved pack) |
| sessionId | string | — | Session ID (if validating from session) |
No output schema declared.
No examples provided.