Fluxink Ink Intelligence
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://mcp.fluxink.ai/servers/d0ca718e86d140788af422fedbe5622e/mcp4 herramientas · 478 msfluxink-mcp-recognize-handwritingInternal FluxInk handwriting recognition execution endpoint. Invoked ONLY by the FluxInk handwriting canvas widget when the user clicks Recognize. Do NOT call this tool directly from chat. To capture handwriting from the user, call show_handwriting_canvas instead. This endpoint expects a JSON strok…Internal FluxInk handwriting recognition execution endpoint. Invoked ONLY by the FluxInk handwriting canvas widget when the user clicks Recognize. Do NOT call this tool directly from chat. To capture handwriting from the user, call show_handwriting_canvas instead. This endpoint expects a JSON strok…
| Parámetro | Tipo | Descripción |
|---|---|---|
| mode | string | — |
| strokes* | — | JSON stroke payload captured by the widget. |
| language | string | — |
fluxink-mcp-show-handwriting-canvasOpen the FluxInk handwriting recognition canvas. The user draws with a stylus, finger, or mouse and the strokes are converted by one of two model families: general recognition for handwriting, math, and chemical formulas, or structure recognition for molecular structures.
Use this when the user ex…Open the FluxInk handwriting recognition canvas. The user draws with a stylus, finger, or mouse and the strokes are converted by one of two model families: general recognition for handwriting, math, and chemical formulas, or structure recognition for molecular structures. Use this when the user ex…
| Parámetro | Tipo | Descripción |
|---|---|---|
| mode | string | Recognition family for the canvas. Use general for text, math, and chemical formulas; use structure only for molecular structures. |
| prompt* | string | REQUIRED. The user's original chat message verbatim (do not paraphrase). This is prepended to the handwritten result in the follow-up message so you can act on… |
| language | string | Optional text language hint for the backend. |
| force_new | boolean | Set true ONLY when the user explicitly asks for a brand new canvas. Otherwise leave false so a previously opened canvas is reused. |
fluxink-mcp-synthesize-handwriting-styleInternal FluxInk natural texture ink execution endpoint. Invoked ONLY by the FluxInk style canvas widget when the user clicks Generate. Do NOT call this tool directly from chat. To render text in the personal handwriting style of the user, call show_style_canvas instead. This endpoint requires JSON…Internal FluxInk natural texture ink execution endpoint. Invoked ONLY by the FluxInk style canvas widget when the user clicks Generate. Do NOT call this tool directly from chat. To render text in the personal handwriting style of the user, call show_style_canvas instead. This endpoint requires JSON…
| Parámetro | Tipo | Descripción |
|---|---|---|
| text* | string | Text to render with the captured handwriting style. |
| cell_size | number | — |
| legibility | number | — |
| style_text | string | Optional explicit style text captured from the user sample |
| stroke_width | number | — |
| style_strokes* | — | JSON style strokes captured by the widget. |
fluxink-mcp-show-style-canvasOpen the FluxInk natural texture ink style capture canvas. The user draws a few sample characters in a personal handwriting style. The widget then renders the requested text as a PNG spritesheet IN THAT PERSONAL HANDWRITING STYLE.
Use this when the user explicitly asks to render text in a personal…Open the FluxInk natural texture ink style capture canvas. The user draws a few sample characters in a personal handwriting style. The widget then renders the requested text as a PNG spritesheet IN THAT PERSONAL HANDWRITING STYLE. Use this when the user explicitly asks to render text in a personal…
| Parámetro | Tipo | Descripción |
|---|---|---|
| text* | string | The complete text to render in the captured handwriting style. |
| force_new | boolean | Set true ONLY when the user explicitly asks for a brand new style canvas. Otherwise leave false so a previously opened canvas is reused. |
4 de 4 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.
Fluxink Ink Intelligence
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.