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-AI/SCALEPAD-MCP:V1.0.6 · SCANNED SEP 20

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

+3 this week 53 Trust /100
Trust breakdown (7 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 → Why this is hard to 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 Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 43 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 381 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass

Unverified: 1 category

A category scored 0 because we could not verify it: 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

How do I install the ScalePad MCP server?

ScalePad runs locally as a container image, launched with docker run --rm -i ghcr.io/wyre-ai/scalepad-mcp:v1.0.6. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

oci · ghcr.io/wyre-ai/scalepad-mcp:v1.0.6

# add to Claude Code
claude mcp add wyre-ai-scalepad-mcp -- docker run --rm -i ghcr.io/wyre-ai/scalepad-mcp:v1.0.6
// .cursor/mcp.json
{
  "mcpServers": {
    "wyre-ai-scalepad-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/scalepad-mcp:v1.0.6"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "wyre-ai-scalepad-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/scalepad-mcp:v1.0.6"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add wyre-ai-scalepad-mcp -- docker run --rm -i ghcr.io/wyre-ai/scalepad-mcp:v1.0.6
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-ai-scalepad-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/scalepad-mcp:v1.0.6"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  wyre-ai-scalepad-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-ai/scalepad-mcp:v1.0.6"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "wyre-ai-scalepad-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/scalepad-mcp:v1.0.6"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "wyre-ai-scalepad-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/scalepad-mcp:v1.0.6"
      ]
    }
  }
}
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 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 57 to 60. That category is still filling its 30-day observation window: 17 days of observed history at the previous scan, 18 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

  • 5 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

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 20 Sept 2026 · Analysed oci/ghcr.io/wyre-ai/scalepad-mcp:v1.0.6

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

Background: How many MCP packages publish verified provenance →

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

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.

Common questions

What is the ScalePad MCP server?

ScalePad is an MCP server listed in the public MCP registry as io.github.WYRE-AI/scalepad-mcp. MCP server for ScalePad, Core, Lifecycle Manager, ControlMap, Backup Radar, and Quoter. This page covers its container image (ghcr.io/wyre-ai/scalepad-mcp:v1.0.6).

Is the ScalePad MCP server safe to use?

ScalePad scores 53 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the ScalePad MCP server expose?

ScalePad exposes 381 tools: scalepad_navigate, scalepad_status, scalepad_core_clients_list, scalepad_core_clients_get, scalepad_core_contacts_list, and 376 more. Their descriptions and schemas cost roughly 34,827 tokens of context every time the server is loaded.

Is the ScalePad MCP server still maintained?

ScalePad is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the ScalePad MCP server under?

ScalePad declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.