{"name":"org.filetourl/mcp","slug":"filetourl-mcp","title":null,"description":"Upload a file and get a public shareable URL via API or MCP.","url":"https://mcp.market/server/filetourl-mcp","rating":null,"grade":"C","score":57,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":5,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":28,"ok":28,"last_checked_at":"2026-09-27T13:01:38.216Z","last_ok_at":"2026-09-27T13:01:38.216Z","latency_ms":1855},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":null,"version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://filetourl.org/api/mcp"}],"packages":[],"tools":[{"name":"confirm_upload","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"The file id returned by create_upload_url."}},"required":["id"]}},{"name":"create_upload_url","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"file_name":{"type":"string","description":"Original file name (used for the stored filename and content-type hints)."},"content_type":{"type":"string","description":"Optional MIME type of the file. Send the same value as the PUT's Content-Type header. Guessed from file_name when omitted."}},"required":["file_name"]}},{"name":"finish_upload","description":"Complete a chunked upload after all chunks have been sent via upload_chunk. Assembles the file, uploads it, and returns the shareable URL.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"upload_id":{"type":"string","description":"The upload_id returned by start_upload."}},"required":["upload_id"]}},{"name":"get_file_status","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"The file id returned by upload_file or create_upload_url."}},"required":["id"]}},{"name":"start_upload","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"file_name":{"type":"string","description":"Original file name (used for the stored filename and content-type hints)."}},"required":["file_name"]}},{"name":"upload_chunk","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"upload_id":{"type":"string","description":"The upload_id returned by start_upload."},"chunk_index":{"type":"integer","description":"Zero-based index of this chunk. Chunks are reassembled in ascending order."},"chunk_content":{"type":"string","description":"This chunk's bytes, base64-encoded. Recommended ~1MB raw per chunk."}},"required":["upload_id","chunk_index","chunk_content"]}},{"name":"upload_file","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"file_content":{"type":"string","description":"The file's contents, base64-encoded."},"file_name":{"type":"string","description":"Original file name (used for the stored filename and content-type hints)."}},"required":["file_content","file_name"]}}],"scan":{"score":57,"grade":"C","scanned_at":"2026-09-26T11:34:58.930Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-26T11:34:58.954Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1578ms"]},"poisoning":{"score":15,"max":15,"notes":["7 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 6 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://filetourl.org/api/mcp","reachable":true,"authRequired":false,"latencyMs":1578,"serverInfo":{"name":"filetourl","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://filetourl.org/favicon.svg","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":5}}}},"grade_history":[],"reviews":[]}