Docs / MCP
MCP server.
Drop SendFast into any MCP-compatible client. Your agent gets four tools — upload_file, create_transfer, get_transfer, delete_transfer — and a transfer:// resource scheme.
Connect via HTTP
The server is hosted at https://sendfast.raicode.tech/api/mcp. Add it to your client's config:
{
"mcpServers": {
"sendfast": {
"url": "https://sendfast.raicode.tech/api/mcp",
"transport": "http"
}
}
}Authentication
Free tier is unauthenticated. Pro plans require an API key as a Bearer token. Generate one in your dashboard.
Tools
- upload_file — encrypts and uploads a file, returns a shareable link.
- create_transfer — same as upload, with optional password, expiry, and email delivery.
- get_transfer — status, expiry, and download count for a transfer.
- delete_transfer — removes ciphertext and metadata.
Discovery
The server card is published at /.well-known/mcp-server-card, with agent skills at /.well-known/agent-skills/index.json. Clients that follow SEP-2127 discover SendFast automatically once the host is added.
Need help?
Open an issue or email [email protected]. We're actively expanding MCP coverage — let us know what you want next.