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_cm_risks_update ~153
⚠ HIGH-IMPACT. Partially update a ControlMap risk (code, title, description, status, owner, team, department, category). Only the provided fields change. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | Risk category |
| client_id | string | yes | ControlMap client ID |
| code | string | – | Risk code |
| department | string | – | Responsible department |
| description | string | – | Risk description |
| owner_email | string | – | Risk owner's email |
| risk_id | string | yes | Risk ID |
| status | string | – | Risk status |
| team | string | – | Responsible team |
| title | string | – | Risk title |
No output schema declared.
No examples provided.
scalepad_core_clients_get ~34
Get a single ScalePad Core client by id (read-only).
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Core client id |
No output schema declared.
No examples provided.
scalepad_core_clients_list ~203
List ScalePad Core clients (read-only, cursor-paginated; page_size 1-200, default 25). Filterable by name, lifecycle, contact/asset counts, record lineage, 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: id, name, lifecycle, num_contacts, num_hardware_assets, record_lineage.source_record_id, record_lineage.i… |
| page_size | number | – | Results per page (1-200; API default 25). |
| sort | string | – | Sort field; prefix with "-" for descending (e.g. "-record_updated_at"). |
No output schema declared.
No examples provided.
scalepad_core_contacts_get ~34
Get a single ScalePad Core contact by id (read-only).
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Core contact id |
No output schema declared.
No examples provided.
scalepad_core_contacts_list ~199
List ScalePad Core contacts (read-only, cursor-paginated; page_size 1-200, default 25). A POST-based search upstream — filter by client, title, record lineage, or 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: id, client.id, client.name, title, record_lineage.source_record_id, record_lineage.integration_configurat… |
| page_size | number | – | Results per page (1-200; API default 25). |
| sort | string | – | Sort field; prefix with "-" for descending (e.g. "-record_updated_at"). |
No output schema declared.
No examples provided.
scalepad_core_contracts_get ~37
Get a single ScalePad Core service contract by id (read-only).
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Core service contract id |
No output schema declared.
No examples provided.
scalepad_core_contracts_list ~183
List ScalePad Core service contracts (read-only, cursor-paginated). Filterable by name, client, contact, recurrence, type, term dates/billing period, source type, addendum flag, parent contract, and 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: id, name, client.id, client.name, contact.id, is_recurring, type, term.starts_at, term.ends_at, term.is_a… |
| page_size | number | – | Results per page (1-200; API default 25). |
No output schema declared.
No examples provided.
scalepad_core_hardware_assets_get ~38
Get a single ScalePad Core hardware asset by id (read-only).
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Core hardware asset id |
No output schema declared.
No examples provided.
scalepad_core_hardware_assets_list ~183
List ScalePad Core hardware assets (read-only, cursor-paginated). Filterable by name, client, contact, manufacturer, model, serial number, type, location, and CPU/RAM/disk configuration.
| 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: id, name, client.id, client.name, contact.id, manufacturer.id, manufacturer.name, model.number, serial_nu… |
| page_size | number | – | Results per page (1-200; API default 25). |
No output schema declared.
No examples provided.
scalepad_core_integration_configurations_list ~29
List ScalePad Core integration configurations (read-only; no filters or pagination).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
scalepad_core_integration_vendors_list ~128
List ScalePad Core integration vendors (read-only, cursor-paginated; page_size 1-200, default 25). Filterable by name, vendor id, and category.
| 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: name, vendor_id, category. |
| page_size | number | – | Results per page (1-200; API default 25). |
No output schema declared.
No examples provided.
scalepad_core_members_get ~34
Get a single ScalePad Core member by id (read-only).
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Core member id |
No output schema declared.
No examples provided.
scalepad_core_members_list ~218
List ScalePad Core members (your team; read-only, cursor-paginated; page_size 1-200, default 25). A POST-based search upstream — filter by title, hire date, reporting line, cost, capacity, or lineage.
| 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: id, hired_at, title, is_scalepad_user, reports_to_member.id, hourly_cost.amount, daily_capacity, record_l… |
| page_size | number | – | Results per page (1-200; API default 25). |
| sort | string | – | Sort field; prefix with "-" for descending (e.g. "-record_updated_at"). |
No output schema declared.
No examples provided.
scalepad_core_opportunities_get ~35
Get a single ScalePad Core opportunity by id (read-only).
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Core opportunity id |
No output schema declared.
No examples provided.
scalepad_core_opportunities_list ~193
List ScalePad Core opportunities (read-only, cursor-paginated). Filterable by title, source status/stage, active flag, probability, client, contact, responsible member, lineage, 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: id, title, source_status, source_stage, is_active, probability, client.id, client.name, contact.id, respo… |
| page_size | number | – | Results per page (1-200; API default 25). |
No output schema declared.
No examples provided.
scalepad_core_product_catalog_get ~39
Get a single ScalePad Core product catalog record by id (read-only).
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Core product catalog record id |
No output schema declared.
No examples provided.
scalepad_core_product_catalog_list ~192
List ScalePad Core product catalog records (read-only, cursor-paginated). Filterable by source system/product, name, category/subcategory, product type/class, manufacturer, active flag, updated timestamp, and lineage.
| 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: id, source_system, source_product_id, source_product_identifier, name, category, subcategory, product_typ… |
| page_size | number | – | Results per page (1-200; API default 25). |
No output schema declared.
No examples provided.
scalepad_core_saas_assets_get ~40
Get a single ScalePad Core SaaS asset by id (read-only).
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Core SaaS asset id |
No output schema declared.
No examples provided.
scalepad_core_saas_assets_list ~191
List ScalePad Core SaaS assets (read-only, cursor-paginated). Filterable by client, product/manufacturer/SKU, status, tenant domain, term dates, auto-renewal, and subscription id.
| 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: id, client.id, client.name, product.manufacturer.id, product.manufacturer.name, product.id, product.name,… |
| page_size | number | – | Results per page (1-200; API default 25). |
No output schema declared.
No examples provided.
scalepad_core_saas_users_get ~40
Get a single ScalePad Core SaaS user by id (read-only).
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Core SaaS user id |
No output schema declared.
No examples provided.
scalepad_core_saas_users_list ~186
List ScalePad Core SaaS users (read-only, cursor-paginated). Filterable by client, contact, parent asset and its status, product/manufacturer/SKU, term dates, and subscription id.
| 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: id, client.id, client.name, contact.id, asset.id, asset.status, product.manufacturer.id, product.manufact… |
| page_size | number | – | Results per page (1-200; API default 25). |
No output schema declared.
No examples provided.
scalepad_core_sites_get ~34
Get a single ScalePad Core site by id (read-only).
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Core site id |
No output schema declared.
No examples provided.
scalepad_core_sites_list ~150
List ScalePad Core sites (read-only, cursor-paginated; page_size 1-200, default 25). Filterable by client and record lineage.
| 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: id, client.id, record_lineage.source_record_id, record_lineage.integration_configuration.id, record_linea… |
| page_size | number | – | Results per page (1-200; API default 25). |
No output schema declared.
No examples provided.
scalepad_core_tickets_get ~37
Get a single ScalePad Core service ticket by id (read-only).
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Core service ticket id |
No output schema declared.
No examples provided.
scalepad_core_tickets_list ~184
List ScalePad Core service tickets (read-only, cursor-paginated). Filterable by owner/responsible member, client, contact, contract, board, category, child/long flags, and timeline created/updated/responded 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: id, owner_member.id, responsible_member.id, client.id, client.name, contact.id, contract.id, contract.nam… |
| page_size | number | – | Results per page (1-200; API default 25). |
No output schema declared.
No examples provided.
scalepad_lm_action_items_completion_status_update ~66
⚠ HIGH-IMPACT. Mark a Lifecycle Manager action item completed or not completed. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Action item id |
| is_completed | boolean | yes | true to mark completed, false to reopen |
No output schema declared.
No examples provided.
scalepad_lm_action_items_create ~106
⚠ HIGH-IMPACT. Create a new Lifecycle Manager action item for a client. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| assigned_user_ids | array | – | User ids to assign |
| client_key | string | yes | Client key (from clients lookup) |
| description | string | yes | Action item description (plain text) |
| description_json | – | – | Action item description (rich-text JSON) |
| due_at | string | – | Due date (ISO 8601) |
No output schema declared.
No examples provided.
scalepad_lm_action_items_delete ~50
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a Lifecycle Manager action item. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Action item id |
No output schema declared.
No examples provided.
scalepad_lm_action_items_get ~32
Get a Lifecycle Manager action item by id.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Action item id |
No output schema declared.
No examples provided.
scalepad_lm_action_items_list ~164
List Lifecycle Manager action items (cursor-paginated; page_size 1-200, default 25). Filterable by client, completion, overdue status, assignees, creator, and unassigned flag.
| 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_completed, is_overdue, assigned_user_ids, created_by_user_id, is_unassigned. |
| 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_action_items_pin_update ~65
⚠ HIGH-IMPACT. Pin or unpin a Lifecycle Manager action item. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Action item id |
| is_pinned | boolean | yes | true to pin, false to unpin |
No output schema declared.
No examples provided.
scalepad_lm_action_items_reposition ~87
⚠ HIGH-IMPACT. Reposition a Lifecycle Manager action item relative to another (before_id/after_id). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| after_id | string | – | Place the item after this action item id |
| before_id | string | – | Place the item before this action item id |
| id | string | yes | Action item id |
No output schema declared.
No examples provided.
scalepad_lm_action_items_update ~68
⚠ HIGH-IMPACT. Update a Lifecycle Manager action item (description, assignees, due date, …). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Action item id |
| update_payload | object | yes | The action item update payload |
No output schema declared.
No examples provided.
scalepad_lm_active_users_list ~24
List active Lifecycle Manager users (no filters or pagination).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
scalepad_lm_assessment_templates_create ~48
⚠ HIGH-IMPACT. Create a new Lifecycle Manager assessment template. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| assessment_template | object | yes | The assessment template payload |
No output schema declared.
No examples provided.
scalepad_lm_assessment_templates_delete ~53
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a Lifecycle Manager assessment template. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| assessment_template_id | string | yes | Assessment template id |
No output schema declared.
No examples provided.
scalepad_lm_assessment_templates_get ~35
Get a Lifecycle Manager assessment template by id.
| Name | Type | Req | Description |
|---|---|---|---|
| assessment_template_id | string | yes | Assessment template id |
No output schema declared.
No examples provided.
scalepad_lm_assessment_templates_list ~25
List Lifecycle Manager assessment templates (no filters or pagination).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
scalepad_lm_assessment_templates_update ~60
⚠ HIGH-IMPACT. Update a Lifecycle Manager assessment template. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| assessment_template | object | yes | The updated assessment template payload |
| assessment_template_id | string | yes | Assessment template id |
No output schema declared.
No examples provided.
scalepad_lm_assessments_completion_status_update ~65
⚠ HIGH-IMPACT. Mark a Lifecycle Manager assessment completed or not completed. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Assessment id |
| is_completed | boolean | yes | true to mark completed, false to reopen |
No output schema declared.
No examples provided.
scalepad_lm_assessments_create ~105
⚠ HIGH-IMPACT. Create a new Lifecycle Manager assessment for a client from an assessment template. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| assessment_template_id | string | – | Assessment template id |
| client_key | string | yes | Client key (from clients lookup) |
| evaluate_at | string | – | Evaluation date (ISO 8601) |
| evaluate_user_id | string | – | Evaluating user id |
| title | string | yes | Assessment title |
No output schema declared.
No examples provided.
scalepad_lm_assessments_delete ~49
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a Lifecycle Manager assessment. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Assessment id |
No output schema declared.
No examples provided.
scalepad_lm_assessments_evaluate ~60
⚠ HIGH-IMPACT. Submit question evaluations for a Lifecycle Manager assessment. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Assessment id |
| question_evaluations | array | yes | Question evaluation entries |
No output schema declared.
No examples provided.
scalepad_lm_assessments_get ~31
Get a Lifecycle Manager assessment by id.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Assessment id |
No output schema declared.
No examples provided.
scalepad_lm_assessments_internal_comment_update ~60
⚠ HIGH-IMPACT. Update the internal comment on a Lifecycle Manager assessment. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Assessment id |
| internal_comment | string | yes | Internal comment text |
No output schema declared.
No examples provided.
scalepad_lm_assessments_list ~125
List Lifecycle Manager assessments (cursor-paginated; page_size 1-200, default 25). Filterable by client, status, and assessment template.
| 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, assessment_template_id. |
| page_size | number | – | Results per page (1-200; API default 25). |
No output schema declared.
No examples provided.
scalepad_lm_assessments_question_internal_comment_update ~88
⚠ HIGH-IMPACT. Update the internal (team-only) comment on an assessment question. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| assessment_id | string | yes | Assessment id |
| comment_json | – | – | Comment (rich-text JSON) |
| comment_plain_text | string | – | Comment (plain text) |
| question_id | string | yes | Question id |
No output schema declared.
No examples provided.
scalepad_lm_assessments_question_public_comment_update ~88
⚠ HIGH-IMPACT. Update the public (client-visible) comment on an assessment question. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| assessment_id | string | yes | Assessment id |
| comment_json | – | – | Comment (rich-text JSON) |
| comment_plain_text | string | – | Comment (plain text) |
| question_id | string | yes | Question id |
No output schema declared.
No examples provided.
scalepad_lm_assessments_update ~87
⚠ HIGH-IMPACT. Update a Lifecycle Manager assessment (title, evaluator, evaluation date). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| evaluate_at | string | – | Evaluation date (ISO 8601) |
| evaluate_user_id | string | – | Evaluating user id |
| id | string | yes | Assessment id |
| title | string | – | Assessment title |
No output schema declared.
No examples provided.
scalepad_lm_budget_availabilities_get ~34
Get the budget availabilities for a client.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | Client id |
No output schema declared.
No examples provided.