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_evidence_requests_list ~54

List the requests attached to a ControlMap evidence record (each request collects one round of evidence).

NameTypeReqDescription
client_idstringyesControlMap client ID
evidence_idstringyesEvidence ID

No output schema declared.

No examples provided.

scalepad_cm_evidence_requests_signed_urls ~102

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

NameTypeReqDescription
client_idstringyesControlMap client ID
evidence_request_idstringyesEvidence request 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_update ~118

⚠ HIGH-IMPACT. Partially update a ControlMap evidence request (assignee, status, due date, notes). Only the provided fields change. Confirm with the user before invoking.

NameTypeReqDescription
assigned_tostringAssignee
client_idstringyesControlMap client ID
due_datestringDue date, ISO 8601
evidence_request_idstringyesEvidence request ID
notesstringNotes
statusstringRequest status

No output schema declared.

No examples provided.

scalepad_cm_evidence_requests_upload_document ~116

⚠ HIGH-IMPACT. Upload a document (multipart, up to 10 MB) to an existing ControlMap evidence request. For larger files use the signed-URL flow (scalepad_cm_evidence_requests_signed_urls). Confirm with the user before invoking.

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

No output schema declared.

No examples provided.

scalepad_cm_evidence_search ~207

Search a ControlMap client's evidence records (POST search with a structured filter body; omit filter to list all evidence). Set fetch_items / evidence_request to include nested request detail. 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
evidence_requestbooleanInclude evidence request detail in the results
fetch_itemsbooleanInclude nested evidence items in the results
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_evidence_unmap ~111

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

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

No output schema declared.

No examples provided.

scalepad_cm_evidence_update ~105

⚠ HIGH-IMPACT. Update a ControlMap evidence record (title, description, owner, schedule). Only the provided fields change. Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
descriptionstringEvidence description
evidence_idstringyesEvidence ID
ownerstringOwner
scheduleobjectRefresh schedule definition
titlestringEvidence title

No output schema declared.

No examples provided.

scalepad_cm_governance_create ~69

⚠ HIGH-IMPACT. Create a governance document for a ControlMap client. Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
descriptionstringGovernance document description
titlestringyesGovernance document title

No output schema declared.

No examples provided.

scalepad_cm_governance_delete ~63

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

NameTypeReqDescription
client_idstringyesControlMap client ID
governance_idstringyesGovernance document ID

No output schema declared.

No examples provided.

scalepad_cm_governance_get ~49

Get a single ControlMap governance document by ID for a client.

NameTypeReqDescription
client_idstringyesControlMap client ID
governance_idstringyesGovernance document ID

No output schema declared.

No examples provided.

scalepad_cm_governance_list_summaries ~155

List governance 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_governance_map ~101

⚠ HIGH-IMPACT. Map a ControlMap governance document to framework objectives, policies, and/or controls. Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
control_codesarrayControl codes to map
governance_idstringyesGovernance document ID
objectivesarrayFramework objectives to map
policy_codesarrayPolicy codes to map

No output schema declared.

No examples provided.

scalepad_cm_governance_search ~165

Search a ControlMap client's governance documents (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_governance_unmap ~108

⚠ HIGH-IMPACT. Bulk-remove mappings between a ControlMap governance document and framework objectives, policies, and/or controls. Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
control_codesarrayControl codes to unmap
governance_idstringyesGovernance document ID
objectivesarrayFramework objectives to unmap
policy_codesarrayPolicy codes to unmap

No output schema declared.

No examples provided.

scalepad_cm_governance_update ~180

⚠ HIGH-IMPACT. Partially update a ControlMap governance document (title, description, code, status, data classification, review date, owner, approver, team, tags). Only the provided fields change. Confirm with the user before invoking.

NameTypeReqDescription
approverstringApprover
client_idstringyesControlMap client ID
codestringCode
data_classificationstringData classification
descriptionstringDescription
governance_idstringyesGovernance document ID
ownerstringOwner
review_datestringReview date, ISO 8601
statusstringStatus
tagsarrayTags
teamstringTeam
titlestringTitle

No output schema declared.

No examples provided.

scalepad_cm_health_get ~43

Get compliance health metrics for a single ControlMap client (framework progress, evidence and action-item posture).

NameTypeReqDescription
client_idstringyesControlMap client ID

No output schema declared.

No examples provided.

scalepad_cm_health_list ~186

List compliance health metrics 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
fieldsstringComma-separated list of fields to include
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_objectives_get ~57

Get a single framework objective by ID for a ControlMap client.

NameTypeReqDescription
client_idstringyesControlMap client ID
framework_idstringyesFramework ID
objective_idstringyesObjective ID

No output schema declared.

No examples provided.

scalepad_cm_objectives_get_summary ~41

Get the framework objective summary for a single ControlMap client (progress across frameworks).

NameTypeReqDescription
client_idstringyesControlMap client ID

No output schema declared.

No examples provided.

scalepad_cm_objectives_list_summaries ~155

List framework objective 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_objectives_search ~174

Search the objectives of a specific compliance framework for a ControlMap client (POST search with a structured filter body). 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.
framework_idstringyesFramework 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_policies_create ~94

⚠ HIGH-IMPACT. Create a policy for a ControlMap client, optionally from a policy template and with initial sections. Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
policy_template_namestringPolicy template to create from
sectionsarrayInitial policy sections ({ title, description })
titlestringyesPolicy title

No output schema declared.

No examples provided.

scalepad_cm_policies_delete ~64

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a ControlMap policy (and its sections). Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
policy_idstringyesPolicy ID

No output schema declared.

No examples provided.

scalepad_cm_policies_delete_section ~74

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

NameTypeReqDescription
client_idstringyesControlMap client ID
policy_idstringyesPolicy ID
section_idstringyesSection ID

No output schema declared.

No examples provided.

scalepad_cm_policies_get ~50

Get a single ControlMap policy by ID for a client, including its sections.

NameTypeReqDescription
client_idstringyesControlMap client ID
policy_idstringyesPolicy ID

No output schema declared.

No examples provided.

scalepad_cm_policies_list_summaries ~154

List policy 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_policies_map ~83

⚠ HIGH-IMPACT. Map a ControlMap policy to framework objectives and/or controls. Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
control_codesarrayControl codes to map
objectivesarrayFramework objectives to map
policy_idstringyesPolicy ID

No output schema declared.

No examples provided.

scalepad_cm_policies_search ~163

Search a ControlMap client's policies (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_policies_unmap ~89

⚠ HIGH-IMPACT. Bulk-remove mappings between a ControlMap policy and framework objectives and/or controls. Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
control_codesarrayControl codes to unmap
objectivesarrayFramework objectives to unmap
policy_idstringyesPolicy ID

No output schema declared.

No examples provided.

scalepad_cm_policies_update ~178

⚠ HIGH-IMPACT. Partially update a ControlMap policy (title, code, status, data classification, review date, owner, approver, team, tags, contributors). Only the provided fields change. Confirm with the user before invoking.

NameTypeReqDescription
approverstringApprover
client_idstringyesControlMap client ID
codestringCode
contributorsarrayContributor emails
data_classificationstringData classification
ownerstringOwner
policy_idstringyesPolicy ID
review_datestringReview date, ISO 8601
statusstringStatus
tagsarrayTags
teamstringTeam
titlestringTitle

No output schema declared.

No examples provided.

scalepad_cm_policies_upsert_section ~113

⚠ HIGH-IMPACT. Create or update a section of a ControlMap policy (PUT: include id to update an existing section, omit it to create one). Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
descriptionstringSection body/description
idstringSection ID (omit to create a new section)
policy_idstringyesPolicy ID
titlestringyesSection title

No output schema declared.

No examples provided.

scalepad_cm_procedures_create ~66

⚠ HIGH-IMPACT. Create a procedure for a ControlMap client. Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
descriptionstringProcedure description
titlestringyesProcedure title

No output schema declared.

No examples provided.

scalepad_cm_procedures_delete ~61

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

NameTypeReqDescription
client_idstringyesControlMap client ID
procedure_idstringyesProcedure ID

No output schema declared.

No examples provided.

scalepad_cm_procedures_get ~47

Get a single ControlMap procedure by ID for a client.

NameTypeReqDescription
client_idstringyesControlMap client ID
procedure_idstringyesProcedure ID

No output schema declared.

No examples provided.

scalepad_cm_procedures_list_summaries ~155

List procedure 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_procedures_map ~99

⚠ HIGH-IMPACT. Map a ControlMap procedure to framework objectives, policies, and/or controls. Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
control_codesarrayControl codes to map
objectivesarrayFramework objectives to map
policy_codesarrayPolicy codes to map
procedure_idstringyesProcedure ID

No output schema declared.

No examples provided.

scalepad_cm_procedures_search ~164

Search a ControlMap client's procedures (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_procedures_unmap ~106

⚠ HIGH-IMPACT. Bulk-remove mappings between a ControlMap procedure and framework objectives, policies, and/or controls. Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
control_codesarrayControl codes to unmap
objectivesarrayFramework objectives to unmap
policy_codesarrayPolicy codes to unmap
procedure_idstringyesProcedure ID

No output schema declared.

No examples provided.

scalepad_cm_procedures_update ~178

⚠ HIGH-IMPACT. Partially update a ControlMap procedure (title, description, code, status, data classification, review date, owner, approver, team, tags). Only the provided fields change. Confirm with the user before invoking.

NameTypeReqDescription
approverstringApprover
client_idstringyesControlMap client ID
codestringCode
data_classificationstringData classification
descriptionstringDescription
ownerstringOwner
procedure_idstringyesProcedure ID
review_datestringReview date, ISO 8601
statusstringStatus
tagsarrayTags
teamstringTeam
titlestringTitle

No output schema declared.

No examples provided.

scalepad_cm_reports_get_signed_url ~57

Retrieve a signed URL to download a generated ControlMap report for a client. The URL is time-limited.

NameTypeReqDescription
client_idstringyesControlMap client ID
report_idstringyesReport ID

No output schema declared.

No examples provided.

scalepad_cm_reports_list ~158

List generated ControlMap reports for a client (POST search with a structured filter body). 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_risks_create ~159

⚠ HIGH-IMPACT. Create a risk in a ControlMap client's risk register (name, description, status, department, category, owner, business impact, impact/likelihood scores). Confirm with the user before invoking.

NameTypeReqDescription
business_impactstringBusiness impact description
client_idstringyesControlMap client ID
departmentstringResponsible department
descriptionstringRisk description
impactnumberImpact score
likelihoodnumberLikelihood score
namestringyesRisk name
owner_emailstringRisk owner's email
risk_categorystringRisk category
statusstringRisk status

No output schema declared.

No examples provided.

scalepad_cm_risks_delete ~66

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a risk from a ControlMap client's risk register. Confirm with the user before invoking.

NameTypeReqDescription
client_idstringyesControlMap client ID
risk_idstringyesRisk ID

No output schema declared.

No examples provided.

scalepad_cm_risks_get ~47

Get a single ControlMap risk by ID for a client.

NameTypeReqDescription
client_idstringyesControlMap client ID
risk_idstringyesRisk ID

No output schema declared.

No examples provided.

scalepad_cm_risks_get_category ~51

Get a single ControlMap risk category by ID for a client.

NameTypeReqDescription
client_idstringyesControlMap client ID
risk_category_idstringyesRisk category ID

No output schema declared.

No examples provided.

scalepad_cm_risks_list_departments ~38

List the risk departments configured for a ControlMap client.

NameTypeReqDescription
client_idstringyesControlMap client ID

No output schema declared.

No examples provided.

scalepad_cm_risks_list_summaries ~154

List risk 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 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_risks_map ~180

⚠ HIGH-IMPACT. Map a ControlMap risk to related records: assets, asset types, threats, vulnerabilities, vendors, objectives, controls, and/or action items. Confirm with the user before invoking.

NameTypeReqDescription
action_item_codesarrayAction item codes to map
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
risk_idstringyesRisk ID
threat_codesarrayThreat codes to map
vendor_codesarrayVendor codes to map
vulnerability_codesarrayVulnerability codes to map

No output schema declared.

No examples provided.

scalepad_cm_risks_search ~166

Search a ControlMap client's risk register (POST search with a structured filter body; omit filter to list all risks). 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_risks_unmap ~190

⚠ HIGH-IMPACT. Bulk-remove mappings between a ControlMap risk and related records (assets, asset types, threats, vulnerabilities, vendors, objectives, controls, action items). Confirm with the user before invoking.

NameTypeReqDescription
action_item_codesarrayAction item codes to unmap
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
risk_idstringyesRisk ID
threat_codesarrayThreat codes to unmap
vendor_codesarrayVendor codes to unmap
vulnerability_codesarrayVulnerability codes to unmap

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.