# GoFile — MCP server on mcp.ai > Connect your GoFile account and use 5 tools for file management and storage straight from your AI agent. Connect with your own API key. GoFile is a file storage and sharing service for uploading, organizing, and distributing files. By: mcp.ai · official Page: https://mcp.ai/gofile ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_gofile?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/gofile/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/gofile/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/gofile/skill.md Postman collection (v2.1): https://mcp.ai/gofile/postman.json ## Tools - gofile_create_folder(folder_name: string, parent_folder_id: string) — Create a private folder inside an existing GoFile folder. - gofile_delete_contents(content_ids: string[]) — Permanently and irreversibly delete one or more explicitly selected owned GoFile files or folders. - gofile_get_current_account() — Return the connected GoFile account's identity, tier, root folder, usage, and content counts without exposing account credentials or network metadata. - gofile_rename_content(new_name: string, content_id: string) — Rename one owned GoFile file or folder. - gofile_upload_file(file: object, folder_id: string) — Upload one file into an existing folder owned by the connected GoFile account. ## Example prompts - "What can I do in GoFile?" - "Show me a summary of my GoFile account" ## Links Docs: https://mcp.ai/docs/mcps/gofile Website: https://mcp.ai/mcps/gofile