com.83blue.upload/transfer

MCPcomunidaden línea
v1.0.1com.83blue.uploadUnknownActualizado hace 20 d

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

Estado del endpointen línea
comprobado hace 2 días · 482 ms
75 % de las últimas 4 comprobaciones llegaron a este endpoint
Funciona en
ClaudeCursorCopilotChatGPTGemini

Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.

Indexado automáticamente desde fuentes públicas. Aún sin verificar por su desarrollador en Forge.Reclamar este listado →
hace 20 dÚltima actualización
Paquete
Autorcom.83blue.upload
LicenciaUnknown
Versión1.0.1
Fuentemcp-registry
Estado de confianza
B
60/100Bueno
Listado en el índice de Forge+10/10
Identidad del publicador verificada+0/30
Publicador: este listado no tiene ningún repositorio registrado, así que `forge publish` no puede verificar la propiedad de forma automática. Usa «Reclamar este listado» arriba — en Forge lo revisamos a mano.
Verificación de dominio+0/10
Ahora mismo no está disponible para este tipo de listado: hoy la comprobación de dominio solo se ejecuta para paquetes publicados en npm, así que esta fila todavía no se puede conseguir aquí, sea lo que sea lo que haya alojado en el dominio.
Análisis de inyección de prompts · limpio+30/30
Análisis de ofuscación / exfiltración · limpio+20/20
EstadoIndexado por la comunidad
PublicadorSin verificar
FirmaSin firmar
Dominio
Procedencia
DependenciasSin auditar
Superficie de herramientas9 herramientas · 1 privilegiadas
Análisis de seguridad✓ Limpiovlive · hace 2 d¿Qué tan bien funciona este análisis?
PROMPTtool:list_sites#siteLinks to undeclared domain:
EvaluacionesNinguna
Indexado11 ago 2026

La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.

Herramientas

9 herramientas · 1 privilegiadas
Observado en vivo desde el endpoint del proveedor2d ago

Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.

  • https://upload.83blue.com/mcp9 herramientas · 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.

ParámetroTipoDescripción
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…

ParámetroTipoDescripción
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…

ParámetroTipoDescripción
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;…

ParámetroTipoDescripción
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…

ParámetroTipoDescripción
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.

NOTAEn el parámetro site: Links to undeclared domain:
ParámetroTipoDescripción
site*stringThe site url (https://.../s/name/), path (/s/name) or bare name
delete_siteprivilegiadaRemove 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).

ParámetroTipoDescripción
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…

ParámetroTipoDescripción
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…

ParámetroTipoDescripción
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 de 9 herramientas publicaron una descripción.

Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.

Acerca de

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

Palabras clave
mcp
Alternativas
Comparando superficies de herramientas…

Sin cobertura de dependencias

Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.