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.
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 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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 1 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add wyre-technology-scalepad-mcp -- docker run --rm -i ghcr.io/wyre-technology/scalepad-mcp:v1.0.5
codex mcp add wyre-technology-scalepad-mcp -- docker run --rm -i ghcr.io/wyre-technology/scalepad-mcp:v1.0.5
{
"$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
}
}
} mcp_servers:
wyre-technology-scalepad-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/scalepad-mcp:v1.0.5"] {
"mcpServers": {
"wyre-technology-scalepad-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/scalepad-mcp:v1.0.5"
]
}
}
} 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.
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 |
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.
scalepad_lm_initiatives_delete ~49
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a Lifecycle Manager initiative. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Initiative id |
No output schema declared.
No examples provided.
scalepad_lm_initiatives_get ~31
Get a Lifecycle Manager initiative by id.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Initiative 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.
| Name | Type | Req | Description |
|---|---|---|---|
| goal_id | string | yes | Goal id to attach |
| initiative_id | string | yes | Initiative 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.
| Name | Type | Req | Description |
|---|---|---|---|
| goal_id | string | yes | Goal id to detach |
| initiative_id | string | yes | Initiative id |
No output schema declared.
No examples provided.
scalepad_lm_initiatives_goals_list ~36
List the goals attached to a Lifecycle Manager initiative.
| Name | Type | Req | Description |
|---|---|---|---|
| initiative_id | string | yes | Initiative 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.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque pagination cursor from the previous response; omit for the first page. |
| filter | object | – | Optional 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_size | number | – | Results 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.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque pagination cursor from the previous response; omit for the first page. |
| filter | object | – | Optional 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_size | number | – | Results 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.
| Name | Type | Req | Description |
|---|---|---|---|
| initiative_id | string | yes | Initiative id |
| meeting_id | string | yes | Meeting 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.
| Name | Type | Req | Description |
|---|---|---|---|
| initiative_id | string | yes | Initiative id |
| meeting_id | string | yes | Meeting 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.
| Name | Type | Req | Description |
|---|---|---|---|
| initiative_id | string | yes | Initiative 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.
| Name | Type | Req | Description |
|---|---|---|---|
| initiative_id | string | yes | Initiative id |
| opportunity_id | string | yes | Opportunity 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.
| Name | Type | Req | Description |
|---|---|---|---|
| field_values | – | yes | PSA opportunity field values (per the opportunity create-fields) |
| initiative_id | string | yes | Initiative 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.
| Name | Type | Req | Description |
|---|---|---|---|
| initiative_id | string | yes | Initiative id |
No output schema declared.
No examples provided.
scalepad_lm_initiatives_opportunity_get ~37
Get the PSA opportunity linked to a Lifecycle Manager initiative.
| Name | Type | Req | Description |
|---|---|---|---|
| initiative_id | string | yes | Initiative 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.
| Name | Type | Req | Description |
|---|---|---|---|
| initiative_id | string | yes | Initiative 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Initiative id |
| priority | string | yes | New 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.
| Name | Type | Req | Description |
|---|---|---|---|
| initiative_id | string | yes | Initiative 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Initiative id |
| recurring_line_items | array | yes | Recurring 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.
| Name | Type | Req | Description |
|---|---|---|---|
| fiscal_quarter | – | yes | Fiscal quarter to schedule the initiative into (e.g. { year, quarter }) |
| id | string | yes | Initiative 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Initiative id |
| status | string | yes | New 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.
| Name | Type | Req | Description |
|---|---|---|---|
| initiative_id | string | yes | Initiative id |
| initiative_template_id | string | yes | Initiative 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.
| Name | Type | Req | Description |
|---|---|---|---|
| field_values | – | yes | PSA ticket field values (per the ticket create-fields) |
| initiative_id | string | yes | Initiative 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.
| Name | Type | Req | Description |
|---|---|---|---|
| initiative_id | string | yes | Initiative 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.
| Name | Type | Req | Description |
|---|---|---|---|
| initiative_id | string | yes | Initiative 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.
| Name | Type | Req | Description |
|---|---|---|---|
| executive_summary | string | – | Executive summary (plain text) |
| executive_summary_json | – | – | Executive summary (rich-text JSON) |
| id | string | yes | Initiative id |
| name | string | – | New 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.
| Name | Type | Req | Description |
|---|---|---|---|
| label | string | yes | Meeting 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.
| Name | Type | Req | Description |
|---|---|---|---|
| meeting_type_id | string | yes | Meeting 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.
| Name | Type | Req | Description |
|---|---|---|---|
| label | string | yes | New meeting type label |
| meeting_type_id | string | yes | Meeting 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.
| Name | Type | Req | Description |
|---|---|---|---|
| action_item_id | string | yes | Action item id to attach |
| meeting_id | string | yes | Meeting 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.
| Name | Type | Req | Description |
|---|---|---|---|
| action_item_id | string | yes | Action item id to detach |
| meeting_id | string | yes | Meeting 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.
| Name | Type | Req | Description |
|---|---|---|---|
| meeting_id | string | yes | Meeting 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Meeting id |
| is_completed | boolean | yes | true 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.
| Name | Type | Req | Description |
|---|---|---|---|
| contact_keys | array | yes | Contact keys to add |
| id | string | yes | Meeting 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.
| Name | Type | Req | Description |
|---|---|---|---|
| contact_keys | array | yes | Contact keys to remove |
| id | string | yes | Meeting 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.
| Name | Type | Req | Description |
|---|---|---|---|
| agenda_json | – | – | Meeting agenda (rich-text JSON) |
| client_key | string | yes | Client key (from clients lookup) |
| ends_at | string | – | End time (ISO 8601) |
| starts_at | string | – | Start time (ISO 8601) |
| title | string | yes | Meeting title |
| type | string | – | Meeting 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.
| Name | Type | Req | Description |
|---|---|---|---|
| agenda_json | – | – | Meeting agenda (rich-text JSON) |
| client_key | string | yes | Client key (from clients lookup) |
| ends_at | string | – | End time (ISO 8601) |
| starts_at | string | – | Start time (ISO 8601) |
| title | string | yes | Meeting title |
| type | string | – | Meeting 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Meeting id |
No output schema declared.
No examples provided.
scalepad_lm_meetings_get ~31
Get a Lifecycle Manager meeting by id.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Meeting 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.
| Name | Type | Req | Description |
|---|---|---|---|
| goal_id | string | yes | Goal id to attach |
| meeting_id | string | yes | Meeting 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.
| Name | Type | Req | Description |
|---|---|---|---|
| goal_id | string | yes | Goal id to detach |
| meeting_id | string | yes | Meeting id |
No output schema declared.
No examples provided.
scalepad_lm_meetings_goals_list ~36
List the goals attached to a Lifecycle Manager meeting.
| Name | Type | Req | Description |
|---|---|---|---|
| meeting_id | string | yes | Meeting 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.
| Name | Type | Req | Description |
|---|---|---|---|
| initiative_id | string | yes | Initiative id to attach |
| meeting_id | string | yes | Meeting 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.
| Name | Type | Req | Description |
|---|---|---|---|
| initiative_id | string | yes | Initiative id to detach |
| meeting_id | string | yes | Meeting id |
No output schema declared.
No examples provided.
scalepad_lm_meetings_initiatives_list ~37
List the initiatives attached to a Lifecycle Manager meeting.
| Name | Type | Req | Description |
|---|---|---|---|
| meeting_id | string | yes | Meeting 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.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque pagination cursor from the previous response; omit for the first page. |
| filter | object | – | Optional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: client.id. |
| page_size | number | – | Results 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.
| Name | Type | Req | Description |
|---|---|---|---|
| agenda_json | – | – | Meeting agenda (rich-text JSON) |
| ends_at | string | – | End time (ISO 8601) |
| id | string | yes | Meeting id |
| starts_at | string | – | Start time (ISO 8601) |
| title | string | – | Meeting title |
| type | string | – | Meeting 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.
| Name | Type | Req | Description |
|---|---|---|---|
| agenda_json | – | – | Meeting agenda (rich-text JSON) |
| ends_at | string | – | End time (ISO 8601) |
| id | string | yes | Meeting id |
| starts_at | string | – | Start time (ISO 8601) |
| title | string | – | Meeting title |
| type | string | – | Meeting 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Meeting id |
| user_keys | array | yes | User keys to add |
No output schema declared.
No examples provided.