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_br_backups_get_health ~77

Get backup health for a single Backup Radar client by client ID, including per-device backup status. history_days controls how many days of backup history feed the health rollup.

NameTypeReqDescription
history_daysnumberDays of backup history to include in the health rollup
idstringyesBackup Radar client ID

No output schema declared.

No examples provided.

scalepad_br_backups_list_devices ~177

List backup devices across Backup Radar clients. Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by device name or device ID; history_days controls how many days of backup history are included per device.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous page
filter_device_idstringFilter by backup device ID (filter[device_id])
filter_device_namestringFilter by backup device name (filter[device_name])
history_daysnumberDays of backup history to include per device
page_sizenumberResults per page, 1-200 (default 50)
sortstringSort expression (field name, prefix with '-' for descending)

No output schema declared.

No examples provided.

scalepad_br_backups_list_health ~172

List all Backup Radar clients with their backup health rollups (healthy / warning / failed counts). Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. history_days controls how many days of backup history feed the health rollup. Filterable by client name.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous page
filter_client_namestringFilter results to clients whose name matches (filter[client.name])
history_daysnumberDays of backup history to include in the health rollup
page_sizenumberResults per page, 1-200 (default 50)
sortstringSort expression (field name, prefix with '-' for descending)

No output schema declared.

No examples provided.

scalepad_cm_action_items_create ~177

⚠ HIGH-IMPACT. Create an action item for a ControlMap client (weakness, corrective action, priority, responsible person/department, effort, roadmap, currency). Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
corrective_actionstringPlanned corrective action
currencystringCurrency for cost fields (ISO 4217)
efforts_in_hoursnumberEstimated effort in hours
prioritystringPriority
responsible_departmentstringResponsible department
responsible_personstringResponsible person
roadmapstringRoadmap placement
statusstringAction item status
weakness_descriptionstringWeakness description
weakness_namestringyesWeakness name

No output schema declared.

No examples provided.

scalepad_cm_action_items_delete ~63

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a ControlMap action item. Confirm with the user before invoking.

NameTypeReqDescription
action_item_idstringyesAction item ID
client_idstringyesControlMap client ID

No output schema declared.

No examples provided.

scalepad_cm_action_items_generate_signed_urls ~101

⚠ HIGH-IMPACT. Generate signed upload URLs for a document on a ControlMap action item (preferred for files over 10 MB). Confirm with the user before invoking.

NameTypeReqDescription
action_item_idstringyesAction item ID
client_idstringyesControlMap client ID
file_namestringyesName of the file to upload
file_size_bytesnumberyesFile size in bytes

No output schema declared.

No examples provided.

scalepad_cm_action_items_get ~49

Get a single ControlMap action item by ID for a client.

NameTypeReqDescription
action_item_idstringyesAction item ID
client_idstringyesControlMap client ID

No output schema declared.

No examples provided.

scalepad_cm_action_items_list_summaries ~175

List action-item summaries across all ControlMap clients. Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by client ID, tenant ID, or name.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous page
filter_client_idstringFilter by client ID (filter[client.id])
filter_client_namestringFilter by client name (filter[client.name])
filter_client_tenant_idstringFilter by client tenant ID (filter[client.tenant_id])
page_sizenumberResults per page, 1-200 (default 50)
sortstringSort expression (field name, prefix with '-' for descending)

No output schema declared.

No examples provided.

scalepad_cm_action_items_map ~149

⚠ HIGH-IMPACT. Map a ControlMap action item to objectives, assessment questions, risks, controls, assets, and/or asset types. Confirm with the user before invoking.

NameTypeReqDescription
action_item_idstringyesAction item ID
asset_codesarrayAsset codes to map
asset_type_namesarrayAsset type names to map
client_idstringyesControlMap client ID
control_codesarrayControl codes to map
objective_codesarrayFramework objective codes to map
question_codesarrayAssessment question codes to map
risk_codesarrayRisk codes to map

No output schema declared.

No examples provided.

scalepad_cm_action_items_search ~164

Search a ControlMap client's action items (POST search with a structured filter body; omit filter to list all). Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page.

NameTypeReqDescription
client_idstringyesControlMap client ID
cursorstringOpaque pagination cursor from the previous page
fieldsarrayFields to include in the results
filterobjectStructured filter object (field -> condition), per developer.scalepad.com. Omit to return everything.
page_sizenumberResults per page, 1-200 (default 50)
sortstringSort expression (field name, prefix with '-' for descending)

No output schema declared.

No examples provided.

scalepad_cm_action_items_unmap ~159

⚠ HIGH-IMPACT. Bulk-remove mappings between a ControlMap action item and objectives, assessment questions, risks, controls, assets, and/or asset types. Confirm with the user before invoking.

NameTypeReqDescription
action_item_idstringyesAction item ID
asset_codesarrayAsset codes to unmap
asset_type_namesarrayAsset type names to unmap
client_idstringyesControlMap client ID
control_codesarrayControl codes to unmap
objective_codesarrayFramework objective codes to unmap
question_codesarrayAssessment question codes to unmap
risk_codesarrayRisk codes to unmap

No output schema declared.

No examples provided.

scalepad_cm_action_items_update ~199

⚠ HIGH-IMPACT. Partially update a ControlMap action item (weakness, corrective action, status, priority, responsible person/department, effort, roadmap, planned start date). Only the provided fields change. Confirm with the user before invoking.

NameTypeReqDescription
action_item_idstringyesAction item ID
client_idstringyesControlMap client ID
corrective_actionstringPlanned corrective action
efforts_in_hoursnumberEstimated effort in hours
planned_start_datestringPlanned start date, ISO 8601
prioritystringPriority
responsible_departmentstringResponsible department
responsible_personstringResponsible person
roadmapstringRoadmap placement
statusstringAction item status
weakness_descriptionstringWeakness description
weakness_namestringWeakness name

No output schema declared.

No examples provided.

scalepad_cm_action_items_upload_document ~108

⚠ HIGH-IMPACT. Upload a supporting document (multipart, up to 10 MB) to a ControlMap action item. For larger files use scalepad_cm_action_items_generate_signed_urls. Confirm with the user before invoking.

NameTypeReqDescription
action_item_idstringyesAction item ID
client_idstringyesControlMap client ID
filestringyesFile content, base64-encoded
file_namestringFile name

No output schema declared.

No examples provided.

scalepad_cm_assessments_clear_answer ~72

⚠ HIGH-IMPACT. Clear the saved answer of an assessment question for a ControlMap client (the question reverts to unanswered). Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
question_codestringyesAssessment question code

No output schema declared.

No examples provided.

scalepad_cm_assessments_create_response ~93

⚠ HIGH-IMPACT. Add a free-text response to an assessment question for a ControlMap client (attributed via provided_by). Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
provided_bystringWho provided the response
question_codestringyesAssessment question code
responsestringyesResponse text

No output schema declared.

No examples provided.

scalepad_cm_assessments_delete_response ~80

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a response from an assessment question for a ControlMap client. Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
question_codestringyesAssessment question code
response_idstringyesResponse ID

No output schema declared.

No examples provided.

scalepad_cm_assessments_get_question ~58

Get a single assessment question (with its answer and responses) by question code for a ControlMap client.

NameTypeReqDescription
client_idstringyesControlMap client ID
question_codestringyesAssessment question code

No output schema declared.

No examples provided.

scalepad_cm_assessments_get_summary ~64

Get the assessment summary for a single ControlMap client. Set include_framework_assessment_stats for per-framework stats.

NameTypeReqDescription
client_idstringyesControlMap client ID
include_framework_assessment_statsbooleanInclude per-framework assessment statistics

No output schema declared.

No examples provided.

scalepad_cm_assessments_list_summaries ~155

List assessment overviews across all ControlMap clients. Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by client tenant ID or name.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous page
filter_client_namestringFilter by client name (filter[client.name])
filter_client_tenant_idstringFilter by client tenant ID (filter[client.tenant_id])
page_sizenumberResults per page, 1-200 (default 50)
sortstringSort expression (field name, prefix with '-' for descending)

No output schema declared.

No examples provided.

scalepad_cm_assessments_map_question ~122

⚠ HIGH-IMPACT. Map an assessment question to evidence, action items, policies, and/or procedures for a ControlMap client. Confirm with the user before invoking.

NameTypeReqDescription
action_item_codesarrayAction item codes to map
client_idstringyesControlMap client ID
evidence_codesarrayEvidence codes to map
policy_codesarrayPolicy codes to map
procedure_codesarrayProcedure codes to map
question_codestringyesAssessment question code

No output schema declared.

No examples provided.

scalepad_cm_assessments_save_answer ~81

⚠ HIGH-IMPACT. Save (set or replace) the answer to an assessment question for a ControlMap client. Confirm with the user before invoking.

NameTypeReqDescription
answerstringyesThe answer value to save
client_idstringyesControlMap client ID
question_codestringyesAssessment question code

No output schema declared.

No examples provided.

scalepad_cm_assessments_search_questions ~177

Search a ControlMap client's assessment questions (POST search with a structured filter body and optional rules). Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page.

NameTypeReqDescription
client_idstringyesControlMap client ID
cursorstringOpaque pagination cursor from the previous page
fieldsarrayFields to include in the results
filterobjectStructured filter object (field -> condition), per developer.scalepad.com. Omit to return everything.
page_sizenumberResults per page, 1-200 (default 50)
rulesobjectAdditional rule constraints for the question search
sortstringSort expression (field name, prefix with '-' for descending)

No output schema declared.

No examples provided.

scalepad_cm_assessments_unmap_question ~129

⚠ HIGH-IMPACT. Remove mappings between an assessment question and evidence, action items, policies, and/or procedures for a ControlMap client. Confirm with the user before invoking.

NameTypeReqDescription
action_item_codesarrayAction item codes to unmap
client_idstringyesControlMap client ID
evidence_codesarrayEvidence codes to unmap
policy_codesarrayPolicy codes to unmap
procedure_codesarrayProcedure codes to unmap
question_codestringyesAssessment question code

No output schema declared.

No examples provided.

scalepad_cm_assessments_update_response ~106

⚠ HIGH-IMPACT. Update an existing response on an assessment question for a ControlMap client (addressed by response id in the body). Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
idstringyesResponse ID to update
provided_bystringWho provided the response
question_codestringyesAssessment question code
responsestringResponse text

No output schema declared.

No examples provided.

scalepad_cm_controls_create ~151

⚠ HIGH-IMPACT. Create a control for a ControlMap client (type, name, description, tag, contributors, owner, control set / family). Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
contributorsarrayContributor emails
control_family_namestringControl family to place the control in
control_set_namestringControl set to place the control in
descriptionstringControl description
namestringyesControl name
owner_emailstringControl owner's email
tagstringControl tag
typestringControl type

No output schema declared.

No examples provided.

scalepad_cm_controls_delete ~62

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a control from a ControlMap client. Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
control_idstringyesControl ID

No output schema declared.

No examples provided.

scalepad_cm_controls_get ~45

Get a single ControlMap control by ID for a client.

NameTypeReqDescription
client_idstringyesControlMap client ID
control_idstringyesControl ID

No output schema declared.

No examples provided.

scalepad_cm_controls_get_summary ~39

Get the control summary for a single ControlMap client (counts by status).

NameTypeReqDescription
client_idstringyesControlMap client ID

No output schema declared.

No examples provided.

scalepad_cm_controls_list_families ~155

List control families for a ControlMap client. Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by ID, name, or code.

NameTypeReqDescription
client_idstringyesControlMap client ID
cursorstringOpaque pagination cursor from the previous page
filter_codestringFilter by control family code (filter[code])
filter_idstringFilter by control family ID (filter[id])
filter_namestringFilter by control family name (filter[name])
page_sizenumberResults per page, 1-200 (default 50)

No output schema declared.

No examples provided.

scalepad_cm_controls_list_sets ~153

List control sets for a ControlMap client. Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by ID, name, or code.

NameTypeReqDescription
client_idstringyesControlMap client ID
cursorstringOpaque pagination cursor from the previous page
filter_codestringFilter by control set code (filter[code])
filter_idstringFilter by control set ID (filter[id])
filter_namestringFilter by control set name (filter[name])
page_sizenumberResults per page, 1-200 (default 50)

No output schema declared.

No examples provided.

scalepad_cm_controls_list_summaries ~126

List control summaries across all ControlMap clients. Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by client ID.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous page
filter_client_idstringFilter by client ID (filter[client.id])
page_sizenumberResults per page, 1-200 (default 50)
sortstringSort expression (field name, prefix with '-' for descending)

No output schema declared.

No examples provided.

scalepad_cm_controls_map ~159

⚠ HIGH-IMPACT. Map a ControlMap control to related items: evidence, policies, risks, action items, procedures, governance, and/or framework objectives. Confirm with the user before invoking.

NameTypeReqDescription
action_item_codesarrayAction item codes to map
client_idstringyesControlMap client ID
control_idstringyesControl ID
evidence_codesarrayEvidence codes to map
governance_codesarrayGovernance codes to map
objectivesarrayFramework objectives to map
policy_codesarrayPolicy codes to map
procedure_codesarrayProcedure codes to map
risk_codesarrayRisk codes to map

No output schema declared.

No examples provided.

scalepad_cm_controls_search ~163

Search a ControlMap client's controls (POST search with a structured filter body; omit filter to list all controls). Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page.

NameTypeReqDescription
client_idstringyesControlMap client ID
cursorstringOpaque pagination cursor from the previous page
fieldsarrayFields to include in the results
filterobjectStructured filter object (field -> condition), per developer.scalepad.com. Omit to return everything.
page_sizenumberResults per page, 1-200 (default 50)
sortstringSort expression (field name, prefix with '-' for descending)

No output schema declared.

No examples provided.

scalepad_cm_controls_unmap ~168

⚠ HIGH-IMPACT. Bulk-remove mappings between a ControlMap control and related items (evidence, policies, risks, action items, procedures, governance, objectives). Confirm with the user before invoking.

NameTypeReqDescription
action_item_codesarrayAction item codes to unmap
client_idstringyesControlMap client ID
control_idstringyesControl ID
evidence_codesarrayEvidence codes to unmap
governance_codesarrayGovernance codes to unmap
objectivesarrayFramework objectives to unmap
policy_codesarrayPolicy codes to unmap
procedure_codesarrayProcedure codes to unmap
risk_codesarrayRisk codes to unmap

No output schema declared.

No examples provided.

scalepad_cm_controls_update ~179

⚠ HIGH-IMPACT. Partially update a ControlMap control (name, description, code, status, owner, type, frequency, team, implementation notes, control family). Only the provided fields change. Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
codestringControl code
control_family_namestringControl family name
control_idstringyesControl ID
descriptionstringControl description
frequencystringReview/operation frequency
implementation_notesstringImplementation notes
namestringControl name
ownerstringControl owner
statusstringControl status
teamstringResponsible team
typestringControl type

No output schema declared.

No examples provided.

scalepad_cm_documents_delete ~59

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a ControlMap document. Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
document_idstringyesDocument ID

No output schema declared.

No examples provided.

scalepad_cm_documents_get_signed_url ~52

Get a time-limited signed download URL for a ControlMap document by document ID.

NameTypeReqDescription
client_idstringyesControlMap client ID
document_idstringyesDocument ID

No output schema declared.

No examples provided.

scalepad_cm_evidence_create ~149

⚠ HIGH-IMPACT. Create an evidence record for a ControlMap client (title, description, owner, assignee, refresh schedule, initial mappings). Confirm with the user before invoking.

NameTypeReqDescription
assignee_emailstringAssignee's email
client_idstringyesControlMap client ID
descriptionstringEvidence description
mappingsobjectInitial mappings (objective/control/question codes)
owner_emailstringOwner's email
repeat_typestringRefresh repeat type (e.g. monthly, quarterly, yearly)
scheduleobjectRefresh schedule definition
titlestringyesEvidence title

No output schema declared.

No examples provided.

scalepad_cm_evidence_delete ~65

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a ControlMap evidence record (and its requests). Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
evidence_idstringyesEvidence ID

No output schema declared.

No examples provided.

scalepad_cm_evidence_delete_schedule ~92

⚠ DESTRUCTIVE — IRREVERSIBLE. Delete the refresh schedule from a ControlMap evidence record. schedule_action controls how pending scheduled requests are handled. Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
evidence_idstringyesEvidence ID
schedule_actionstringHow to handle pending scheduled requests when removing the schedule

No output schema declared.

No examples provided.

scalepad_cm_evidence_get ~47

Get a single ControlMap evidence record by ID for a client.

NameTypeReqDescription
client_idstringyesControlMap client ID
evidence_idstringyesEvidence ID

No output schema declared.

No examples provided.

scalepad_cm_evidence_list_summaries ~174

List evidence summaries across all ControlMap clients. Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by client ID, tenant ID, or name.

NameTypeReqDescription
cursorstringOpaque pagination cursor from the previous page
filter_client_idstringFilter by client ID (filter[client.id])
filter_client_namestringFilter by client name (filter[client.name])
filter_client_tenant_idstringFilter by client tenant ID (filter[client.tenant_id])
page_sizenumberResults per page, 1-200 (default 50)
sortstringSort expression (field name, prefix with '-' for descending)

No output schema declared.

No examples provided.

scalepad_cm_evidence_map ~104

⚠ HIGH-IMPACT. Map a ControlMap evidence record to framework objectives, controls, and/or assessment questions. Confirm with the user before invoking.

NameTypeReqDescription
assessment_question_codesarrayAssessment question codes to map
client_idstringyesControlMap client ID
control_codesarrayControl codes to map
evidence_idstringyesEvidence ID
objective_codesarrayFramework objective codes to map

No output schema declared.

No examples provided.

scalepad_cm_evidence_refresh_mappings ~52

⚠ HIGH-IMPACT. Refresh (recompute) a ControlMap client's evidence mappings. Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID

No output schema declared.

No examples provided.

scalepad_cm_evidence_requests_archive ~68

⚠ HIGH-IMPACT. Archive a ControlMap evidence request (removes it from active views without deleting data). Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
evidence_request_idstringyesEvidence request ID

No output schema declared.

No examples provided.

scalepad_cm_evidence_requests_create ~63

⚠ HIGH-IMPACT. Create a new (empty) request in a ControlMap evidence record. Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
evidence_idstringyesEvidence ID

No output schema declared.

No examples provided.

scalepad_cm_evidence_requests_create_link ~94

⚠ HIGH-IMPACT. Attach a named hyperlink to a ControlMap evidence request (link-based evidence instead of a file upload). Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
evidence_request_idstringyesEvidence request ID
hyperlinkstringyesURL of the linked evidence
namestringyesLink display name

No output schema declared.

No examples provided.

scalepad_cm_evidence_requests_create_with_upload ~113

⚠ HIGH-IMPACT. Create an evidence request on a ControlMap evidence record by directly uploading a document (multipart, up to 10 MB). For larger files use scalepad_cm_evidence_requests_create_with_urls. Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
evidence_idstringyesEvidence ID
filestringyesFile content, base64-encoded
file_namestringFile name

No output schema declared.

No examples provided.

scalepad_cm_evidence_requests_create_with_urls ~106

⚠ HIGH-IMPACT. Create an evidence request on a ControlMap evidence record and get signed upload URLs for the named file (preferred for files over 10 MB). Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
evidence_idstringyesEvidence ID
file_namestringyesName of the file to upload
file_size_bytesnumberyesFile size in bytes

No output schema declared.

No examples provided.

scalepad_cm_evidence_requests_delete ~71

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a ControlMap evidence request (and its uploaded documents/links). Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
evidence_request_idstringyesEvidence request 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.