Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

ScalePad

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

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

40 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency45
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 34827 tokens (~91/item across 381 items; 381 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass

Unverified: 2 categories

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

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

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

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

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Aug 26 40

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Aug 2026 · Analysed oci/ghcr.io/wyre-technology/scalepad-mcp:v1.0.5

Provenance No attestation

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

Result No attestation
Ecosystem oci
Reason No attestation published
MCP tools · 381 exposed · ~34,827 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
scalepad_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.

NameTypeReqDescription
categorystringRisk category
client_idstringyesControlMap client ID
codestringRisk code
departmentstringResponsible department
descriptionstringRisk description
owner_emailstringRisk owner's email
risk_idstringyesRisk ID
statusstringRisk status
teamstringResponsible team
titlestringRisk title

No output schema declared.

No examples provided.

scalepad_core_clients_get ~34

Get a single ScalePad Core client by id (read-only).

NameTypeReqDescription
idstringyesCore 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.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous response; omit for the first page.
filterobjectOptional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: id, name, lifecycle, num_contacts, num_hardware_assets, record_lineage.source_record_id, record_lineage.i…
page_sizenumberResults per page (1-200; API default 25).
sortstringSort 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).

NameTypeReqDescription
idstringyesCore 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.

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

NameTypeReqDescription
idstringyesCore 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.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous response; omit for the first page.
filterobjectOptional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: id, name, client.id, client.name, contact.id, is_recurring, type, term.starts_at, term.ends_at, term.is_a…
page_sizenumberResults 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).

NameTypeReqDescription
idstringyesCore 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.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous response; omit for the first page.
filterobjectOptional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: id, name, client.id, client.name, contact.id, manufacturer.id, manufacturer.name, model.number, serial_nu…
page_sizenumberResults 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.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous response; omit for the first page.
filterobjectOptional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: name, vendor_id, category.
page_sizenumberResults 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).

NameTypeReqDescription
idstringyesCore 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.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous response; omit for the first page.
filterobjectOptional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: id, hired_at, title, is_scalepad_user, reports_to_member.id, hourly_cost.amount, daily_capacity, record_l…
page_sizenumberResults per page (1-200; API default 25).
sortstringSort 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).

NameTypeReqDescription
idstringyesCore 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.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous response; omit for the first page.
filterobjectOptional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: id, title, source_status, source_stage, is_active, probability, client.id, client.name, contact.id, respo…
page_sizenumberResults 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).

NameTypeReqDescription
idstringyesCore 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.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous response; omit for the first page.
filterobjectOptional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: id, source_system, source_product_id, source_product_identifier, name, category, subcategory, product_typ…
page_sizenumberResults 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).

NameTypeReqDescription
idstringyesCore 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.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous response; omit for the first page.
filterobjectOptional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: id, client.id, client.name, product.manufacturer.id, product.manufacturer.name, product.id, product.name,…
page_sizenumberResults 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).

NameTypeReqDescription
idstringyesCore 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.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous response; omit for the first page.
filterobjectOptional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: id, client.id, client.name, contact.id, asset.id, asset.status, product.manufacturer.id, product.manufact…
page_sizenumberResults 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).

NameTypeReqDescription
idstringyesCore 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.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous response; omit for the first page.
filterobjectOptional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: id, client.id, record_lineage.source_record_id, record_lineage.integration_configuration.id, record_linea…
page_sizenumberResults 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).

NameTypeReqDescription
idstringyesCore 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.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous response; omit for the first page.
filterobjectOptional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: id, owner_member.id, responsible_member.id, client.id, client.name, contact.id, contract.id, contract.nam…
page_sizenumberResults 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.

NameTypeReqDescription
idstringyesAction item id
is_completedbooleanyestrue 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.

NameTypeReqDescription
assigned_user_idsarrayUser ids to assign
client_keystringyesClient key (from clients lookup)
descriptionstringyesAction item description (plain text)
description_jsonAction item description (rich-text JSON)
due_atstringDue 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.

NameTypeReqDescription
idstringyesAction item id

No output schema declared.

No examples provided.

scalepad_lm_action_items_get ~32

Get a Lifecycle Manager action item by id.

NameTypeReqDescription
idstringyesAction 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.

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

NameTypeReqDescription
idstringyesAction item id
is_pinnedbooleanyestrue 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.

NameTypeReqDescription
after_idstringPlace the item after this action item id
before_idstringPlace the item before this action item id
idstringyesAction 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.

NameTypeReqDescription
idstringyesAction item id
update_payloadobjectyesThe 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.

NameTypeReqDescription
assessment_templateobjectyesThe 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.

NameTypeReqDescription
assessment_template_idstringyesAssessment template id

No output schema declared.

No examples provided.

scalepad_lm_assessment_templates_get ~35

Get a Lifecycle Manager assessment template by id.

NameTypeReqDescription
assessment_template_idstringyesAssessment 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.

NameTypeReqDescription
assessment_templateobjectyesThe updated assessment template payload
assessment_template_idstringyesAssessment 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.

NameTypeReqDescription
idstringyesAssessment id
is_completedbooleanyestrue 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.

NameTypeReqDescription
assessment_template_idstringAssessment template id
client_keystringyesClient key (from clients lookup)
evaluate_atstringEvaluation date (ISO 8601)
evaluate_user_idstringEvaluating user id
titlestringyesAssessment 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.

NameTypeReqDescription
idstringyesAssessment 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.

NameTypeReqDescription
idstringyesAssessment id
question_evaluationsarrayyesQuestion evaluation entries

No output schema declared.

No examples provided.

scalepad_lm_assessments_get ~31

Get a Lifecycle Manager assessment by id.

NameTypeReqDescription
idstringyesAssessment 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.

NameTypeReqDescription
idstringyesAssessment id
internal_commentstringyesInternal 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.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous response; omit for the first page.
filterobjectOptional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: client.id, status, assessment_template_id.
page_sizenumberResults 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.

NameTypeReqDescription
assessment_idstringyesAssessment id
comment_jsonComment (rich-text JSON)
comment_plain_textstringComment (plain text)
question_idstringyesQuestion 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.

NameTypeReqDescription
assessment_idstringyesAssessment id
comment_jsonComment (rich-text JSON)
comment_plain_textstringComment (plain text)
question_idstringyesQuestion 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.

NameTypeReqDescription
evaluate_atstringEvaluation date (ISO 8601)
evaluate_user_idstringEvaluating user id
idstringyesAssessment id
titlestringAssessment title

No output schema declared.

No examples provided.

scalepad_lm_budget_availabilities_get ~34

Get the budget availabilities for a client.

NameTypeReqDescription
client_idstringyesClient id

No output schema declared.

No examples provided.