INDIVIDUAL MCP TOOL
upload
File upload: stream-upload (one-shot — auto-finalizes, no filesize needed), chunked (create-session → chunk → finalize, for files over the 100 MB blob cap), web URL import, and batch (many small files).
LIVE ENDPOINT
https://mcp.fast.io/mcp
Connect to this endpoint to inspect the live schema for upload and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
Parent server
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.fastio-mcp-server]
url = "https://mcp.fast.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fastio-mcp-server": {
"type": "http",
"url": "https://mcp.fast.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fastio-mcp-server
Remote MCP URL: https://mcp.fast.io/mcp
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": {
"fastio-mcp-server": {
"url": "https://mcp.fast.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fastio-mcp-server": {
"type": "http",
"url": "https://mcp.fast.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fastio-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.fast.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
auth— Auth & sessions: signin, signup, signout, 2FA, PKCE, API keys, OAuth sessions.user— User profile, contacts, invitations, and assets.org— Organization management: CRUD, billing, members, invitations, ownership transfer, assets, discovery.workspace— Workspace management: list/details/update/delete, archive, members, notes, quickshares, share import, import toggle.share— Share management: create/update/delete, archive, password auth, members, autotitle.fileshare— File Shares: durable single-file share links.storage— Files & folders on workspaces/shares: list, search, copy, move, delete, rename, trash, transfer, versions, locks, previews, and per-node metadata (get/set/delete/extract/versions).metadata— Workspace metadata: the field VOCABULARY (fields-list), lexical value search (search), metadata+content matching (compound-search), extraction eligibility (eligible), and folding near-duplicate field names together (fields-merge, DESTRUCTIVE).