Overleaf alternative online LaTeX editor. AI agents edit, comment, and chat. Keep or revert edits.
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.
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.
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://app.paperdock.dev/api/mcp14 herramientas · 1532 mslist_projectsList standard PaperDock projects accessible to the connected account, including its current role and effective MCP capabilities for each. Use projectId only for subsequent tool calls and do not show it unless explicitly requested.List standard PaperDock projects accessible to the connected account, including its current role and effective MCP capabilities for each. Use projectId only for subsequent tool calls and do not show it unless explicitly requested.
No se publicó ningún esquema de entrada para esta herramienta.
create_projectCreate a new PaperDock project with a starter main.tex only when the user explicitly asks. Names are unique per owner, ignoring letter case and leading/trailing spaces. On PROJECT_NAME_ALREADY_EXISTS, do not retry create_project with the same name or a case/whitespace-only variant. Call list_projec…Create a new PaperDock project with a starter main.tex only when the user explicitly asks. Names are unique per owner, ignoring letter case and leading/trailing spaces. On PROJECT_NAME_ALREADY_EXISTS, do not retry create_project with the same name or a case/whitespace-only variant. Call list_projec…
| Parámetro | Tipo | Descripción |
|---|---|---|
| name* | string | — |
list_filesList project file metadata without loading full file contents.List project file metadata without loading full file contents.
| Parámetro | Tipo | Descripción |
|---|---|---|
| projectId* | string | — |
search_filesFind where a word, phrase, citation key, label, LaTeX command, or other text appears across editable project files when its file or location is unknown. Search is case-insensitive and returns matching paths, positions, revisions, and short snippets. If the target file is already known, use read_fil…Find where a word, phrase, citation key, label, LaTeX command, or other text appears across editable project files when its file or location is unknown. Search is case-insensitive and returns matching paths, positions, revisions, and short snippets. If the target file is already known, use read_fil…
| Parámetro | Tipo | Descripción |
|---|---|---|
| extensions | array | — |
| limit | number | — |
| projectId* | string | — |
| query* | string | — |
read_fileRead an editable project file or return a 10-minute signed download URL for a private project asset. Provide exactly one target: fileId or path. For a localized task in a large text file, pass lineRange with inclusive 1-based startLine and endLine values to return at most 400 lines, absolute UTF-16…Read an editable project file or return a 10-minute signed download URL for a private project asset. Provide exactly one target: fileId or path. For a localized task in a large text file, pass lineRange with inclusive 1-based startLine and endLine values to return at most 400 lines, absolute UTF-16…
| Parámetro | Tipo | Descripción |
|---|---|---|
| fileId | string | — |
| lineRange | object | — |
| path | string | — |
| projectId* | string | — |
read_pdfGet the latest successful compiled PDF for an explicit entry .tex path, with a signed download link valid for at most 10 minutes, size, generation time, and freshness information. This never compiles, waits, or polls. A newer running or failed compile may coexist with an older successful PDF. Fresh…Get the latest successful compiled PDF for an explicit entry .tex path, with a signed download link valid for at most 10 minutes, size, generation time, and freshness information. This never compiles, waits, or polls. A newer running or failed compile may coexist with an older successful PDF. Fresh…
| Parámetro | Tipo | Descripción |
|---|---|---|
| path* | string | Project-relative entry .tex path, such as main.tex. Not a PDF path or URL. |
| projectId* | string | — |
upload_fileprivilegiadaCreate one new editable text file from UTF-8 content. For compatibility contentBase64 is accepted only for UTF-8 text at an editable extension. Existing paths are never overwritten; use edit_file for existing text. Binary uploads and replacements are not supported by MCP: ask the user to upload or…Create one new editable text file from UTF-8 content. For compatibility contentBase64 is accepted only for UTF-8 text at an editable extension. Existing paths are never overwritten; use edit_file for existing text. Binary uploads and replacements are not supported by MCP: ask the user to upload or…
| Parámetro | Tipo | Descripción |
|---|---|---|
| content | string | — |
| contentBase64 | string | — |
| mimeType | string | — |
| path* | string | — |
| projectId* | string | — |
| sha256 | string | — |
create_fileCreate a new editable text file at a new project path from supplied content. Pass an explicit empty string to create an empty file. Existing paths are never overwritten.Create a new editable text file at a new project path from supplied content. Pass an explicit empty string to create an empty file. Existing paths are never overwritten.
| Parámetro | Tipo | Descripción |
|---|---|---|
| content* | string | — |
| path* | string | — |
| projectId* | string | — |
edit_fileprivilegiadaImmediately edit one existing editable text file and record the applied change in PaperDock's Review changes UI. Provide exactly one target (fileId or path) and exactly one payload: operations, content, or rangeToken with insert. Read the relevant current text first and pass its baseRevision. For a…Immediately edit one existing editable text file and record the applied change in PaperDock's Review changes UI. Provide exactly one target (fileId or path) and exactly one payload: operations, content, or rangeToken with insert. Read the relevant current text first and pass its baseRevision. For a…
| Parámetro | Tipo | Descripción |
|---|---|---|
| baseRevision* | integer | — |
| expectedUpdatedAt | string | — |
| fileId | string | — |
| operations | array | — |
| content | string | — |
| insert | string | — |
| path | string | — |
| projectId* | string | — |
| rangeToken | string | — |
list_commentsList active project comments and their replies. Resolved comment history is not returned by this tool.List active project comments and their replies. Resolved comment history is not returned by this tool.
| Parámetro | Tipo | Descripción |
|---|---|---|
| projectId* | string | — |
create_commentCreate an open Comment on a .tex project file and post it immediately to project collaborators without changing the source file. Later deletion cannot undo prior delivery or reading. Selection offsets may be inferred from quote. Provide exactly one target: fileId or path.Create an open Comment on a .tex project file and post it immediately to project collaborators without changing the source file. Later deletion cannot undo prior delivery or reading. Selection offsets may be inferred from quote. Provide exactly one target: fileId or path.
| Parámetro | Tipo | Descripción |
|---|---|---|
| body* | string | — |
| contextAfter | string | — |
| contextBefore | string | — |
| fileId | string | — |
| path | string | — |
| projectId* | string | — |
| quote | string | — |
| selectionFrom | integer | — |
| selectionTo | integer | — |
reply_to_commentPost a reply under the connected PaperDock account, marked as created via an AI agent, immediately to an open Comment. Use a commentId returned by list_comments or copied from PaperDock. If a Comment is not found, call list_comments once and do not retry the same missing commentId. It is visible to…Post a reply under the connected PaperDock account, marked as created via an AI agent, immediately to an open Comment. Use a commentId returned by list_comments or copied from PaperDock. If a Comment is not found, call list_comments once and do not retry the same missing commentId. It is visible to…
| Parámetro | Tipo | Descripción |
|---|---|---|
| body* | string | — |
| projectId* | string | — |
| commentId* | string | — |
list_chat_messagesRead recent project chat messages in chronological order.Read recent project chat messages in chronological order.
| Parámetro | Tipo | Descripción |
|---|---|---|
| limit | integer | — |
| projectId* | string | — |
send_chat_messagePost a message under the connected PaperDock account, marked as created via an AI agent, immediately to the selected private PaperDock project's Chat. It is visible to project members, and later editing or deletion cannot undo prior delivery or reading.Post a message under the connected PaperDock account, marked as created via an AI agent, immediately to the selected private PaperDock project's Chat. It is visible to project members, and later editing or deletion cannot undo prior delivery or reading.
| Parámetro | Tipo | Descripción |
|---|---|---|
| body* | string | — |
| projectId* | string | — |
14 de 14 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.
Overleaf alternative online LaTeX editor. AI agents edit, comment, and chat. Keep or revert edits.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
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.