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_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.

NameTypeReqDescription
client_idstringyesClient id
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: is_third_party, name.
frequencystringForecast bucket frequency
include_not_scheduledbooleanInclude items not yet scheduled
include_overduebooleanInclude overdue items
page_sizenumberResults per page (1-200; API default 25).
period_countnumberNumber of periods in the forecast window
sortstringSort field; prefix with "-" for descending.
starting_datestringForecast 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.

NameTypeReqDescription
client_idstringyesClient id
filterobjectOptional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: type, status, asset_type.id, is_third_party, name.
frequencystringForecast bucket frequency
include_not_scheduledbooleanInclude items not yet scheduled
include_overduebooleanInclude overdue items
period_countnumberNumber of periods in the forecast window
starting_datestringForecast 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.

NameTypeReqDescription
client_idstringyesClient id
filterobjectOptional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: type, status, asset_type.id, is_third_party, name.
frequencystringForecast bucket frequency
groupstringGrouping to apply to the detail rows
include_chartbooleanInclude the forecast chart in the PDF
include_not_scheduledbooleanInclude items not yet scheduled
include_overduebooleanInclude overdue items
period_countnumberNumber of periods in the forecast window
starting_datestringForecast 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.

NameTypeReqDescription
client_idstringyesClient id
filterobjectOptional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: type, status, asset_type.id, is_third_party, name.
frequencystringForecast bucket frequency
include_chartbooleanInclude the forecast chart in the PDF
include_not_scheduledbooleanInclude items not yet scheduled
include_overduebooleanInclude overdue items
period_countnumberNumber of periods in the forecast window
starting_datestringForecast 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.

NameTypeReqDescription
client_idstringyesClient id
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: status, name.
frequencystringForecast bucket frequency
include_not_scheduledbooleanInclude items not yet scheduled
include_overduebooleanInclude overdue items
page_sizenumberResults per page (1-200; API default 25).
period_countnumberNumber of periods in the forecast window
sortstringSort field; prefix with "-" for descending.
starting_datestringForecast 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.

NameTypeReqDescription
client_idstringyesClient id
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: asset_type.id, name.
frequencystringForecast bucket frequency
include_not_scheduledbooleanInclude items not yet scheduled
include_overduebooleanInclude overdue items
page_sizenumberResults per page (1-200; API default 25).
period_countnumberNumber of periods in the forecast window
sortstringSort field; prefix with "-" for descending.
starting_datestringForecast 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.

NameTypeReqDescription
client_idstringyesClient id
filterobjectOptional filters, keyed by API filter name and sent as filter[<key>]=<value>. Supported keys: type, status, asset_type.id, is_third_party, name.
frequencystringForecast bucket frequency (e.g. monthly, quarterly, yearly)
include_not_scheduledbooleanInclude items not yet scheduled
include_overduebooleanInclude overdue items
it_debt_group_by_asset_typebooleanGroup IT debt by asset type
period_countnumberNumber of periods in the forecast window
starting_datestringForecast 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.

NameTypeReqDescription
client_idstringyesClient id
searchstringOptional search term

No output schema declared.

No examples provided.

scalepad_lm_client_deliverables_list ~36

List all deliverables for a specific Lifecycle Manager client.

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

NameTypeReqDescription
client_group_idstringyesClient group id
client_keysarrayClient keys to add to the group
user_keysarrayUser 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.

NameTypeReqDescription
client_group_idstringyesClient 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).

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

NameTypeReqDescription
client_group_idstringyesClient group id
client_keysarrayClient keys to remove from the group
user_keysarrayUser 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.

NameTypeReqDescription
client_idstringyesClient id
searchstringOptional 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.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous response; omit for the first page.
page_sizenumberResults per page (1-200; API default 25).
searchstringSearch term to match client names
sortstringSort 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.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous response; omit for the first page.
page_sizenumberResults per page (1-200; API default 25).
searchstringSearch term to match client names
sortstringSort field; prefix with "-" for descending.

No output schema declared.

No examples provided.

scalepad_lm_contacts_get ~30

Get a Lifecycle Manager contact by id.

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

NameTypeReqDescription
contact_idstringyesContact id
is_hiddenbooleanyestrue 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.

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_hidden.
page_sizenumberResults per page (1-200; API default 25).
sortstringSort 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.

NameTypeReqDescription
contract_idstringyesContract id
hardware_keysarrayyesHardware 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.

NameTypeReqDescription
contract_idstringyesContract id
hardware_keysarrayyesHardware 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.

NameTypeReqDescription
client_keystringyesClient key (from clients lookup)
create_payloadobjectyesThe 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.

NameTypeReqDescription
idstringyesContract id

No output schema declared.

No examples provided.

scalepad_lm_contracts_get ~33

Get a Lifecycle Manager contract (agreement) by id.

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

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, expiry_status.
page_sizenumberResults 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.

NameTypeReqDescription
client_idstringClient id the contract belongs to
idstringyesContract id
update_payloadobjectyesThe 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.

NameTypeReqDescription
component_idstringyesComponent id
section_idstringyesSection id
template_idstringyesDeliverable 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.

NameTypeReqDescription
namestringyesTemplate name
sectionsarrayTemplate 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.

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

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

NameTypeReqDescription
template_idstringyesSource deliverable template id

No output schema declared.

No examples provided.

scalepad_lm_deliverable_templates_get ~37

Get a Lifecycle Manager deliverable template by id.

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

NameTypeReqDescription
section_idstringyesSection id
template_idstringyesDeliverable 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.

NameTypeReqDescription
namestringTemplate name
sectionsarrayTemplate sections
template_idstringyesDeliverable 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.

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

NameTypeReqDescription
component_idstringyesComponent id
deliverable_idstringyesDeliverable id
section_idstringyesSection 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.

NameTypeReqDescription
component_idstringyesComponent id
deliverable_idstringyesDeliverable id
section_idstringyesSection 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.

NameTypeReqDescription
client_idstringyesClient id
namestringyesDeliverable name
sectionsarrayDeliverable 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.

NameTypeReqDescription
client_idstringyesClient id
namestringName for the new deliverable
template_idstringyesDeliverable 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.

NameTypeReqDescription
deliverable_idstringyesDeliverable id

No output schema declared.

No examples provided.

scalepad_lm_deliverables_get ~35

Get a Lifecycle Manager deliverable by id.

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

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

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, created_by, has_meeting, name.
page_sizenumberResults per page (1-200; API default 25).
sortstringSort 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.

NameTypeReqDescription
deliverable_idstringyesDeliverable id

No output schema declared.

No examples provided.

scalepad_lm_deliverables_presentation_get ~40

Get a Lifecycle Manager deliverable in presentation form by id.

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

NameTypeReqDescription
deliverable_idstringyesDeliverable id
section_idstringyesSection id

No output schema declared.

No examples provided.