Fluxink Ink Intelligence
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.
https://mcp.fluxink.ai/servers/d0ca718e86d140788af422fedbe5622e/mcp4 Tools · 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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 von 4 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
Fluxink Ink Intelligence
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.