io.github.WYRE-AI/scalepad-mcp

MCPcomunidad
v1.0.6io.github.WYRE-AIUnknownActualizado hace 1 mGitHub

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

Indexado automáticamente desde fuentes públicas. Aún sin verificar por su desarrollador en Forge.Reclamar este listado →
hace 1 mÚltima actualización
Necesita 1 credencial antes de poder ejecutarse
  • SCALEPAD_API_KEYClave de APIobligatoria

    ScalePad platform API key (generated in the ScalePad app by an Administrator)

  • QUOTER_CLIENT_SECRETApp OAuthopcional

    Optional Quoter OAuth Client Secret, paired with QUOTER_CLIENT_ID

Declarado por el autor en el registro oficial de MCP. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.

Paquete
Autorio.github.WYRE-AI
LicenciaUnknown
Versión1.0.6
Fuentemcp-registry
Estado de confianza
B
60/100Bueno
✓Listado en el índice de Forge+10/10
—Identidad del publicador verificada+0/30
→ Publicador: ejecuta `forge publish` desde el repo para reclamar la propiedad
—Verificación de dominio+0/10
→ Ahora mismo no está disponible para este tipo de listado: hoy la comprobación de dominio solo se ejecuta para paquetes publicados en npm, así que esta fila todavía no se puede conseguir aquí, sea lo que sea lo que haya alojado en el dominio.
✓Análisis de inyección de prompts · limpio+30/30
✓Análisis de ofuscación / exfiltración · limpio+20/20
Pégalo en Claude Code, Cursor o cualquier asistente de IA para corregir todas las carencias
EstadoIndexado por la comunidad
PublicadorSin verificar
FirmaSin firmar
Dominio—
Procedencia—
DependenciasSin auditar
Superficie de herramientas40 herramientas · 5 privilegiadas
Análisis de seguridad✓ LimpiovHEAD · hoy¿Qué tan bien funciona este análisis?
EvaluacionesNinguna
Indexado27 ago 2026

La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.

Herramientas

40 herramientas · 5 privilegiadas
Extraído estáticamente del paquete publicadovHEAD · 21h ago

Leído del código que npm publica realmente, en el momento del análisis. El paquete nunca se ejecutó. Las herramientas registradas dinámicamente en tiempo de ejecución, o escondidas en código empaquetado o minificado, pueden pasarse por alto — así que esto es un mínimo de la superficie de herramientas, no un censo completo.

scalepad_br_backups_list_healthList 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 n…

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 n…

No se publicó ningún esquema de entrada para esta herramienta.

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

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.

No se publicó ningún esquema de entrada para esta herramienta.

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

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.

No se publicó ningún esquema de entrada para esta herramienta.

scalepad_cm_health_listSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

scalepad_cm_reports_listSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

scalepad_cm_risks_searchSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

scalepad_cm_risks_getGet a single ControlMap risk by ID for a client.

Get a single ControlMap risk by ID for a client.

No se publicó ningún esquema de entrada para esta herramienta.

scalepad_cm_risks_create⚠ 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.

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

No se publicó ningún esquema de entrada para esta herramienta.

scalepad_cm_risks_update⚠ 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.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

scalepad_cm_risks_list_summariesSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

scalepad_cm_risks_map⚠ 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.

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

No se publicó ningún esquema de entrada para esta herramienta.

scalepad_cm_risks_unmap⚠ 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.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

scalepad_cm_risks_list_departmentsList the risk departments configured for a ControlMap client.

List the risk departments configured for a ControlMap client.

No se publicó ningún esquema de entrada para esta herramienta.

scalepad_cm_controls_searchSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

scalepad_cm_controls_getGet a single ControlMap control by ID for a client.

Get a single ControlMap control by ID for a client.

No se publicó ningún esquema de entrada para esta herramienta.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

scalepad_cm_controls_update⚠ 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.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

scalepad_cm_controls_map⚠ 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.

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

No se publicó ningún esquema de entrada para esta herramienta.

scalepad_cm_controls_unmap⚠ 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.

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

No se publicó ningún esquema de entrada para esta herramienta.

scalepad_cm_controls_list_setsSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

scalepad_cm_controls_list_familiesSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

scalepad_cm_controls_list_summariesSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

scalepad_cm_evidence_searchSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

scalepad_cm_evidence_list_summariesSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

scalepad_cm_evidence_delete_scheduleprivilegiada⚠ 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.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

scalepad_cm_evidence_requests_create_with_urls⚠ 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.

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

No se publicó ningún esquema de entrada para esta herramienta.

scalepad_cm_evidence_requests_signed_urls⚠ 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.

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

No se publicó ningún esquema de entrada para esta herramienta.

scalepad_cm_evidence_requests_upload_documentprivilegiada⚠ 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.

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

No se publicó ningún esquema de entrada para esta herramienta.

30 de 40 herramientas publicaron una descripción.

Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.

Acerca de

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

Palabras clave
mcp
Alternativas
Comparando superficies de herramientas…

Sin cobertura de dependencias

Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.