Files.com
by Files.com
Browse, move and share files on a Files.com site from an AI agent, and manage its users, groups and permissions. 61 tools including six deletes and a share-link builder that emails recipients. OAuth sign-in with no scopes.
Verified connector
Listed by Anthropic as a partner connector in its Connectors Directory.
Connection checked by Agentman on .
Anthropic states this reflects the level of review a connector received, not a security audit.
Connect Files.com via MCP
https://app.files.com/api/ai/mcp/v1Works in any MCP-compatible client. In Agentman Studio it is one click — no config file to edit.
Files.com Tools & Capabilities (61)
Tool names from Anthropic's directory listing. This server requires sign-in, so we could not read tool descriptions or parameter schemas.
Limits
- No scopes exist at any layer. The server's RFC 9728 descriptor at
https://app.files.com/.well-known/oauth-protected-resource/api/ai/mcp/v1declaresresource,authorization_serversandbearer_methods_supportedand noscopes_supported. Its authorization server metadata declares noscopes_supportedeither. Nothing in the grant separates reading a folder from deleting a user. The account you sign in as is the entire permission boundary. - Six tools delete, and three of them delete non-file objects.
Delete_User,Delete_GroupandDelete_Permissionchange who can reach the site, not just what is on it. Files.com's Restore feature covers deleted files, folders and users, so those are reversible by a Site Administrator within the retention window; we found no equivalent documented recovery for a deleted permission or share link. - Deletion recovery depends on a setting you may not control. Files.com's retention default is 30 days, adjustable to 0 for immediate purge or 99999 to keep forever. Check the value on your site before letting an agent near
Delete_File. Create_Bundle_Recipientcannot be told not to send. The email is a hardcoded parameter in the published source, not a default you can override.- Every write inherits four protocols.
Create_UserandUpdate_Userforce SFTP, FTP, WebDAV and REST API access on. There is no way through these tools to make a user who can only use the web interface. - The listed endpoint is not the one you should use. Anthropic's directory publishes
https://app.files.com/api/ai/mcp/v1; Files.com's documentation tells you to use your own site hostname. The listed URL answers an OAuth challenge, so it is live, but a per-site deployment is what the vendor documents. - Files.com documents its own hallucination problem. Its MCP prompts page states that AI "sometimes tries to fill in the blanks" and recommends adding explicit instructions such as telling the model to use only data from your site and insert no placeholder data. It also recommends coaching the agent never to delete without confirming first — advice a vendor only writes down because the failure happened.
- Tools are not enforced read-only anywhere. The
readOnlyHintanddestructiveHintannotations are advisory metadata for the client. Files.com's own package notes that many clients let you disable individual tools, and on this connector that client-side toggle is the only per-tool control that exists. - Credentials are only checked when a tool runs. Files.com documents that connecting and listing tools succeed even with an invalid credential, and the 401 appears at first tool use. A successful connection is not proof of working access.
- We did not read the hosted server's live
tools/list. The endpoint returned 401 to an anonymous request, so the surface described here comes from the vendor's published source and Anthropic's directory, which agree. We could not confirm the hosted deployment runs version 1.0.80, and no prompts or resources capability could be observed either way.
Frequently asked questions
Yes. Six of the 61 tools carry a delete verb, and Delete_File is one of them. Files.com holds deleted files for a configurable window so a Site Administrator can restore them, and its documentation gives the default as 30 days. Setting that window to zero makes deletion permanent, and Files.com advises against it.
Yes, and nothing forces it to add protection. Create_Bundle takes password, expires_at and max_uses as optional parameters that all default to unset. A share link created without them is a URL anyone holding it can open without signing in, which makes it a credential in its own right.
Yes, always. The tool is named Create_Bundle_Recipient, which reads like adding a row to a list. The published source hardcodes share_after_create to true before calling the API, under a comment labelling it a smart default. There is no parameter that turns the email off, so every call to this tool sends mail.
None that narrow anything. Neither the server's RFC 9728 descriptor nor its OAuth authorization server metadata declared scopes_supported on 2026-08-22. Files.com documents the token as representing your login session, so the agent gets whatever you can do. Sign in as a site administrator and the agent inherits administrator rights.
Choose the account you sign in with. Files.com states the AI can perform the same actions as the account it authenticates with, so a regular non-admin user limits it to that user's folder permissions. There is no scope screen and no per-tool toggle at consent, so the account is the only boundary.
Yes. Create_Permission grants a user or group a named permission on a folder path, and the published source accepts admin among its values alongside full, readonly, writeonly, list and history. Delete_Permission removes one. Both run under whatever rights your signed-in account holds.
Your own site's hostname, not a shared one. Files.com documents the pattern as https://<mysite>.files.com/api/ai/mcp/v1/ or your custom domain with the same path. Anthropic's directory lists https://app.files.com/api/ai/mcp/v1, which returned an OAuth challenge on 2026-08-22, but the per-site form is what Files.com tells you to configure.
Your site refused to register the client. Files.com documents two causes: the client needs Dynamic Client Registration, which a Site Administrator must switch on because it ships disabled, or AI features are turned off site-wide. Claude Code, Claude desktop and mobile use CIMD instead and do not need that setting.
Sources
- Files.com MCP Server documentation (retrieved 2026-08-22) · retrieved 2026-08-22
- Files.com Available MCP Tools (retrieved 2026-08-22) · retrieved 2026-08-22
- Files.com MCP Access Permissions (retrieved 2026-08-22) · retrieved 2026-08-22
- Files.com MCP Prompts (retrieved 2026-08-22) · retrieved 2026-08-22
- Files.com Troubleshooting MCP (retrieved 2026-08-22) · retrieved 2026-08-22
- Files.com Quickstart for Claude Desktop (retrieved 2026-08-22) · retrieved 2026-08-22
- Files.com Share Link access control and security (retrieved 2026-08-22) · retrieved 2026-08-22
- Files.com Share Link invitations and URLs (retrieved 2026-08-22) · retrieved 2026-08-22
- Files.com Share Link visitor permissions (retrieved 2026-08-22) · retrieved 2026-08-22
- Files.com Retaining Deleted Files (retrieved 2026-08-22) · retrieved 2026-08-22
- Files.com Restore (retrieved 2026-08-22) · retrieved 2026-08-22
- Files.com Transforming Files and TransformScript — · (retrieved 2026-08-22) · retrieved 2026-08-22
- Files.com company
llms.txtindex (retrieved 2026-08-22) · retrieved 2026-08-22 - Source read:
files-com-mcp1.0.80 wheel from PyPI, tool registrations infiles_com_mcp/generated_tools/andfiles_com_mcp/authored_tools/(retrieved 2026-08-22). Vendor repository · retrieved 2026-08-22 - Live auth posture check: anonymous initialize to
https://app.files.com/api/ai/mcp/v1returned 401 with awww-authenticateheader naming the RFC 9728 descriptor; the descriptor andhttps://app.files.com/.well-known/oauth-authorization-serverwere then read directly (2026-08-22) · retrieved 2026-08-22 - Anthropic Connectors Directory entry — , read from our directory snapshot dated 2026-08-16 · retrieved 2026-08-16
- Files.com support — <mailto:support@files.com> · Privacy
Use in Agentman
Connect once and your agents call these tools on their own — on a schedule, in a workflow, with nobody at the keyboard.
Open in Agentman StudioServer Info
- Category
- Productivity
- Developer
- Files.com
- Tools
- 61
- Domain
- app.files.com
Using Claude Desktop or another MCP client? Setup docs — the connection URL above works anywhere.