目录 / filetourl
MCP
需 API Key
未评级
已上架
filetourl
Upload files programmatically and get back a permanent, shareable URL. Simple REST API and MCP server for AI agents (Claude, Cursor, etc.). Requires a FileToUrl Developer plan (£48/year), which includes 2,000 API calls and 25GB of upload data per month.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 需 API Key(需要配置:apiKey)
- 端点
https://filetourl--fraser-richardson.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
"mcpServers": {
"filetourl": {
"headers": {
"Authorization": "Bearer \u003cYOUR_KEY\u003e"
},
"url": "https://filetourl--fraser-richardson.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| upload_file | Host a file publicly and receive a shareable link back. For a user's own files only. Needs a FileToUrl Developer API key. |
| get_file_status | Look up whether a link created earlier by upload_file is still active. |
| 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. |
| 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. |
| 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. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。