com.83blue.upload/transfer

MCPcommunautéen ligne
v1.0.1com.83blue.uploadUnknownMis à jour il y a 19 j

Free no-signup file transfer, handoff & scratchpad memory for AI agents. Share files by url.

État de l’endpointen ligne
vérifié il y a 1 jour · 482 ms
75 % des dernières 4 vérifications ont atteint cet endpoint
Fonctionne dans
ClaudeCursorCopilotChatGPTGemini

Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.

Indexé automatiquement depuis des sources publiques. Pas encore vérifié par son développeur sur Forge.Revendiquer cette annonce →
il y a 19 jDernière mise à jour
Paquet
Auteurcom.83blue.upload
LicenceUnknown
Version1.0.1
Sourcemcp-registry
Statut de confiance
B
60/100Bon
Listé dans l’index Forge+10/10
Identité de l’éditeur vérifiée+0/30
Éditeur : aucune référence de dépôt n’est enregistrée pour cette annonce, `forge publish` ne peut donc pas vérifier la propriété automatiquement. Utilisez « Revendiquer cette annonce » ci-dessus — Forge les examine à la main.
Vérification de domaine+0/10
Actuellement indisponible pour ce type d’annonce — la vérification de domaine ne s’exécute aujourd’hui que pour les paquets adossés à npm, cette ligne ne peut donc pas encore être obtenue ici, quel que soit le contenu hébergé sur le domaine.
Analyse d’injection de prompt · propre+30/30
Analyse d’obfuscation / exfiltration · propre+20/20
StatutIndexé par la communauté
ÉditeurNon vérifié
SignatureNon signé
Domaine
Provenance
DépendancesNon audité
Surface d’outils9 outils · 1 privilégiés
Analyse de sécurité✓ Proprevlive · il y a 1 jQuelle est l’efficacité de cette analyse ?
PROMPTtool:list_sites#siteLinks to undeclared domain:
ÉvaluationsAucune
Indexé11 août 2026

La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.

Outils

9 outils · 1 privilégiés
Observé en direct depuis l’endpoint du fournisseur1d ago

Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.

  • https://upload.83blue.com/mcp9 outils · 482 ms
share_textUse this when another AI agent, chat session or person needs text you have: instructions, code, JSON, a prompt for another model. Uploads it as a downloadable file and returns a capability url (one GET fetches it) plus a share url and password. No account or API key needed.

Use this when another AI agent, chat session or person needs text you have: instructions, code, JSON, a prompt for another model. Uploads it as a downloadable file and returns a capability url (one GET fetches it) plus a share url and password. No account or API key needed.

ParamètreTypeDescription
content*stringThe text to share
filenamestringFile name for the download, e.g. instructions.md
expires_daysintegerDays until the file is deleted (1-180, default 30)
passwordstringOptional custom password (8-64 chars); a strong one is generated when omitted
share_fileUse this when another AI agent (a different machine, model or chat session) or a person needs access to one or more files. Accepts text or base64-encoded binary content; multiple files are zipped into one bundle server-side, so a whole handoff (instructions plus code plus data) travels as one capab…

Use this when another AI agent (a different machine, model or chat session) or a person needs access to one or more files. Accepts text or base64-encoded binary content; multiple files are zipped into one bundle server-side, so a whole handoff (instructions plus code plus data) travels as one capab…

ParamètreTypeDescription
files*array
bundle_namestringZip name used when more than one file is sent
expires_daysintegerDays until the file is deleted (1-180, default 30)
passwordstringOptional custom password (8-64 chars); a strong one is generated when omitted
share_conversationUse this to hand your full working context to another AI: any provider, any model, any chat client. Packages a markdown transcript (instructions, conversation summary, task state) as HANDOFF.md at the root of a zip bundle together with any files, and returns a single handoff url. The receiving mode…

Use this to hand your full working context to another AI: any provider, any model, any chat client. Packages a markdown transcript (instructions, conversation summary, task state) as HANDOFF.md at the root of a zip bundle together with any files, and returns a single handoff url. The receiving mode…

ParamètreTypeDescription
transcript*stringMarkdown briefing for the next agent: context, instructions, conversation summary, task state. Becomes HANDOFF.md at the bundle root.
filesarrayOptional files the next agent needs alongside the transcript
titlestringShort name for the bundle, e.g. "auth refactor handoff"
expires_daysintegerDays until the file is deleted (1-180, default 30)
passwordstringOptional custom password (8-64 chars); a strong one is generated when omitted
receive_fileUse this when you have been given an 83blue link and need the file. Accepts a capability url (https://upload.83blue.com/f/...) on its own, or a share url plus password. Returns metadata including sha256, the file list for zip bundles, and the content inline when it is text within max_inline_bytes;…

Use this when you have been given an 83blue link and need the file. Accepts a capability url (https://upload.83blue.com/f/...) on its own, or a share url plus password. Returns metadata including sha256, the file list for zip bundles, and the content inline when it is text within max_inline_bytes;…

ParamètreTypeDescription
url_or_token*stringCapability url (https://upload.83blue.com/f/TOKEN/KEY), share url (https://upload.83blue.com/d/TOKEN), or the bare token
passwordstringNeeded for share urls and bare tokens; not needed for capability urls
max_inline_bytesintegerInline text content up to this many bytes (max 1000000)
deploy_siteUse this to put a static website you have built (HTML, CSS, JS, images, fonts) onto the public web in one call, with no signup, no account and no config. Give it the files (there must be an index.html at the root) and it returns a live https url, e.g. https://upload.83blue.com/s/brave-otter-482/, p…

Use this to put a static website you have built (HTML, CSS, JS, images, fonts) onto the public web in one call, with no signup, no account and no config. Give it the files (there must be an index.html at the root) and it returns a live https url, e.g. https://upload.83blue.com/s/brave-otter-482/, p…

ParamètreTypeDescription
files*arrayThe site files. Must include an index.html at the root.
slugstringOptional name for the site path (3-40 chars, a-z 0-9 and hyphens); it becomes /s/{name}/. A friendly one is generated when omitted.
titlestringOptional short label for your own reference
expires_daysintegerDays until the site is removed (1-30, default 30)
manage_keystringPass the manage_key from a previous deploy together with the same slug to update that site in place.
list_sitesReturn the status, address, size and expiry of a site you deployed. Pass the url, host or slug.

Return the status, address, size and expiry of a site you deployed. Pass the url, host or slug.

NOTEDans le paramètre site : Links to undeclared domain:
ParamètreTypeDescription
site*stringThe site url (https://.../s/name/), path (/s/name) or bare name
delete_siteprivilégiéRemove a site you deployed. Needs the site url/host/slug and its manage_key (returned by deploy_site).

Remove a site you deployed. Needs the site url/host/slug and its manage_key (returned by deploy_site).

ParamètreTypeDescription
site*stringThe site url, host or slug
manage_key*stringThe manage_key returned when the site was deployed
rememberDurable cross-session memory for AI agents: store notes, context, text or JSON now and recall it in a later session or from another machine by url. A free cloud scratchpad and shared key-value store for agents, no signup, no account, no API key. Also callable as save_memory, store_memory, save_note…

Durable cross-session memory for AI agents: store notes, context, text or JSON now and recall it in a later session or from another machine by url. A free cloud scratchpad and shared key-value store for agents, no signup, no account, no API key. Also callable as save_memory, store_memory, save_note…

ParamètreTypeDescription
content*stringThe text or JSON to remember
filenamestringOptional label/key for this memory, e.g. project-notes.md
expires_daysintegerDays until the file is deleted (1-180, default 30)
passwordstringOptional custom password (8-64 chars); a strong one is generated when omitted
recallFetch back durable memory, or any shared file/text, by its 83blue url or token (a capability url, or a share url plus password). Use this to recall what you stored with remember in an earlier session, or to download a file another agent shared. Also callable as get_memory, download_file, fetch_file…

Fetch back durable memory, or any shared file/text, by its 83blue url or token (a capability url, or a share url plus password). Use this to recall what you stored with remember in an earlier session, or to download a file another agent shared. Also callable as get_memory, download_file, fetch_file…

ParamètreTypeDescription
url_or_token*stringThe 83blue url or token to recall or fetch
passwordstringNeeded for share urls; not needed for capability urls
max_inline_bytesintegerInline text content up to this many bytes

9 outils sur 9 ont publié une description.

Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.

À propos

Free no-signup file transfer, handoff & scratchpad memory for AI agents. Share files by url.

Mots-clés
mcp
Alternatives
Comparaison des surfaces d’outils…

Aucune couverture des dépendances

Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.