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.

io.github.fkom13/mcp-sftp-orchestrator

NPM · MCP-ORCHESTRATOR-SERVER · SCANNED SEP 20

Serveur MCP pour l'orchestration de tâches distantes (SSH/SFTP) avec une file d'attente persistante.

0 this week 71 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 Security80
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects uuid 9.0.1, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 52 of 134 dependencies flagged as unhealthy (2 deprecated). View diagnostics → Partial
Provenance & Transparency31
Schema Quality & AI Usability67
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1574 tokens (~60/item across 26 items; 26 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 97% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 7 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "server_remove" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 26 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.fkom13/mcp-sftp-orchestrator server?

io.github.fkom13/mcp-sftp-orchestrator runs locally as an npm package, launched with npx -y mcp-orchestrator-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · mcp-orchestrator-server

# add to Claude Code
claude mcp add fkom13-mcp-sftp-orchestrator -- npx -y mcp-orchestrator-server
// .cursor/mcp.json
{
  "mcpServers": {
    "fkom13-mcp-sftp-orchestrator": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-orchestrator-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "fkom13-mcp-sftp-orchestrator": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-orchestrator-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add fkom13-mcp-sftp-orchestrator -- npx -y mcp-orchestrator-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "fkom13-mcp-sftp-orchestrator": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-orchestrator-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add fkom13-mcp-sftp-orchestrator --command npx --arg -y --arg mcp-orchestrator-server
# ~/.hermes/config.yaml
mcp_servers:
  fkom13-mcp-sftp-orchestrator:
    command: "npx"
    args: ["-y", "mcp-orchestrator-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "fkom13-mcp-sftp-orchestrator": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "mcp-orchestrator-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add fkom13-mcp-sftp-orchestrator -t stdio -c npx -a -y mcp-orchestrator-server
// mcp.json
{
  "mcpServers": {
    "fkom13-mcp-sftp-orchestrator": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-orchestrator-server"
      ]
    }
  }
}
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.

  • 19 Sept 26 +1

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

  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

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

  • 12 Sept 26 +1

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

  • 10 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 9 Sept 26 +1
    • Stability: 0.97 → pass security
  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 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 npm/mcp-orchestrator-server@8.0.4

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-w5hq-g745-h8pq CVE-2026-41907 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 134 packages
Packages resolved 134
Deprecated 2
Stale 50
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 26 exposed · ~1,574 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
api_add ~222

Ajoute ou met à jour une API dans le catalogue de monitoring.

NameTypeReqDescription
aliasstringyesAlias unique pour l'API.
api_keystringClé API si nécessaire.
auth_header_namestringNom du header pour la clé API.
auth_methodstringMéthode d'authentification.
auth_schemestringSchéma d'authentification (ex: Bearer). Mettre à '' si non applicable.
health_check_endpointstringEndpoint spécifique pour le test de santé (ex: /health).
health_check_methodstringMéthode HTTP pour le test de santé.
htpasswd_passstringMot de passe pour l'authentification Basic (htpasswd).
htpasswd_userstringNom d'utilisateur pour l'authentification Basic (htpasswd).
notesstringNotes additionnelles.
urlstringyesURL de base de l'API, incluant le port si nécessaire.

No output schema declared.

No examples provided.

api_check ~49

Lance un test de santé sur une API du catalogue.

NameTypeReqDescription
aliasstringyesAlias de l'API à tester.
server_aliasstringyesAlias du serveur depuis lequel lancer le test.

No output schema declared.

No examples provided.

api_list ~19

Affiche toutes les APIs configurées dans le catalogue.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

api_remove ~33

Supprime une API du catalogue en utilisant son alias.

NameTypeReqDescription
aliasstringyesAlias de l'API à supprimer.

No output schema declared.

No examples provided.

check_api_health ~54

Vérifie la disponibilité et le temps de réponse d'un endpoint HTTP/S.

NameTypeReqDescription
aliasstringyesAlias du serveur depuis lequel lancer le test.
urlstringyesURL complète de l'endpoint à tester.

No output schema declared.

No examples provided.

get_docker_logs ~97

Raccourci pour récupérer les logs d'un container Docker.

NameTypeReqDescription
aliasstringyesAlias du serveur cible.
containerstringyesNom ou ID du container Docker.
linesnumberNombre de lignes à récupérer.
sincestringLogs depuis (ex: '5m', '1h', '2024-01-01').
timestampsbooleanAfficher les timestamps.

No output schema declared.

No examples provided.

get_fail2ban_status ~72

Récupère les informations du service Fail2Ban, pour toutes les jails ou une jail spécifique.

NameTypeReqDescription
aliasstringyesAlias du serveur cible.
jailstringNom d'une jail spécifique à inspecter (ex: sshd). Laissez vide pour un statut général.

No output schema declared.

No examples provided.

get_pm2_logs ~89

Raccourci pour récupérer les logs PM2 d'une application spécifique ou de toutes les apps.

NameTypeReqDescription
aliasstringyesAlias du serveur cible.
appstringNom de l'application PM2 (optionnel, toutes par défaut).
errorsbooleanRécupérer uniquement les erreurs (stderr).
linesnumberNombre de lignes à récupérer.

No output schema declared.

No examples provided.

get_services_status ~44

Récupère le statut de tous les services connus (systemd, Docker, PM2) sur un serveur.

NameTypeReqDescription
aliasstringyesAlias du serveur cible.

No output schema declared.

No examples provided.

get_system_resources ~42

Récupère les métriques système vitales (CPU, RAM, Disque) d'un serveur.

NameTypeReqDescription
aliasstringyesAlias du serveur cible.

No output schema declared.

No examples provided.

pool_stats ~21

Affiche les statistiques du pool de connexions SSH persistantes.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

queue_stats ~20

Affiche les statistiques détaillées de la queue de tâches.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

server_add ~37

Enregistre ou met à jour les informations de connexion d'un serveur. Vous devez fournir soit un chemin de clé, soit un mot de passe.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

server_list ~25

Affiche la liste de tous les alias de serveurs configurés avec leurs détails.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

server_remove ~32

Supprime un alias de serveur de la configuration.

NameTypeReqDescription
aliasstringyesNom de l'alias à supprimer

No output schema declared.

No examples provided.

tail_file ~63

Équivalent de tail -n pour afficher les dernières lignes d'un fichier distant.

NameTypeReqDescription
aliasstringyesAlias du serveur cible.
filepathstringyesChemin absolu du fichier à lire.
linesnumberNombre de lignes à afficher.

No output schema declared.

No examples provided.

task_exec ~76

Exécute une commande SSH. Si la tâche prend moins de 30s, le résultat est direct. Sinon, elle passe en arrière-plan.

NameTypeReqDescription
aliasstringyesAlias du serveur cible.
cmdstringyesLa commande complète à exécuter.
rappelnumberDéfinit un rappel en secondes.

No output schema declared.

No examples provided.

task_exec_interactive ~130

Exécute une commande SSH avec gestion des prompts interactifs (yes/no, passwords, etc.).

NameTypeReqDescription
aliasstringyesAlias du serveur cible.
autoRespondbooleanRépondre automatiquement aux prompts standards.
cmdstringyesLa commande à exécuter.
interactivebooleanMode interactif.
rappelnumberDéfinit un rappel en secondes.
responsesobjectRéponses personnalisées aux prompts (clé: pattern, valeur: réponse).
timeoutnumberTimeout personnalisé en secondes. Défaut 2 minutes.

No output schema declared.

No examples provided.

task_exec_sequence ~85

Exécute plusieurs commandes SSH en séquence sur le même serveur.

NameTypeReqDescription
aliasstringyesAlias du serveur cible.
commandsarrayyesListe des commandes à exécuter en séquence (minimum 1).
continueOnErrorbooleanContinuer même si une commande échoue.
rappelnumberDéfinit un rappel en secondes.

No output schema declared.

No examples provided.

task_history ~46

Affiche les dernières tâches lancées. Peut être filtré par alias.

NameTypeReqDescription
aliasstringFiltre l'historique pour ne montrer que les tâches d'un alias spécifique.

No output schema declared.

No examples provided.

task_logs ~53

Affiche les logs du système MCP.

NameTypeReqDescription
levelstringFiltrer par niveau de log.
limitnumberNombre de logs à afficher.
searchstringRechercher dans les messages.

No output schema declared.

No examples provided.

task_queue ~26

Affiche le statut de toutes les tâches, avec des rappels pour les tâches longues.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

task_retry ~37

Relance une tâche qui a échoué ou crashé.

NameTypeReqDescription
idstringyesL'ID de la tâche à réessayer.

No output schema declared.

No examples provided.

task_status ~40

Récupère les détails d'une seule tâche, avec un rappel si nécessaire.

NameTypeReqDescription
idstringyesL'ID de la tâche à consulter.

No output schema declared.

No examples provided.

task_transfer ~92

Lance un transfert SFTP. Si la tâche prend moins de 30s, le résultat est direct. Sinon, elle passe en arrière-plan.

NameTypeReqDescription
aliasstringyesAlias du serveur cible.
directionstringyes
localstringyesChemin absolu local.
rappelnumberDéfinit un rappel en secondes.
remotestringyesChemin absolu distant.

No output schema declared.

No examples provided.

task_transfer_multi ~70

Lance des transferts SFTP multiples avec support de patterns glob (*, ?, []).

NameTypeReqDescription
aliasstringyesAlias du serveur cible.
directionstringyes
filesarrayyesListe des fichiers à transférer
rappelnumberDéfinit un rappel en secondes.

No output schema declared.

No examples provided.

Common questions

What is the io.github.fkom13/mcp-sftp-orchestrator server?

io.github.fkom13/mcp-sftp-orchestrator is listed in the public MCP registry as io.github.fkom13/mcp-sftp-orchestrator. Serveur MCP pour l'orchestration de tâches distantes (SSH/SFTP) avec une file d'attente persistante. This page covers its npm package (mcp-orchestrator-server).

Is the io.github.fkom13/mcp-sftp-orchestrator server safe to use?

io.github.fkom13/mcp-sftp-orchestrator scores 71 out of 100 on VerifyMCP. We recorded 1 known advisory against it as of 20 September 2026. It declares no install or post-install scripts. 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 io.github.fkom13/mcp-sftp-orchestrator server expose?

io.github.fkom13/mcp-sftp-orchestrator exposes 26 tools: server_add, server_list, server_remove, api_add, api_list, and 21 more. Their descriptions and schemas cost roughly 1,574 tokens of context every time the server is loaded.

Is the io.github.fkom13/mcp-sftp-orchestrator server still maintained?

io.github.fkom13/mcp-sftp-orchestrator 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.