Fluxink Ink Intelligence
Inferred from the transports this listing declares (streamable-http). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.
Read from a real MCP initialize → tools/list handshake against the declared endpoint. No tool was ever invoked — tools/list is the read-only introspection call the protocol defines for this. It reflects what the server advertised at that moment; a hosted endpoint is not pinned to any version and can change without notice.
https://mcp.fluxink.ai/servers/d0ca718e86d140788af422fedbe5622e/mcp4 tools · 478msfluxink-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 | 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…
| Parameter | 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…
| Parameter | 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…
| Parameter | 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 of 4 tools published a description.
Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.
Fluxink Ink Intelligence
Linked names open Forge’s index of every entry observed exposing that tool. Browse all indexed tools.
This entry publishes no npm package, so Forge has no dependency tree for it. That is a gap in coverage — not a statement that it has no dependencies.