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_budget_contracts_list ~215
List a client's budgeted contracts (cursor-paginated). Same forecast window controls as the budget summary; filterable by third-party flag and name.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | Client id |
| 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: is_third_party, name. |
| frequency | string | – | Forecast bucket frequency |
| include_not_scheduled | boolean | – | Include items not yet scheduled |
| include_overdue | boolean | – | Include overdue items |
| page_size | number | – | Results per page (1-200; API default 25). |
| period_count | number | – | Number of periods in the forecast window |
| sort | string | – | Sort field; prefix with "-" for descending. |
| starting_date | string | – | Forecast window start date (ISO 8601) |
No output schema declared.
No examples provided.
scalepad_lm_budget_forecast_csv_get ~163
Download a client's budget forecast as a CSV (binary payload; read-only export). Same forecast window controls as the budget summary.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | Client id |
| filter | object | – | Optional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: type, status, asset_type.id, is_third_party, name. |
| frequency | string | – | Forecast bucket frequency |
| include_not_scheduled | boolean | – | Include items not yet scheduled |
| include_overdue | boolean | – | Include overdue items |
| period_count | number | – | Number of periods in the forecast window |
| starting_date | string | – | Forecast window start date (ISO 8601) |
No output schema declared.
No examples provided.
scalepad_lm_budget_forecast_detail_pdf_get ~200
Download a client's detailed budget forecast as a PDF (binary payload; read-only export). Adds a `group` option on top of the standard forecast controls.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | Client id |
| filter | object | – | Optional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: type, status, asset_type.id, is_third_party, name. |
| frequency | string | – | Forecast bucket frequency |
| group | string | – | Grouping to apply to the detail rows |
| include_chart | boolean | – | Include the forecast chart in the PDF |
| include_not_scheduled | boolean | – | Include items not yet scheduled |
| include_overdue | boolean | – | Include overdue items |
| period_count | number | – | Number of periods in the forecast window |
| starting_date | string | – | Forecast window start date (ISO 8601) |
No output schema declared.
No examples provided.
scalepad_lm_budget_forecast_pdf_get ~182
Download a client's budget forecast as a PDF (binary payload; read-only export). Same forecast window controls as the budget summary, plus include_chart.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | Client id |
| filter | object | – | Optional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: type, status, asset_type.id, is_third_party, name. |
| frequency | string | – | Forecast bucket frequency |
| include_chart | boolean | – | Include the forecast chart in the PDF |
| include_not_scheduled | boolean | – | Include items not yet scheduled |
| include_overdue | boolean | – | Include overdue items |
| period_count | number | – | Number of periods in the forecast window |
| starting_date | string | – | Forecast window start date (ISO 8601) |
No output schema declared.
No examples provided.
scalepad_lm_budget_initiatives_list ~211
List a client's budgeted initiatives (cursor-paginated). Same forecast window controls as the budget summary; filterable by status and name.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | Client id |
| 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: status, name. |
| frequency | string | – | Forecast bucket frequency |
| include_not_scheduled | boolean | – | Include items not yet scheduled |
| include_overdue | boolean | – | Include overdue items |
| page_size | number | – | Results per page (1-200; API default 25). |
| period_count | number | – | Number of periods in the forecast window |
| sort | string | – | Sort field; prefix with "-" for descending. |
| starting_date | string | – | Forecast window start date (ISO 8601) |
No output schema declared.
No examples provided.
scalepad_lm_budget_it_debt_list ~216
List a client's IT-debt budget entries (cursor-paginated). Same forecast window controls as the budget summary; filterable by asset type and name.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | Client id |
| 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: asset_type.id, name. |
| frequency | string | – | Forecast bucket frequency |
| include_not_scheduled | boolean | – | Include items not yet scheduled |
| include_overdue | boolean | – | Include overdue items |
| page_size | number | – | Results per page (1-200; API default 25). |
| period_count | number | – | Number of periods in the forecast window |
| sort | string | – | Sort field; prefix with "-" for descending. |
| starting_date | string | – | Forecast window start date (ISO 8601) |
No output schema declared.
No examples provided.
scalepad_lm_budget_summary_get ~219
Get the budget summary for a client. Forecast window controls: frequency, period_count, starting_date, include_overdue, include_not_scheduled; filterable by type, status, asset type, third-party flag, and name; optional IT-debt grouping by asset type.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | Client id |
| filter | object | – | Optional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: type, status, asset_type.id, is_third_party, name. |
| frequency | string | – | Forecast bucket frequency (e.g. monthly, quarterly, yearly) |
| include_not_scheduled | boolean | – | Include items not yet scheduled |
| include_overdue | boolean | – | Include overdue items |
| it_debt_group_by_asset_type | boolean | – | Group IT debt by asset type |
| period_count | number | – | Number of periods in the forecast window |
| starting_date | string | – | Forecast window start date (ISO 8601) |
No output schema declared.
No examples provided.
scalepad_lm_client_contacts_lookup ~50
Look up contacts for a specific Lifecycle Manager client, optionally filtered by a search term.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | Client id |
| search | string | – | Optional search term |
No output schema declared.
No examples provided.
scalepad_lm_client_deliverables_list ~36
List all deliverables for a specific Lifecycle Manager client.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | Client id |
No output schema declared.
No examples provided.
scalepad_lm_client_groups_assign ~81
⚠ HIGH-IMPACT. Assign clients and/or users to a Lifecycle Manager client group. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_group_id | string | yes | Client group id |
| client_keys | array | – | Client keys to add to the group |
| user_keys | array | – | User keys to add to the group |
No output schema declared.
No examples provided.
scalepad_lm_client_groups_get ~34
Get a Lifecycle Manager client group by id.
| Name | Type | Req | Description |
|---|---|---|---|
| client_group_id | string | yes | Client group id |
No output schema declared.
No examples provided.
scalepad_lm_client_groups_list ~25
List all Lifecycle Manager client groups (no filters or pagination).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
scalepad_lm_client_groups_lookup ~38
Look up the client groups a specific client belongs to (by client_key).
| Name | Type | Req | Description |
|---|---|---|---|
| client_key | string | yes | Client key |
No output schema declared.
No examples provided.
scalepad_lm_client_groups_unassign ~82
⚠ HIGH-IMPACT. Remove clients and/or users from a Lifecycle Manager client group. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_group_id | string | yes | Client group id |
| client_keys | array | – | Client keys to remove from the group |
| user_keys | array | – | User keys to remove from the group |
No output schema declared.
No examples provided.
scalepad_lm_client_members_lookup ~53
Look up members (users) associated with a Lifecycle Manager client, optionally filtered by a search term.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | Client id |
| search | string | – | Optional search term |
No output schema declared.
No examples provided.
scalepad_lm_clients_list ~109
List Lifecycle Manager clients (cursor-paginated; page_size 1-200, default 25), optionally narrowed by a search term.
| 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). |
| search | string | – | Search term to match client names |
| sort | string | – | Sort field; prefix with "-" for descending. |
No output schema declared.
No examples provided.
scalepad_lm_clients_lookup ~112
Look up Lifecycle Manager clients by search term (cursor-paginated). Lighter-weight than the full clients list; returns client keys usable in create calls.
| 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). |
| search | string | – | Search term to match client names |
| sort | string | – | Sort field; prefix with "-" for descending. |
No output schema declared.
No examples provided.
scalepad_lm_contacts_get ~30
Get a Lifecycle Manager contact by id.
| Name | Type | Req | Description |
|---|---|---|---|
| contact_id | string | yes | Contact id |
No output schema declared.
No examples provided.
scalepad_lm_contacts_hidden_status_update ~69
⚠ HIGH-IMPACT. Hide or unhide a Lifecycle Manager contact (sets is_hidden). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| contact_id | string | yes | Contact id |
| is_hidden | boolean | yes | true to hide the contact, false to unhide |
No output schema declared.
No examples provided.
scalepad_lm_contacts_list ~133
List Lifecycle Manager contacts (cursor-paginated; page_size 1-200, default 25). Filterable by client_id and hidden status.
| 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, is_hidden. |
| 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_contracts_assets_attach ~62
⚠ HIGH-IMPACT. Attach hardware assets to a Lifecycle Manager contract/agreement. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| contract_id | string | yes | Contract id |
| hardware_keys | array | yes | Hardware asset keys to attach |
No output schema declared.
No examples provided.
scalepad_lm_contracts_assets_detach ~71
⚠ HIGH-IMPACT. Detach hardware assets from a Lifecycle Manager contract/agreement (the assets themselves are not deleted). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| contract_id | string | yes | Contract id |
| hardware_keys | array | yes | Hardware asset keys to detach |
No output schema declared.
No examples provided.
scalepad_lm_contracts_create ~66
⚠ HIGH-IMPACT. Create a new Lifecycle Manager contract (agreement) for a client. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_key | string | yes | Client key (from clients lookup) |
| create_payload | object | yes | The contract create payload |
No output schema declared.
No examples provided.
scalepad_lm_contracts_delete ~50
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a Lifecycle Manager contract (agreement). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Contract id |
No output schema declared.
No examples provided.
scalepad_lm_contracts_get ~33
Get a Lifecycle Manager contract (agreement) by id.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Contract id |
No output schema declared.
No examples provided.
scalepad_lm_contracts_list ~121
List Lifecycle Manager contracts (agreements; cursor-paginated; page_size 1-200, default 25). Filterable by client and expiry status.
| 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, expiry_status. |
| page_size | number | – | Results per page (1-200; API default 25). |
No output schema declared.
No examples provided.
scalepad_lm_contracts_update ~70
⚠ HIGH-IMPACT. Update a Lifecycle Manager contract (agreement). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | – | Client id the contract belongs to |
| id | string | yes | Contract id |
| update_payload | object | yes | The contract update payload |
No output schema declared.
No examples provided.
scalepad_lm_deliverable_templates_catalog_components_list ~30
List the deliverable catalog components available for templates (account-wide).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
scalepad_lm_deliverable_templates_components_delete ~78
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a component from a deliverable template section. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| component_id | string | yes | Component id |
| section_id | string | yes | Section id |
| template_id | string | yes | Deliverable template id |
No output schema declared.
No examples provided.
scalepad_lm_deliverable_templates_create ~56
⚠ HIGH-IMPACT. Create a new Lifecycle Manager deliverable template. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Template name |
| sections | array | – | Template sections |
No output schema declared.
No examples provided.
scalepad_lm_deliverable_templates_create_from_deliverable ~58
⚠ HIGH-IMPACT. Create a new deliverable template from an existing deliverable. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| deliverable_id | string | yes | Source deliverable id |
No output schema declared.
No examples provided.
scalepad_lm_deliverable_templates_delete ~55
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a Lifecycle Manager deliverable template. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| template_id | string | yes | Deliverable template id |
No output schema declared.
No examples provided.
scalepad_lm_deliverable_templates_duplicate ~56
⚠ HIGH-IMPACT. Create a new deliverable template as a copy of an existing template. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| template_id | string | yes | Source deliverable template id |
No output schema declared.
No examples provided.
scalepad_lm_deliverable_templates_get ~37
Get a Lifecycle Manager deliverable template by id.
| Name | Type | Req | Description |
|---|---|---|---|
| template_id | string | yes | Deliverable template id |
No output schema declared.
No examples provided.
scalepad_lm_deliverable_templates_list ~28
List all Lifecycle Manager deliverable templates (no filters or pagination).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
scalepad_lm_deliverable_templates_sections_delete ~67
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a section from a deliverable template. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| section_id | string | yes | Section id |
| template_id | string | yes | Deliverable template id |
No output schema declared.
No examples provided.
scalepad_lm_deliverable_templates_update ~72
⚠ HIGH-IMPACT. Patch-update a Lifecycle Manager deliverable template (name, sections). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | – | Template name |
| sections | array | – | Template sections |
| template_id | string | yes | Deliverable template id |
No output schema declared.
No examples provided.
scalepad_lm_deliverables_catalog_components_list ~38
List the deliverable catalog components available for a specific client.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | Client id |
No output schema declared.
No examples provided.
scalepad_lm_deliverables_catalog_integrations_list ~27
List all available deliverable integrations (account-wide).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
scalepad_lm_deliverables_components_delete ~76
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a component from a deliverable section. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| component_id | string | yes | Component id |
| deliverable_id | string | yes | Deliverable id |
| section_id | string | yes | Section id |
No output schema declared.
No examples provided.
scalepad_lm_deliverables_components_refresh ~71
⚠ HIGH-IMPACT. Refresh a single component within a deliverable section. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| component_id | string | yes | Component id |
| deliverable_id | string | yes | Deliverable id |
| section_id | string | yes | Section id |
No output schema declared.
No examples provided.
scalepad_lm_deliverables_create ~69
⚠ HIGH-IMPACT. Create a new deliverable for a Lifecycle Manager client. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | Client id |
| name | string | yes | Deliverable name |
| sections | array | – | Deliverable sections |
No output schema declared.
No examples provided.
scalepad_lm_deliverables_create_from_template ~80
⚠ HIGH-IMPACT. Create a new deliverable for a client from an existing deliverable template. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | Client id |
| name | string | – | Name for the new deliverable |
| template_id | string | yes | Deliverable template id |
No output schema declared.
No examples provided.
scalepad_lm_deliverables_delete ~53
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a Lifecycle Manager deliverable. 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_get ~35
Get a Lifecycle Manager deliverable by id.
| Name | Type | Req | Description |
|---|---|---|---|
| deliverable_id | string | yes | Deliverable id |
No output schema declared.
No examples provided.
scalepad_lm_deliverables_integrated_integrations_list ~41
List the deliverable integrations that are integrated for a specific client.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | Client id |
No output schema declared.
No examples provided.
scalepad_lm_deliverables_list ~153
List Lifecycle Manager deliverables across the account (cursor-paginated; page_size 1-200, default 25). Filterable by client, status, creator, meeting linkage, and name.
| 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, created_by, has_meeting, name. |
| 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_deliverables_pdf_get ~46
Download a Lifecycle Manager deliverable as a PDF. Returns a binary payload; read-only export.
| Name | Type | Req | Description |
|---|---|---|---|
| deliverable_id | string | yes | Deliverable id |
No output schema declared.
No examples provided.
scalepad_lm_deliverables_presentation_get ~40
Get a Lifecycle Manager deliverable in presentation form by id.
| Name | Type | Req | Description |
|---|---|---|---|
| deliverable_id | string | yes | Deliverable id |
No output schema declared.
No examples provided.
scalepad_lm_deliverables_sections_delete ~65
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a section from a deliverable. 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.