Fluxink Ink Intelligence
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.
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.
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://mcp.fluxink.ai/servers/d0ca718e86d140788af422fedbe5622e/mcp4 outils · 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…
| Paramètre | Type | Description |
|---|---|---|
| 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…
| Paramètre | Type | Description |
|---|---|---|
| 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…
| Paramètre | Type | Description |
|---|---|---|
| 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…
| Paramètre | Type | Description |
|---|---|---|
| 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 outils sur 4 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.
Fluxink Ink Intelligence
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
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.