mcpbeat Sign in

Filetourl MCP Server

by filetourl Your server? Claim it
answering

Filetourl is answering right now. Last checked 15 min ago. It exposes 7 tools.

Upload a file and get a public shareable URL via API or MCP.

Uptime history 48 days of history · worst day 99%
48 days agonow
100.0%
Uptime 24h
91 of 91 checks
7
Tools
read from the server
582 ms
Response time
average over 24h
open, no key
Access
streamable-http

Nothing serious here today

Today is the operative word: we check Filetourl every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add mcp --transport http https://filetourl.org/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://filetourl.org/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://filetourl.org/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://filetourl.org/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://filetourl.org/api/mcp"
    }
  }
}

Available tools 7

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

upload
create_upload_url
Preferred way to host a file. Reserves a link and returns a short-lived upload_url on filetourl.org itself, safe for AI agent sandboxes that only allow egress to trusted domains, since the upload never has to leave filetourl.org. Send the raw file bytes yourself with a single HTTP PUT to that URL (do not read the file into this conversation, and do not base64-encode it). The public_url returned works as soon as the PUT succeeds. Needs a FileToUrl Developer API key.
upload_chunk
Send one chunk of a file started with start_upload. Call repeatedly with increasing chunk_index (starting at 0) until the whole file is sent, then call finish_upload.
upload_file
Host a small file by sending its bytes inline as base64. Prefer create_upload_url instead: inline base64 is slow and costly above roughly 100KB. For a user's own files only. Needs a FileToUrl Developer API key.
confirm
confirm_upload
Optional. Confirm that the PUT to a create_upload_url upload_url finished, and get the final size and link back. The link also activates without this call, this just verifies it.
file
get_file_status
Look up whether a link created earlier is still active. Reports 'pending' for a reserved upload whose bytes have not arrived yet, and 'expired' once its upload window has passed.
finish
finish_upload
Complete a chunked upload after all chunks have been sent via upload_chunk. Assembles the file, uploads it, and returns the shareable URL.
start
start_upload
Begin a chunked upload for larger files. Returns an upload_id and recommended chunk size. Use this instead of upload_file for files over ~2MB.

Endpoints

URLTransportStateLatencyChecked
https://filetourl.org/api/mcp streamable-http answering 287 ms 15 min ago

Alternatives to Filetourl

same job, measured the same way
Filekiwi MCP Server
by file-kiwi

Upload files to file.kiwi and get shareable links instantly.

48 installs/wk local only
Htmlbook
by streamize-llc

Publish AI-generated HTML & Markdown to a hosted, shareable URL via MCP.

answering
File Storage
by b77

Upload files and get public CDN links in chat.

answering
MCP Upload
by objekt

Public file storage for AI agents. Upload files and get a permalink back.

24 installs/wk local only
Google Drive MCP
by a1-x-tech

MCP server for the Google Drive API: search, upload, download, organize and share files.

48 installs/wk local only
Dropwarp
by dropwarp

Send, list, and delete file transfers via DropWarp and get a shareable download link.

34 installs/wk local only
Htmldrop
by htmldrop

Publish HTML or Markdown from any MCP client to a live, shareable URL on htmldrop.app.

118 installs/wk 3 tools answering
Drop to CDN
by nexus-jpf

Upload files and get instant public CDN URLs from Claude Desktop, Cursor, and other MCP hosts.

47 installs/wk local only

Filetourl — questions

Answers built from our own checks of this server.

What can Filetourl do?
It exposes 7 tools, read directly from the server on our last check. Among them: confirm_upload, create_upload_url, finish_upload, get_file_status, start_upload, upload_chunk and 1 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Filetourl working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 582 ms. The bar chart above shows every period we have measured.
How do I connect Filetourl?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Filetourl need an API key?
No. Filetourl completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Filetourl?
It answers our handshake in 582 ms on average, which is faster than 22% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.