目录 / Yungle
MCP
鉴权未知
未评级
已上架
Yungle
Private, EU-hosted file transfer for AI assistants. Ask what arrived and who downloaded it, share files as expiring links, and email them to people, with every send confirmed by you. - **Read:** transfers, download receipts, collections, folders, guests, contacts. - **Share:** turn content into an expiring link without emailing anyone. - **Send:** email a transfer, only with a separately granted permission and after you confirm the recipients. Never deletes, revokes or invites. Everything it returns is marked as untrusted data. Sign in once with OAuth (no API key); works on the free plan. Hosted in Germany.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://yungle--yungle.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"Yungle": {
"url": "https://yungle--yungle.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| get_account | Answers: how much storage am I using? how much is left? what plan am I on? what can this connection do? Returns the workspace, its plan and quota, and the key's permissions. |
| list_transfers | Answers: what have I sent recently? what is expiring soon? which deliveries has nobody picked up? who did I send that to? Returns recent transfers with size, recipients, download count, expiry date and share link. |
| get_transfer | Answers: what is in this transfer? was it delivered? has a specific recipient opened it? is it safe to share? Returns the files with their malware-scan verdicts, plus per-recipient delivery and download status for one transfer id. |
| get_transfer_downloads | Answers: did the client download it? when? how many times? Returns download events with timestamps and per-recipient status. One visit can fetch several files: events that share a sessionId belong to the same visit. |
| list_collections | Answers: what collections do I have? which are empty? how big is each one? Returns collections with file counts, sizes and when each was last touched. A collection is a durable space clients are invited into, as opposed to a one-off transfer. Never includes the vault, which is unreadable to this server by design. |
| get_collection | Answers: what is the link for this collection? how much is in it? when does it expire? Returns one collection with its secret share link, file count, total size and expiry. |
| list_collection_files | Answers: what files are in this collection? what is in this folder? are the raws uploaded yet? Returns filenames, sizes and types. Omit folderId for every file; pass "root" for the top level only, or a folder id. Filenames only — never file contents. |
| list_folders | Answers: how is this collection organised? what folders exist? Returns the folder tree. Ordered by depth, then path (not a pre-order traversal). Each folder carries its parentId and its full path. |
| list_guests | Answers: who has access to this collection? who did I invite? has someone accepted? Returns the invited guests and their status. Guests are not workspace members — they can view and download this one collection and nothing else. |
| list_contacts | Answers: what is this client's email address? who do I have saved? Returns the workspace address book. A contact grants no access on its own — it is a convenience, not a permission. |
| create_transfer | Prepare a draft transfer for files the user will upload themselves, and return its id. It uploads no files and emails nobody: the user uploads the files and sends the transfer themselves, in the browser or with the Yungle CLI. |
| create_share_link | Upload one or more small files you have the content of (text, or base64 for binary) as a Yungle transfer and return its link. Nobody is emailed: the link is returned to you, and the user decides where it goes. Up to 25 MB in total. Links expire (7 days on the free plan). |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。