# amitte/ftp-tools

> Read-only FTP / SFTP surface — list_dir, get_file. No upload / delete / chmod tools.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/ftp-tools

## Tags

- **Capabilities:** dir-list, file-fetch
- **Domains:** storage, ftp, sftp

## Evaluation

- **Adversarial score:** 95/100
- **Content score:** 82/100

## Endpoints

- **service-backed** `ftp-tools` → https://mcp.amitte.com/v1/ftp-tools/sse — Remote MCP server fronting FTP / SFTP via per-tenant credentials. Compatible with Claude Desktop, Cursor, VS Code.
  - tool: `list_dir` — Read-only. List a remote directory. Returns name, type, size, mtime.
  - tool: `get_file` — Read-only. Download a remote file. Returns base64 contents up to 5MB; larger files surface a presigned object-store URL instead.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/ftp-tools" } }`
- Install via CLI: `amitte install amitte/ftp-tools`
- HTML page: https://amitte.com/s/amitte/ftp-tools

Last updated: 2026-06-27T00:12:06.513Z