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

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.