files.com
Files.com is a cloud file orchestration and managed file transfer platform for moving, automating, and governing business file exchanges across cloud and on-premise systems. It provides secure transfer protocols, automation workflows, sharing features, and audit logging for enterprise file operations.
Files.com exposes a tenant-scoped REST API, a cross-platform CLI, and both hosted and local MCP server options; all require authentication via API key, with REST/CLI also supporting session-based auth and the hosted MCP also supporting OAuth sign-in.
- Files.com MCP Server (remote hosted)discovered
- Files.com MCP Server (local package)discovered
- Files.com REST APIdiscovered
- Files.com CLIdiscovered
Create an API key in the Files.com web app as described in API Keys. Site administrators can create site-wide keys; admins can also create user keys for any user, and non-admin users may be allowed to create their own user keys if the site setting permits it. Save the key value immediately because Files.com only shows it once.
$ files-cli config set --subdomain SUBDOMAIN --username USERNAME; then run a command or pass --session-id=YOUR_SESSION_IDAcquired by the CLI — running files-cli config set --subdomain SUBDOMAIN --username USERNAME; then run a command or pass --session-id=YOUR_SESSION_ID opens the auth flow and stores the credential.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://files.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing