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.

ScalePad

OCI · GHCR.IO/WYRE-TECHNOLOGY/SCALEPAD-MCP:V1.0.5 · SCANNED AUG 22

MCP server for ScalePad — Core, Lifecycle Manager, ControlMap, Backup Radar, and Quoter.

40 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 Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency45
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 34827 tokens (~91/item across 381 items; 381 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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 current MCP spec version (2026-07-28).Pass

Unverified: 2 categories

Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

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.

oci · ghcr.io/wyre-technology/scalepad-mcp:v1.0.5

# add to Claude Code
claude mcp add wyre-technology-scalepad-mcp -- docker run --rm -i ghcr.io/wyre-technology/scalepad-mcp:v1.0.5
# add to Codex CLI
codex mcp add wyre-technology-scalepad-mcp -- docker run --rm -i ghcr.io/wyre-technology/scalepad-mcp:v1.0.5
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-technology-scalepad-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/scalepad-mcp:v1.0.5"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  wyre-technology-scalepad-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/scalepad-mcp:v1.0.5"]
// mcp.json
{
  "mcpServers": {
    "wyre-technology-scalepad-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/scalepad-mcp:v1.0.5"
      ]
    }
  }
}
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.

  • 20 Aug 26 40

    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 22 Aug 2026 · Analysed oci/ghcr.io/wyre-technology/scalepad-mcp:v1.0.5

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published
MCP tools · 381 exposed · ~34,827 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
scalepad_lm_initiatives_delete ~49

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a Lifecycle Manager initiative. Confirm with the user before invoking.

NameTypeReqDescription
idstringyesInitiative id

No output schema declared.

No examples provided.

scalepad_lm_initiatives_get ~31

Get a Lifecycle Manager initiative by id.

NameTypeReqDescription
idstringyesInitiative id

No output schema declared.

No examples provided.

scalepad_lm_initiatives_goals_attach ~61

⚠ HIGH-IMPACT. Attach a goal to a Lifecycle Manager initiative. Confirm with the user before invoking.

NameTypeReqDescription
goal_idstringyesGoal id to attach
initiative_idstringyesInitiative id

No output schema declared.

No examples provided.

scalepad_lm_initiatives_goals_detach ~70

⚠ HIGH-IMPACT. Detach a goal from a Lifecycle Manager initiative (the goal itself is not deleted). Confirm with the user before invoking.

NameTypeReqDescription
goal_idstringyesGoal id to detach
initiative_idstringyesInitiative id

No output schema declared.

No examples provided.

scalepad_lm_initiatives_goals_list ~36

List the goals attached to a Lifecycle Manager initiative.

NameTypeReqDescription
initiative_idstringyesInitiative id

No output schema declared.

No examples provided.

scalepad_lm_initiatives_list ~147

List Lifecycle Manager initiatives (cursor-paginated; page_size 1-200, default 25). Filterable by client, status, priority, schedule, assigned user, and created/updated timestamps.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous response; omit for the first page.
filterobjectOptional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: client.id, status, priority, scheduled, scheduled_period, assigned_user_id, created_at, updated_at.
page_sizenumberResults per page (1-200; API default 25).

No output schema declared.

No examples provided.

scalepad_lm_initiatives_list_v2 ~154

List Lifecycle Manager initiatives via the v2 endpoint (cursor-paginated; page_size 1-200, default 25). Filterable by client, status, priority, schedule, assigned user, and created/updated timestamps.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous response; omit for the first page.
filterobjectOptional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: client.id, status, priority, scheduled, scheduled_period, assigned_user_id, created_at, updated_at.
page_sizenumberResults per page (1-200; API default 25).

No output schema declared.

No examples provided.

scalepad_lm_initiatives_meetings_attach ~62

⚠ HIGH-IMPACT. Attach a meeting to a Lifecycle Manager initiative. Confirm with the user before invoking.

NameTypeReqDescription
initiative_idstringyesInitiative id
meeting_idstringyesMeeting id to attach

No output schema declared.

No examples provided.

scalepad_lm_initiatives_meetings_detach ~71

⚠ HIGH-IMPACT. Detach a meeting from a Lifecycle Manager initiative (the meeting itself is not deleted). Confirm with the user before invoking.

NameTypeReqDescription
initiative_idstringyesInitiative id
meeting_idstringyesMeeting id to detach

No output schema declared.

No examples provided.

scalepad_lm_initiatives_meetings_list ~37

List the meetings attached to a Lifecycle Manager initiative.

NameTypeReqDescription
initiative_idstringyesInitiative id

No output schema declared.

No examples provided.

scalepad_lm_initiatives_opportunity_attach ~63

⚠ HIGH-IMPACT. Attach an existing PSA opportunity to a Lifecycle Manager initiative. Confirm with the user before invoking.

NameTypeReqDescription
initiative_idstringyesInitiative id
opportunity_idstringyesOpportunity id to attach

No output schema declared.

No examples provided.

scalepad_lm_initiatives_opportunity_create ~85

⚠ HIGH-IMPACT. Create a PSA opportunity and link it to a Lifecycle Manager initiative. Use scalepad_lm_opportunity_create_fields_get for the available field definitions. Confirm with the user before invoking.

NameTypeReqDescription
field_valuesyesPSA opportunity field values (per the opportunity create-fields)
initiative_idstringyesInitiative id

No output schema declared.

No examples provided.

scalepad_lm_initiatives_opportunity_delete ~55

⚠ DESTRUCTIVE — IRREVERSIBLE. Delete the PSA opportunity linked to a Lifecycle Manager initiative. Confirm with the user before invoking.

NameTypeReqDescription
initiative_idstringyesInitiative id

No output schema declared.

No examples provided.

scalepad_lm_initiatives_opportunity_get ~37

Get the PSA opportunity linked to a Lifecycle Manager initiative.

NameTypeReqDescription
initiative_idstringyesInitiative id

No output schema declared.

No examples provided.

scalepad_lm_initiatives_pdf_get ~43

Download a Lifecycle Manager initiative as a PDF. Returns a binary payload; read-only export.

NameTypeReqDescription
initiative_idstringyesInitiative id

No output schema declared.

No examples provided.

scalepad_lm_initiatives_priority_update ~66

⚠ HIGH-IMPACT. Update the priority of a Lifecycle Manager initiative. Confirm with the user before invoking.

NameTypeReqDescription
idstringyesInitiative id
prioritystringyesNew priority value (e.g. low, medium, high)

No output schema declared.

No examples provided.

scalepad_lm_initiatives_quotes_list ~37

List the Quoter quotes attached to a Lifecycle Manager initiative.

NameTypeReqDescription
initiative_idstringyesInitiative id

No output schema declared.

No examples provided.

scalepad_lm_initiatives_recurring_update ~65

⚠ HIGH-IMPACT. Replace the recurring investment line items on a Lifecycle Manager initiative. Confirm with the user before invoking.

NameTypeReqDescription
idstringyesInitiative id
recurring_line_itemsarrayyesRecurring investment line items

No output schema declared.

No examples provided.

scalepad_lm_initiatives_schedule_update ~70

⚠ HIGH-IMPACT. Schedule a Lifecycle Manager initiative into a fiscal quarter. Confirm with the user before invoking.

NameTypeReqDescription
fiscal_quarteryesFiscal quarter to schedule the initiative into (e.g. { year, quarter })
idstringyesInitiative id

No output schema declared.

No examples provided.

scalepad_lm_initiatives_status_update ~68

⚠ HIGH-IMPACT. Update the status of a Lifecycle Manager initiative. Confirm with the user before invoking.

NameTypeReqDescription
idstringyesInitiative id
statusstringyesNew status value (e.g. not_scheduled, scheduled, completed)

No output schema declared.

No examples provided.

scalepad_lm_initiatives_template_apply ~70

⚠ HIGH-IMPACT. Apply an initiative template to an existing Lifecycle Manager initiative (overwrites templated fields). Confirm with the user before invoking.

NameTypeReqDescription
initiative_idstringyesInitiative id
initiative_template_idstringyesInitiative template id to apply

No output schema declared.

No examples provided.

scalepad_lm_initiatives_ticket_create ~83

⚠ HIGH-IMPACT. Create a PSA ticket and link it to a Lifecycle Manager initiative. Use scalepad_lm_ticket_create_fields_get for the available field definitions. Confirm with the user before invoking.

NameTypeReqDescription
field_valuesyesPSA ticket field values (per the ticket create-fields)
initiative_idstringyesInitiative id

No output schema declared.

No examples provided.

scalepad_lm_initiatives_ticket_detach ~59

⚠ HIGH-IMPACT. Detach the PSA ticket linked to a Lifecycle Manager initiative (the ticket itself is not deleted). Confirm with the user before invoking.

NameTypeReqDescription
initiative_idstringyesInitiative id

No output schema declared.

No examples provided.

scalepad_lm_initiatives_ticket_get ~37

Get the linked PSA ticket state for a Lifecycle Manager initiative.

NameTypeReqDescription
initiative_idstringyesInitiative id

No output schema declared.

No examples provided.

scalepad_lm_initiatives_update ~84

⚠ HIGH-IMPACT. Update a Lifecycle Manager initiative's name and executive summary. Confirm with the user before invoking.

NameTypeReqDescription
executive_summarystringExecutive summary (plain text)
executive_summary_jsonExecutive summary (rich-text JSON)
idstringyesInitiative id
namestringNew initiative name

No output schema declared.

No examples provided.

scalepad_lm_insights_list ~23

List Lifecycle Manager insights (no filters or pagination).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

scalepad_lm_meeting_types_create ~46

⚠ HIGH-IMPACT. Create a new Lifecycle Manager meeting type. Confirm with the user before invoking.

NameTypeReqDescription
labelstringyesMeeting type label

No output schema declared.

No examples provided.

scalepad_lm_meeting_types_delete ~53

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a Lifecycle Manager meeting type. Confirm with the user before invoking.

NameTypeReqDescription
meeting_type_idstringyesMeeting type id

No output schema declared.

No examples provided.

scalepad_lm_meeting_types_list ~25

List Lifecycle Manager meeting types (no filters or pagination).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

scalepad_lm_meeting_types_update ~58

⚠ HIGH-IMPACT. Rename a Lifecycle Manager meeting type. Confirm with the user before invoking.

NameTypeReqDescription
labelstringyesNew meeting type label
meeting_type_idstringyesMeeting type id

No output schema declared.

No examples provided.

scalepad_lm_meetings_action_items_attach ~64

⚠ HIGH-IMPACT. Attach an action item to a Lifecycle Manager meeting. Confirm with the user before invoking.

NameTypeReqDescription
action_item_idstringyesAction item id to attach
meeting_idstringyesMeeting id

No output schema declared.

No examples provided.

scalepad_lm_meetings_action_items_detach ~74

⚠ HIGH-IMPACT. Detach an action item from a Lifecycle Manager meeting (the action item itself is not deleted). Confirm with the user before invoking.

NameTypeReqDescription
action_item_idstringyesAction item id to detach
meeting_idstringyesMeeting id

No output schema declared.

No examples provided.

scalepad_lm_meetings_action_items_list ~37

List the action items attached to a Lifecycle Manager meeting.

NameTypeReqDescription
meeting_idstringyesMeeting id

No output schema declared.

No examples provided.

scalepad_lm_meetings_completion_status_update ~65

⚠ HIGH-IMPACT. Mark a Lifecycle Manager meeting completed or not completed. Confirm with the user before invoking.

NameTypeReqDescription
idstringyesMeeting id
is_completedbooleanyestrue to mark completed, false to reopen

No output schema declared.

No examples provided.

scalepad_lm_meetings_contact_attendees_add ~61

⚠ HIGH-IMPACT. Add contact attendees to a Lifecycle Manager meeting. Confirm with the user before invoking.

NameTypeReqDescription
contact_keysarrayyesContact keys to add
idstringyesMeeting id

No output schema declared.

No examples provided.

scalepad_lm_meetings_contact_attendees_remove ~61

⚠ HIGH-IMPACT. Remove contact attendees from a Lifecycle Manager meeting. Confirm with the user before invoking.

NameTypeReqDescription
contact_keysarrayyesContact keys to remove
idstringyesMeeting id

No output schema declared.

No examples provided.

scalepad_lm_meetings_create ~126

⚠ HIGH-IMPACT. Create a new Lifecycle Manager meeting via the v1 endpoint. Prefer scalepad_lm_meetings_create_v2. Confirm with the user before invoking.

NameTypeReqDescription
agenda_jsonMeeting agenda (rich-text JSON)
client_keystringyesClient key (from clients lookup)
ends_atstringEnd time (ISO 8601)
starts_atstringStart time (ISO 8601)
titlestringyesMeeting title
typestringMeeting type

No output schema declared.

No examples provided.

scalepad_lm_meetings_create_v2 ~116

⚠ HIGH-IMPACT. Create a new Lifecycle Manager meeting via the v2 endpoint. Confirm with the user before invoking.

NameTypeReqDescription
agenda_jsonMeeting agenda (rich-text JSON)
client_keystringyesClient key (from clients lookup)
ends_atstringEnd time (ISO 8601)
starts_atstringStart time (ISO 8601)
titlestringyesMeeting title
typestringMeeting type

No output schema declared.

No examples provided.

scalepad_lm_meetings_delete ~49

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a Lifecycle Manager meeting. Confirm with the user before invoking.

NameTypeReqDescription
idstringyesMeeting id

No output schema declared.

No examples provided.

scalepad_lm_meetings_get ~31

Get a Lifecycle Manager meeting by id.

NameTypeReqDescription
idstringyesMeeting id

No output schema declared.

No examples provided.

scalepad_lm_meetings_goals_attach ~61

⚠ HIGH-IMPACT. Attach a goal to a Lifecycle Manager meeting. Confirm with the user before invoking.

NameTypeReqDescription
goal_idstringyesGoal id to attach
meeting_idstringyesMeeting id

No output schema declared.

No examples provided.

scalepad_lm_meetings_goals_detach ~70

⚠ HIGH-IMPACT. Detach a goal from a Lifecycle Manager meeting (the goal itself is not deleted). Confirm with the user before invoking.

NameTypeReqDescription
goal_idstringyesGoal id to detach
meeting_idstringyesMeeting id

No output schema declared.

No examples provided.

scalepad_lm_meetings_goals_list ~36

List the goals attached to a Lifecycle Manager meeting.

NameTypeReqDescription
meeting_idstringyesMeeting id

No output schema declared.

No examples provided.

scalepad_lm_meetings_initiatives_attach ~62

⚠ HIGH-IMPACT. Attach an initiative to a Lifecycle Manager meeting. Confirm with the user before invoking.

NameTypeReqDescription
initiative_idstringyesInitiative id to attach
meeting_idstringyesMeeting id

No output schema declared.

No examples provided.

scalepad_lm_meetings_initiatives_detach ~71

⚠ HIGH-IMPACT. Detach an initiative from a Lifecycle Manager meeting (the initiative itself is not deleted). Confirm with the user before invoking.

NameTypeReqDescription
initiative_idstringyesInitiative id to detach
meeting_idstringyesMeeting id

No output schema declared.

No examples provided.

scalepad_lm_meetings_initiatives_list ~37

List the initiatives attached to a Lifecycle Manager meeting.

NameTypeReqDescription
meeting_idstringyesMeeting id

No output schema declared.

No examples provided.

scalepad_lm_meetings_list ~113

List Lifecycle Manager meetings (cursor-paginated; page_size 1-200, default 25), filterable by client.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous response; omit for the first page.
filterobjectOptional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: client.id.
page_sizenumberResults per page (1-200; API default 25).

No output schema declared.

No examples provided.

scalepad_lm_meetings_update ~129

⚠ HIGH-IMPACT. Update a Lifecycle Manager meeting via the v1 endpoint (title, type, start/end, agenda). Prefer scalepad_lm_meetings_update_v2. Confirm with the user before invoking.

NameTypeReqDescription
agenda_jsonMeeting agenda (rich-text JSON)
ends_atstringEnd time (ISO 8601)
idstringyesMeeting id
starts_atstringStart time (ISO 8601)
titlestringMeeting title
typestringMeeting type

No output schema declared.

No examples provided.

scalepad_lm_meetings_update_v2 ~119

⚠ HIGH-IMPACT. Update a Lifecycle Manager meeting via the v2 endpoint (title, type, start/end, agenda). Confirm with the user before invoking.

NameTypeReqDescription
agenda_jsonMeeting agenda (rich-text JSON)
ends_atstringEnd time (ISO 8601)
idstringyesMeeting id
starts_atstringStart time (ISO 8601)
titlestringMeeting title
typestringMeeting type

No output schema declared.

No examples provided.

scalepad_lm_meetings_user_attendees_add ~61

⚠ HIGH-IMPACT. Add user attendees to a Lifecycle Manager meeting. Confirm with the user before invoking.

NameTypeReqDescription
idstringyesMeeting id
user_keysarrayyesUser keys to add

No output schema declared.

No examples provided.