# Drop to CDN — MCP server on mcp.ai > Connect your Drop to CDN account and use 6 tools for file management and storage straight from your AI agent. Connect with your own API key. Upload files and publish HTML pages to public CDN URLs, then list, inspect, and delete hosted files. By: mcp.ai · official Page: https://mcp.ai/drop_to_cdn ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_drop_to_cdn?ms=1787291400000 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/drop_to_cdn/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/drop_to_cdn/ 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/drop_to_cdn/skill.md Postman collection (v2.1): https://mcp.ai/drop_to_cdn/postman.json ## Tools - drop_to_cdn_delete_file(file_id: string) — Permanently and irreversibly delete a file or hosted page owned by the connected account. This cannot restore monthly upload quota already consumed. - drop_to_cdn_get_account_usage() — Return the connected account's plan and current upload/storage usage context for deciding whether an upload is appropriate. - drop_to_cdn_get_file(file_id: string) — Get metadata and the public CDN URL for one file or hosted page owned by the connected account. - drop_to_cdn_list_files(limit?: integer, cursor?: string) — Return one newest-first page of files and hosted pages owned by the connected account, with a cursor for the next page. - drop_to_cdn_publish_page(html: string, never_expire?: boolean, retention_days?: integer) — Publish HTML as a publicly hosted page and return its CDN URL. Each successful publish consumes monthly upload quota. - drop_to_cdn_upload_file(file: object, never_expire?: boolean, retention_days?: integer) — Upload a file and return its public CDN URL and expiration metadata. Each successful upload consumes monthly upload quota even if the file is later deleted. ## Example prompts - "What can I do in Drop to CDN?" - "Show me a summary of my Drop to CDN account" ## Links Docs: https://mcp.ai/docs/mcps/drop_to_cdn Website: https://mcp.ai/mcps/drop_to_cdn