Back to Browse

Transfa MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Upload any file, get a signed link. SHA-256 verified, TTL-enforced, no account required.

About

Upload any file, get a signed link. SHA-256 verified, TTL-enforced, no account required.

Security Report

4.2
Use Caution4.2High Risk

The transfa MCP server is a file-sharing tool with reasonable security practices for its intended purpose. Authentication is properly implemented via API keys, and permissions align with the service's core functionality (file upload/download, network access). Minor code quality findings around error handling and localStorage usage do not significantly impact security posture. Supply chain analysis found 7 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue (1 critical, 0 high severity).

4 files analyzed · 13 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

clipboard

Check that this permission is expected for this type of plugin.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

Your Transfa API key. Free at transfa.sh — leave empty for guest mode (10 MB limit).Required

Environment variable: TRANSFA_API_KEY

Custom Transfa instance URL for self-hosted deployments. Defaults to https://transfa.shOptional

Environment variable: TRANSFA_BASE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-colapsis-transfa": {
      "env": {
        "TRANSFA_API_KEY": "your-transfa-api-key-here",
        "TRANSFA_BASE_URL": "your-transfa-base-url-here"
      },
      "args": [
        "-y",
        "transfa"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!