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_deliverables_sections_refresh ~62
⚠ HIGH-IMPACT. Refresh a deliverable section's data from its sources. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| deliverable_id | string | yes | Deliverable id |
| section_id | string | yes | Section id |
No output schema declared.
No examples provided.
scalepad_lm_deliverables_share_link_create ~59
⚠ HIGH-IMPACT. Create a general share link for a deliverable (grants link-holders access). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| deliverable_id | string | yes | Deliverable id |
No output schema declared.
No examples provided.
scalepad_lm_deliverables_share_link_get ~38
Get the general share link of a deliverable.
| Name | Type | Req | Description |
|---|---|---|---|
| deliverable_id | string | yes | Deliverable id |
No output schema declared.
No examples provided.
scalepad_lm_deliverables_share_link_regenerate ~69
⚠ DESTRUCTIVE — IRREVERSIBLE. Regenerate the general share link of a deliverable. The previous link stops working immediately and cannot be restored. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| deliverable_id | string | yes | Deliverable id |
No output schema declared.
No examples provided.
scalepad_lm_deliverables_share_link_revoke ~72
⚠ DESTRUCTIVE — IRREVERSIBLE. Revoke the general share link of a deliverable. Anyone holding the old link loses access; the link cannot be restored. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| deliverable_id | string | yes | Deliverable id |
No output schema declared.
No examples provided.
scalepad_lm_deliverables_update ~84
⚠ HIGH-IMPACT. Patch-update a Lifecycle Manager deliverable (name, status, sections). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| deliverable_id | string | yes | Deliverable id |
| name | string | – | Deliverable name |
| sections | array | – | Deliverable sections |
| status | string | – | Deliverable status |
No output schema declared.
No examples provided.
scalepad_lm_enrollment_tokens_create ~97
⚠ HIGH-IMPACT. Create a SaaS-management enrollment token for a client (grants device enrollment until it expires). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | Client id |
| description | string | – | Token description |
| expires_at | string | – | Expiry time (ISO 8601) |
| site_id | string | – | Site id to scope the token to |
No output schema declared.
No examples provided.
scalepad_lm_goal_templates_create ~47
⚠ HIGH-IMPACT. Create a new Lifecycle Manager goal template. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| goal_template | object | yes | The goal template payload |
No output schema declared.
No examples provided.
scalepad_lm_goal_templates_delete ~52
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a Lifecycle Manager goal template. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| goal_template_id | string | yes | Goal template id |
No output schema declared.
No examples provided.
scalepad_lm_goal_templates_get ~34
Get a Lifecycle Manager goal template by id.
| Name | Type | Req | Description |
|---|---|---|---|
| goal_template_id | string | yes | Goal template id |
No output schema declared.
No examples provided.
scalepad_lm_goal_templates_list ~55
List Lifecycle Manager goal templates, filterable by title.
| Name | Type | Req | Description |
|---|---|---|---|
| filter | object | – | Optional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: title. |
No output schema declared.
No examples provided.
scalepad_lm_goal_templates_update ~59
⚠ HIGH-IMPACT. Update a Lifecycle Manager goal template. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| goal_template | object | yes | The updated goal template payload |
| goal_template_id | string | yes | Goal template id |
No output schema declared.
No examples provided.
scalepad_lm_goals_action_items_attach ~63
⚠ HIGH-IMPACT. Attach an action item to a Lifecycle Manager goal. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| action_item_id | string | yes | Action item id to attach |
| goal_id | string | yes | Goal id |
No output schema declared.
No examples provided.
scalepad_lm_goals_action_items_detach ~73
⚠ HIGH-IMPACT. Detach an action item from a Lifecycle Manager goal (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 |
| goal_id | string | yes | Goal id |
No output schema declared.
No examples provided.
scalepad_lm_goals_action_items_list ~36
List the action items attached to a Lifecycle Manager goal.
| Name | Type | Req | Description |
|---|---|---|---|
| goal_id | string | yes | Goal id |
No output schema declared.
No examples provided.
scalepad_lm_goals_create ~98
⚠ HIGH-IMPACT. Create a new Lifecycle Manager goal for a client. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_key | string | yes | Client key (from clients lookup) |
| description | string | – | Goal description (plain text) |
| status | string | – | Initial goal status |
| target_period | – | – | Target period (e.g. { year, quarter }) |
| title | string | yes | Goal title |
No output schema declared.
No examples provided.
scalepad_lm_goals_create_from_template ~75
⚠ HIGH-IMPACT. Create a new Lifecycle Manager goal from a goal template. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_key | string | yes | Client key (from clients lookup) |
| goal_template_id | string | yes | Goal template id |
| title | string | – | Goal title |
No output schema declared.
No examples provided.
scalepad_lm_goals_delete ~48
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a Lifecycle Manager goal. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Goal id |
No output schema declared.
No examples provided.
scalepad_lm_goals_get ~30
Get a Lifecycle Manager goal by id.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Goal id |
No output schema declared.
No examples provided.
scalepad_lm_goals_initiatives_attach ~61
⚠ HIGH-IMPACT. Attach an initiative to a Lifecycle Manager goal. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| goal_id | string | yes | Goal id |
| initiative_id | string | yes | Initiative id to attach |
No output schema declared.
No examples provided.
scalepad_lm_goals_initiatives_detach ~70
⚠ HIGH-IMPACT. Detach an initiative from a Lifecycle Manager goal (the initiative itself is not deleted). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| goal_id | string | yes | Goal id |
| initiative_id | string | yes | Initiative id to detach |
No output schema declared.
No examples provided.
scalepad_lm_goals_initiatives_list ~36
List the initiatives attached to a Lifecycle Manager goal.
| Name | Type | Req | Description |
|---|---|---|---|
| goal_id | string | yes | Goal id |
No output schema declared.
No examples provided.
scalepad_lm_goals_list ~156
List Lifecycle Manager goals (cursor-paginated; page_size 1-200, default 25). Filterable by client, title, status, and target period (year/half/quarter).
| 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, title, status, period.year, period.half, period.quarter. |
| page_size | number | – | Results per page (1-200; API default 25). |
| sort | string | – | Sort field; prefix with "-" for descending. |
No output schema declared.
No examples provided.
scalepad_lm_goals_meetings_attach ~61
⚠ HIGH-IMPACT. Attach a meeting to a Lifecycle Manager goal. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| goal_id | string | yes | Goal id |
| meeting_id | string | yes | Meeting id to attach |
No output schema declared.
No examples provided.
scalepad_lm_goals_meetings_detach ~70
⚠ HIGH-IMPACT. Detach a meeting from a Lifecycle Manager goal (the meeting itself is not deleted). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| goal_id | string | yes | Goal id |
| meeting_id | string | yes | Meeting id to detach |
No output schema declared.
No examples provided.
scalepad_lm_goals_meetings_list ~36
List the meetings attached to a Lifecycle Manager goal.
| Name | Type | Req | Description |
|---|---|---|---|
| goal_id | string | yes | Goal id |
No output schema declared.
No examples provided.
scalepad_lm_goals_schedule_update ~75
⚠ HIGH-IMPACT. Update the target period (schedule) of a Lifecycle Manager goal. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Goal id |
| target_period | – | yes | Target period for the goal (e.g. { year, quarter } or { year, half }) |
No output schema declared.
No examples provided.
scalepad_lm_goals_status_update ~56
⚠ HIGH-IMPACT. Update the status of a Lifecycle Manager goal. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Goal id |
| status | string | yes | New status value |
No output schema declared.
No examples provided.
scalepad_lm_goals_update ~110
⚠ HIGH-IMPACT. Update a Lifecycle Manager goal (title, description, status, target period). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | – | Goal description (plain text) |
| description_json | – | – | Goal description (rich-text JSON) |
| id | string | yes | Goal id |
| status | string | – | Goal status |
| target_period | – | – | Target period (e.g. { year, quarter }) |
| title | string | – | New goal title |
No output schema declared.
No examples provided.
scalepad_lm_hardware_attached_agreements_lookup ~43
List the agreements/contracts a hardware asset is attached to (by hardware_key).
| Name | Type | Req | Description |
|---|---|---|---|
| hardware_key | string | yes | Hardware asset key |
No output schema declared.
No examples provided.
scalepad_lm_hardware_attached_initiatives_lookup ~43
List the initiatives a hardware asset is attached to (by hardware_key).
| Name | Type | Req | Description |
|---|---|---|---|
| hardware_key | string | yes | Hardware asset key |
No output schema declared.
No examples provided.
scalepad_lm_hardware_dashboard_get ~59
Get the Lifecycle Manager hardware dashboard summary, optionally filtered by client.
| Name | Type | Req | Description |
|---|---|---|---|
| filter | object | – | Optional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: client_id. |
No output schema declared.
No examples provided.
scalepad_lm_hardware_lifecycles_list ~113
List active hardware lifecycle records (cursor-paginated), filterable by client_id and serial_number.
| 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, serial_number. |
| page_size | number | – | Results per page (1-200; API default 25). |
No output schema declared.
No examples provided.
scalepad_lm_hardware_list ~226
List Lifecycle Manager hardware assets (cursor-paginated; page_size 1-200, default 25). Searchable, client-scopable, and filterable by age, assigned end user, backup status, ScalePad warranty, initiative count, installed software, integration sources, manufacturer, memory, and processor.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | – | Client id to scope assets to |
| 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: age, assignedenduser, configuredbackup, hasscalepadwarranty, initiativecount, installedsoftware, installe… |
| page_size | number | – | Results per page (1-200; API default 25). |
| search | string | – | Search term to match asset names/serials |
| sort | string | – | Sort field; prefix with "-" for descending. |
No output schema declared.
No examples provided.
scalepad_lm_hardware_overview_get ~60
Get the detailed overview for a single hardware asset (by hardware_key, optionally scoped to a client).
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | – | Client id the asset belongs to |
| hardware_key | string | yes | Hardware asset key |
No output schema declared.
No examples provided.
scalepad_lm_hardware_replacement_settings_get ~39
Get Lifecycle Manager hardware replacement settings, optionally for a specific client.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | – | Client id |
No output schema declared.
No examples provided.
scalepad_lm_initiative_templates_create ~49
⚠ HIGH-IMPACT. Create a new Lifecycle Manager initiative template. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| initiative_template | object | yes | The initiative template payload |
No output schema declared.
No examples provided.
scalepad_lm_initiative_templates_delete ~54
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a Lifecycle Manager initiative template. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| initiative_template_id | string | yes | Initiative template id |
No output schema declared.
No examples provided.
scalepad_lm_initiative_templates_duplicate ~54
⚠ HIGH-IMPACT. Duplicate a Lifecycle Manager initiative template (creates a new template copy). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| initiative_template_id | string | yes | Initiative template id |
No output schema declared.
No examples provided.
scalepad_lm_initiative_templates_get ~36
Get a Lifecycle Manager initiative template by id.
| Name | Type | Req | Description |
|---|---|---|---|
| initiative_template_id | string | yes | Initiative template id |
No output schema declared.
No examples provided.
scalepad_lm_initiative_templates_list ~78
List Lifecycle Manager initiative templates (cursor-paginated; page_size 1-200, default 25).
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque pagination cursor from the previous response; omit for the first page. |
| page_size | number | – | Results per page (1-200; API default 25). |
No output schema declared.
No examples provided.
scalepad_lm_initiative_templates_update ~61
⚠ HIGH-IMPACT. Update a Lifecycle Manager initiative template. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| initiative_template | object | yes | The updated initiative template payload |
| initiative_template_id | string | yes | Initiative template id |
No output schema declared.
No examples provided.
scalepad_lm_initiatives_action_items_attach ~64
⚠ HIGH-IMPACT. Attach an action item to a Lifecycle Manager initiative. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| action_item_id | string | yes | Action item id to attach |
| initiative_id | string | yes | Initiative id |
No output schema declared.
No examples provided.
scalepad_lm_initiatives_action_items_detach ~74
⚠ HIGH-IMPACT. Detach an action item from a Lifecycle Manager initiative (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 |
| initiative_id | string | yes | Initiative id |
No output schema declared.
No examples provided.
scalepad_lm_initiatives_action_items_list ~37
List the action items 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_assets_attach ~61
⚠ HIGH-IMPACT. Attach hardware assets to a Lifecycle Manager initiative. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| hardware_keys | array | yes | Hardware asset keys to attach |
| initiative_id | string | yes | Initiative id |
No output schema declared.
No examples provided.
scalepad_lm_initiatives_assets_detach ~70
⚠ HIGH-IMPACT. Detach hardware assets from a Lifecycle Manager initiative (the assets themselves are not deleted). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| hardware_keys | array | yes | Hardware asset keys to detach |
| initiative_id | string | yes | Initiative id |
No output schema declared.
No examples provided.
scalepad_lm_initiatives_assigned_user_update ~63
⚠ HIGH-IMPACT. Assign a Lifecycle Manager initiative to a user. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| assigned_user_id | string | yes | User id to assign |
| initiative_id | string | yes | Initiative id |
No output schema declared.
No examples provided.
scalepad_lm_initiatives_budget_update ~71
⚠ HIGH-IMPACT. Replace the one-time investment (budget) line items on a Lifecycle Manager initiative. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| budget_line_items | array | yes | One-time investment (budget) line items |
| id | string | yes | Initiative id |
No output schema declared.
No examples provided.
scalepad_lm_initiatives_create ~87
⚠ HIGH-IMPACT. Create a new Lifecycle Manager initiative for a client. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_key | string | yes | Client key (from clients lookup) |
| executive_summary | string | – | Executive summary (plain text) |
| executive_summary_json | – | – | Executive summary (rich-text JSON) |
| name | string | yes | Initiative name |
No output schema declared.
No examples provided.