← Registry

General Tools

easysend.co

Upload, download, and manage file bundles for sharing via EasySend.

1 endpoint6 known toolsFirst detected June 5, 2026Last detected September 6, 2026

ENDPOINT 1

https://easysend.co/mcp/sse

No auth detected

MCP server metadata

Name
easysend
Version
1.0.0
Capabilities
toolsresourcesprompts

Known tools 6

upload_file

Upload a file to EasySend and get a shareable link.

Potential side effects
get_bundle

Get information about a shared file bundle by its short code.

Inferred read-only
download_file

Download a file from EasySend by its file ID.

Inferred read-only
bundle_status

Check the status of a bundle (active, expired, file count).

Inferred read-only
delete_file

Delete a file from a bundle.

Potential side effects
check_code

Check if a custom short code is available for use.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.easysend]
url = "https://easysend.co/mcp/sse"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "easysend": {
      "type": "http",
      "url": "https://easysend.co/mcp/sse"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: easysend
Remote MCP URL: https://easysend.co/mcp/sse

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "easysend": {
      "url": "https://easysend.co/mcp/sse"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "easysend": {
      "type": "http",
      "url": "https://easysend.co/mcp/sse"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "easysend",
  "transport": "streamable-http",
  "url": "https://easysend.co/mcp/sse"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.