# io.github.SiliconAINetworks/silicon-transfer-mcp-server (npm · silicon-transfer-mcp-server)

FTP/SFTP/FTPS MCP server with transfer proofs - every upload returns a checksum verdict.

- Trust score: 83/100 (high trust)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-22

## Components

- npm · `silicon-transfer-mcp-server`: 83/100 (this document), [markdown](https://verifymcp.io/servers/siliconainetworks-silicon-transfer-mcp-server/silicon-transfer-mcp-server.md), [page](https://verifymcp.io/servers/siliconainetworks-silicon-transfer-mcp-server/silicon-transfer-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `silicon-transfer-mcp-server`
- Version: `0.1.2`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-22.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 44 of 115 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 42 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 866 tokens (~66/item across 13 items; 13 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 93/100
  - Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the io.github.SiliconAINetworks/silicon-transfer-mcp-server server?

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

### Claude

```bash
claude mcp add siliconainetworks-silicon-transfer-mcp-server -- npx -y silicon-transfer-mcp-server
```

### Cursor

```json
{
  "mcpServers": {
    "siliconainetworks-silicon-transfer-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "silicon-transfer-mcp-server"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "siliconainetworks-silicon-transfer-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "silicon-transfer-mcp-server"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add siliconainetworks-silicon-transfer-mcp-server -- npx -y silicon-transfer-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "siliconainetworks-silicon-transfer-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "silicon-transfer-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add siliconainetworks-silicon-transfer-mcp-server --command npx --arg -y --arg silicon-transfer-mcp-server
```

### Hermes

```yaml
mcp_servers:
  siliconainetworks-silicon-transfer-mcp-server:
    command: "npx"
    args: ["-y", "silicon-transfer-mcp-server"]
```

### Netclaw

```json
{
  "McpServers": {
    "siliconainetworks-silicon-transfer-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "silicon-transfer-mcp-server"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add siliconainetworks-silicon-transfer-mcp-server -t stdio -c npx -a -y silicon-transfer-mcp-server
```

### Other

```json
{
  "mcpServers": {
    "siliconainetworks-silicon-transfer-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "silicon-transfer-mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-22 (score 83, +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.

### 2026-09-20 (score 82, +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.

### 2026-09-18 (score 81, −3)

- [functional] Stability: pass → 0.80

### 2026-09-17 (score 84, +1)

- [security] Stability: 0.97 → pass

### 2026-09-15 (score 83, +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.

### 2026-09-13 (score 82, +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.

### 2026-09-10 (score 81, −3)

- [functional] Stability: pass → 0.77

### 2026-09-09 (score 84, +1)

- [security] Stability: 0.97 → pass

## MCP tools (13)

### `silicon_server_info` (~25 tokens)

Server Info

Name, Version und Philosophie dieses MCP-Servers. Lebenszeichen-Check.

### `silicon_connect` (~150 tokens)

Verbindung aufbauen

Verbindet zu einem FTP-, FTPS- oder SFTP-Server. SFTP unterstuetzt Passwort oder SSH-Key (privateKeyPath).

Input parameters:

- `host` (string, required): Hostname oder IP
- `passphrase` (string): Passphrase des SSH-Keys, falls verschluesselt
- `password` (string): Passwort (bei SSH-Key optional)
- `port` (integer): Port (Standard: 21 fuer ftp/ftps, 22 fuer sftp)
- `privateKeyPath` (string): Pfad zu einem privaten SSH-Key (nur sftp)
- `protocol` (string, required): Uebertragungsprotokoll
- `username` (string, required): Benutzername

### `silicon_disconnect` (~15 tokens)

Verbindung trennen

Trennt die aktive Verbindung sauber.

### `silicon_status` (~20 tokens)

Verbindungsstatus

Zeigt, ob und wohin aktuell eine Verbindung besteht.

### `silicon_list_dir` (~44 tokens)

Verzeichnis auflisten

Listet ein Remote-Verzeichnis mit Typ, Groesse und Aenderungsdatum.

Input parameters:

- `path` (string, required): Remote-Pfad, z.B. /home/user/www

### `silicon_upload_file` (~109 tokens)

Datei hochladen (mit Beweis)

Laedt eine lokale Datei hoch und liefert das Transfer-Urteil mit: PROVEN nur, wenn der SHA-256 der Remote-Datei nach dem Upload dem lokalen entspricht.

Input parameters:

- `localPath` (string, required): Lokaler Quellpfad
- `proof` (string): Beweisstufe: hash = SHA-256-Rueckvergleich (Standard), size = nur Groesse, none = ohne Urteil
- `remotePath` (string, required): Remote-Zielpfad inkl. Dateiname

### `silicon_download_file` (~109 tokens)

Datei herunterladen (mit Beweis)

Laedt eine Remote-Datei herunter und liefert das Transfer-Urteil mit: PROVEN nur bei identischem SHA-256 zwischen Remote-Quelle und lokaler Kopie.

Input parameters:

- `localPath` (string, required): Lokaler Zielpfad inkl. Dateiname
- `proof` (string): Beweisstufe: hash = SHA-256-Rueckvergleich (Standard), size = nur Groesse, none = ohne Urteil
- `remotePath` (string, required): Remote-Quellpfad

### `silicon_delete_file` (~48 tokens)

Remote-Datei loeschen

Loescht eine Datei auf dem Server. Endgueltig - vorher mit silicon_list_dir pruefen.

Input parameters:

- `remotePath` (string, required): Remote-Pfad der zu loeschenden Datei

### `silicon_make_dir` (~55 tokens)

Remote-Verzeichnis anlegen

Legt ein Verzeichnis auf dem Server an (rekursiv moeglich).

Input parameters:

- `recursive` (boolean): Elternverzeichnisse mit anlegen
- `remotePath` (string, required): Anzulegender Remote-Pfad

### `silicon_file_info` (~42 tokens)

Datei-Steckbrief

Groesse und SHA-256 einer Remote-Datei - der Fingerabdruck ohne Download auf Platte.

Input parameters:

- `remotePath` (string, required): Remote-Pfad der Datei

### `silicon_rename` (~53 tokens)

Umbenennen / Verschieben

Benennt eine Remote-Datei oder ein Verzeichnis um bzw. verschiebt es.

Input parameters:

- `fromPath` (string, required): Aktueller Remote-Pfad
- `toPath` (string, required): Neuer Remote-Pfad

### `silicon_upload_dir` (~110 tokens)

Verzeichnis hochladen (mit Beweis-Wanderung)

Laedt ein lokales Verzeichnis rekursiv hoch. Danach wird jede Datei einzeln verglichen: proof=hash prueft SHA-256 pro Datei (gruendlich, langsamer), proof=size vergleicht Groessen (schnell), none ueberspringt.

Input parameters:

- `localDir` (string, required): Lokales Quellverzeichnis
- `proof` (string): Beweisstufe pro Datei (Standard: size)
- `remoteDir` (string, required): Remote-Zielverzeichnis

### `silicon_download_dir` (~86 tokens)

Verzeichnis herunterladen (mit Beweis-Wanderung)

Laedt ein Remote-Verzeichnis rekursiv herunter. Danach wird jede lokale Datei gegen die Remote-Quelle verglichen (hash/size/none, Standard size).

Input parameters:

- `localDir` (string, required): Lokales Zielverzeichnis
- `proof` (string): Beweisstufe pro Datei (Standard: size)
- `remoteDir` (string, required): Remote-Quellverzeichnis

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/siliconainetworks-silicon-transfer-mcp-server/silicon-transfer-mcp-server#diagnostics

## Score history

- 2026-09-22: 83
- 2026-09-21: 82
- 2026-09-20: 82
- 2026-09-19: 81
- 2026-09-18: 81
- 2026-09-17: 84
- 2026-09-16: 83
- 2026-09-15: 83
- 2026-09-14: 82
- 2026-09-13: 82
- 2026-09-12: 81
- 2026-09-11: 81
- 2026-09-10: 81
- 2026-09-09: 84
- 2026-09-08: 83
- 2026-09-07: 83
- 2026-09-06: 82
- 2026-09-05: 82
- 2026-09-04: 81
- 2026-09-03: 81
- 2026-09-02: 81
- 2026-09-01: 80
- 2026-08-31: 80
- 2026-08-30: 79
- 2026-08-29: 79
- 2026-08-28: 78
- 2026-08-27: 78
- 2026-08-26: 77
- 2026-08-25: 76
- 2026-08-24: 75

## Common questions

### What is the io.github.SiliconAINetworks/silicon-transfer-mcp-server server?

io.github.SiliconAINetworks/silicon-transfer-mcp-server is listed in the public MCP registry as io.github.SiliconAINetworks/silicon-transfer-mcp-server. FTP/SFTP/FTPS MCP server with transfer proofs - every upload returns a checksum verdict. This page covers its npm package (silicon-transfer-mcp-server).

### Is the io.github.SiliconAINetworks/silicon-transfer-mcp-server server safe to use?

io.github.SiliconAINetworks/silicon-transfer-mcp-server scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 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.SiliconAINetworks/silicon-transfer-mcp-server server expose?

io.github.SiliconAINetworks/silicon-transfer-mcp-server exposes 13 tools: silicon_server_info, silicon_connect, silicon_disconnect, silicon_status, silicon_list_dir, and 8 more. Their descriptions and schemas cost roughly 866 tokens of context every time the server is loaded.

### Is the io.github.SiliconAINetworks/silicon-transfer-mcp-server server still maintained?

io.github.SiliconAINetworks/silicon-transfer-mcp-server is still listed as active in the MCP registry. We last reached this channel on 22 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 io.github.SiliconAINetworks/silicon-transfer-mcp-server server under?

io.github.SiliconAINetworks/silicon-transfer-mcp-server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/silicon-transfer-mcp-server
- Socket report: https://socket.dev/npm/package/silicon-transfer-mcp-server
- Repository: https://github.com/SiliconAINetworks/silicon-transfer-mcp-server
- Website: https://siliconnetworks.ch/
- Changelog RSS feed: https://verifymcp.io/servers/siliconainetworks-silicon-transfer-mcp-server/silicon-transfer-mcp-server.xml
- Changelog JSON feed: https://verifymcp.io/servers/siliconainetworks-silicon-transfer-mcp-server/silicon-transfer-mcp-server.json
- HTML version of this page: https://verifymcp.io/servers/siliconainetworks-silicon-transfer-mcp-server/silicon-transfer-mcp-server
