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.alxpark/propresenter-mcp

NPM · @ALXPARK/PROPRESENTER-MCP · SCANNED AUG 4

ProPresenter 7 MCP server

+43 this week 69 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 Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 4997 tokens (~28/item across 177 items; 177 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability observed for 9 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 · @alxpark/propresenter-mcp

# add to Claude Code
claude mcp add alxpark-propresenter-mcp -- npx -y @alxpark/propresenter-mcp
# add to Codex CLI
codex mcp add alxpark-propresenter-mcp -- npx -y @alxpark/propresenter-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "alxpark-propresenter-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@alxpark/propresenter-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add alxpark-propresenter-mcp --command npx --arg -y --arg @alxpark/propresenter-mcp
# ~/.hermes/config.yaml
mcp_servers:
  alxpark-propresenter-mcp:
    command: "npx"
    args: ["-y", "@alxpark/propresenter-mcp"]
// mcp.json
{
  "mcpServers": {
    "alxpark-propresenter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@alxpark/propresenter-mcp"
      ]
    }
  }
}
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.

  • 4 Aug 26 +1

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

  • 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 +47
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Security disclosure: fail → 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
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 1 Aug 26 −14
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Security disclosure: unverified → fail functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 −14
    • 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 −30
    • Malware scan: pass → unverified security
    • Known CVEs: partial → unverified security
    • Dependency health: partial → unverified functional
  • 29 Jul 26 +52
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → good functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 28 Jul 26 −20
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
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 4 Aug 2026 · Analysed npm/@alxpark/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

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

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

MCP tools — 177 exposed · ~4,997 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
announcement_focus_active ~16

Focus the currently active announcement presentation

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

announcement_get_active ~16

Get the currently active announcement presentation

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

announcement_get_slide_index ~22

Get the index of the current slide within the active announcement

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

announcement_get_timeline_status ~21

Get the current timeline status of the active announcement

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

announcement_timeline_operation ~36

Perform timeline operation (play, pause, rewind) on active announcement

NameTypeReqDescription
operationstringyesThe timeline operation to perform

No output schema declared.

No examples provided.

announcement_trigger_active ~20

Retrigger the currently active announcement (starts from beginning)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

announcement_trigger_cue ~38

Trigger a specific cue by index in the active announcement

NameTypeReqDescription
indexnumberyesThe index of the cue to trigger (0-based)

No output schema declared.

No examples provided.

announcement_trigger_next ~18

Trigger the next cue in the active announcement

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

announcement_trigger_previous ~18

Trigger the previous cue in the active announcement

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

audio_focus_active_playlist ~16

Focus the active audio playlist

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

audio_focus_next_playlist ~16

Focus the next audio playlist

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

audio_focus_playlist ~30

Focus a specific audio playlist

NameTypeReqDescription
playlistIdstringyesThe ID of the playlist to focus

No output schema declared.

No examples provided.

audio_focus_previous_playlist ~16

Focus the previous audio playlist

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

audio_get_active_playlist ~17

Get the currently active audio playlist

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

audio_get_focused_playlist ~18

Get the currently focused audio playlist

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

audio_get_playlist ~55

Get all items in a specific audio playlist

NameTypeReqDescription
playlistIdstringyesThe ID of the playlist (UUID, name, or index)
startnumberOptional starting index for pagination (default: 0)

No output schema declared.

No examples provided.

audio_get_playlist_updates ~43

Subscribe to updates for a specific audio playlist (chunked response)

NameTypeReqDescription
playlistIdstringyesThe ID of the playlist (UUID, name, or index)

No output schema declared.

No examples provided.

audio_get_playlists ~19

Get a list of all configured audio playlists

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

audio_trigger_active_next ~19

Trigger the next item in the active playlist

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

audio_trigger_active_playlist ~20

Trigger the active audio playlist (restart from beginning)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

audio_trigger_active_previous ~19

Trigger the previous item in the active playlist

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

audio_trigger_focused_next ~20

Trigger the next item in the focused playlist

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

audio_trigger_focused_playlist ~17

Trigger the focused audio playlist

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

audio_trigger_focused_previous ~20

Trigger the previous item in the focused playlist

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

audio_trigger_playlist ~30

Trigger a specific audio playlist

NameTypeReqDescription
playlistIdstringyesThe ID of the playlist to trigger

No output schema declared.

No examples provided.

audio_trigger_playlist_item ~47

Trigger a specific item in a specific playlist

NameTypeReqDescription
itemIdstringyesThe ID of the item to trigger
playlistIdstringyesThe ID of the playlist

No output schema declared.

No examples provided.

capture_get_encodings ~35

Get available capture encodings for a specific type

NameTypeReqDescription
typestringyesThe capture type to get encodings for

No output schema declared.

No examples provided.

capture_get_settings ~15

Get the current capture settings

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

capture_get_status ~18

Get the current capture status and capture time

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

capture_operation ~29

Perform a capture operation (start or stop)

NameTypeReqDescription
operationstringyesThe capture operation to perform

No output schema declared.

No examples provided.

clear_get_group ~37

Get details of a specific clear group

NameTypeReqDescription
idstringyesThe ID of the clear group (UUID, name, or index)

No output schema declared.

No examples provided.

clear_get_groups ~18

Get a list of all configured clear groups

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

clear_layer ~39

Clear a specific layer (audio, props, messages, announcements, slide, media, video_input)

NameTypeReqDescription
layerstringyesThe layer to clear

No output schema declared.

No examples provided.

clear_trigger_group ~30

Trigger a specific clear group

NameTypeReqDescription
idstringyesThe ID of the clear group to trigger

No output schema declared.

No examples provided.

find_my_mouse ~23

Trigger the find my mouse feature to highlight the cursor on all screens

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

focus_active_presentation ~16

Focus the currently active presentation

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

focus_next_presentation ~15

Focus the next presentation

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

focus_presentation ~31

Focus a presentation without triggering it

NameTypeReqDescription
presentationUuidstringyesThe UUID of the presentation to focus

No output schema declared.

No examples provided.

focus_previous_presentation ~15

Focus the previous presentation

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

focused_timeline_operation ~36

Perform timeline operation (play, pause, rewind) on focused presentation

NameTypeReqDescription
operationstringyesThe timeline operation to perform

No output schema declared.

No examples provided.

get_active_presentation ~16

Get the currently active presentation

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_active_slide_index ~22

Get the index of the current slide within the active presentation

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_chord_chart ~17

Get the current chord chart information

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_chord_chart_updates ~16

Get chord chart updates

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_focused_presentation ~17

Get the currently focused presentation

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_focused_timeline_status ~22

Get the current timeline status of the focused presentation

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_presentation ~31

Get details of a specific presentation by UUID

NameTypeReqDescription
presentationUuidstringyesThe UUID of the presentation

No output schema declared.

No examples provided.

get_presentation_thumbnail ~60

Get a thumbnail for a specific slide in a presentation

NameTypeReqDescription
indexnumberyesThe slide index (0-based)
presentationUuidstringyesThe UUID of the presentation
qualitynumberOptional quality setting for the thumbnail

No output schema declared.

No examples provided.

get_propresenter_version ~20

Get the ProPresenter version and build information

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_timeline_status ~20

Get the current timeline status of the active presentation

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.