Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.fast-io]
url = "https://mcp.fast.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fast-io": {
"type": "http",
"url": "https://mcp.fast.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fast-io
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": {
"fast-io": {
"url": "https://mcp.fast.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fast-io": {
"type": "http",
"url": "https://mcp.fast.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fast-io",
"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.upload— File upload: streaming (one-shot stream-upload — DEFAULT for unknown/generated content), chunked (create-session → POST /blob → chunk → finalize — only when filesize is known exactly), web URL import, and batch (multi-small-file).user— User profile, contacts, invitations, and assets.org— Organization management: CRUD, billing, members, invitations, ownership transfer, assets, discovery, custom domains.workspace— Workspace management: list/details/update/delete, archive, members, notes, quickshares, share import, workflow/import toggles.share— Share management: create/update/delete, archive, password auth, members, autotitle.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— AI metadata templates & extraction (the unstructured-data automation pipeline): template CRUD/clone, assign/resolve, the AI pipeline (eligible -> preview-match -> suggest-fields -> template-create -> nodes-add/-list -> auto-match -> extract-all), saved views, and lexical metadata search.