# mcp-server MCP server

Fluxink Ink Inteligence

## Links
- Registry page: https://www.getdrio.com/mcp/ai-fluxink-mcp-server

## Install
- Endpoint: https://mcp.fluxink.ai/servers/d0ca718e86d140788af422fedbe5622e/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.fluxink.ai/servers/d0ca718e86d140788af422fedbe5622e/mcp

## Tools
- fluxink-mcp-recognize-handwriting - 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 stroke payload that only the widget can produce. Endpoint: https://mcp.fluxink.ai/servers/d0ca718e86d140788af422fedbe5622e/mcp
- fluxink-mcp-show-handwriting-canvas - 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 explicitly asks to write, draw, sketch, hand write, ink, capture handwriting, hand draw a math equation, hand draw a chemical formula, or hand draw a molecular structure.

Do NOT use this for plain text questions, explanations, or summaries. Do NOT use this for type set math the user typed in chat. Do NOT use this for image text recognition (call recognize_image instead). Do NOT use this for document layout (call create_layout instead). Do NOT use this for capturing the personal handwriting style of the user (call show_style_canvas instead).

Do NOT call again if a FluxInk handwriting canvas is already visible from a prior turn. Instead instruct the user to keep drawing on the existing canvas. Only set force_new=true when the user literally asks for a brand new, fresh, or blank canvas. After invocation, write at most one short acknowledgement line. The canvas itself is the UI.

ALWAYS pass the user&#x27;s full original chat message verbatim in the `prompt` argument so it can be prepended to the recognized text when the user sends the result back. Never paraphrase, summarize, or omit it. Endpoint: https://mcp.fluxink.ai/servers/d0ca718e86d140788af422fedbe5622e/mcp
- fluxink-mcp-synthesize-handwriting-style - 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 encoded style strokes captured by the widget. Endpoint: https://mcp.fluxink.ai/servers/d0ca718e86d140788af422fedbe5622e/mcp
- fluxink-mcp-show-style-canvas - 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 handwriting style. Use this when the user wants to generate a handwritten note, card, letter, or journal entry in a personal handwriting style. Use this when the user wants to capture, clone, or sample a personal handwriting style. Use this when the user wants a handwritten look image asset that matches a personal pen script.

Do NOT use this for plain handwriting recognition (call show_handwriting_canvas instead). Do NOT use this for generic decorative fonts or AI generated calligraphy unrelated to the personal writing of the user. Do NOT use this to read text from an existing photo of handwriting. Do NOT use this for document layout (call create_layout instead).

Always pass the COMPLETE text the user wants rendered in the text parameter. Never truncate. Do NOT call again if a FluxInk natural texture ink canvas is already visible from a prior turn. Instead tell the user to update the target text inside the existing widget. Only set force_new=true on an explicit user request for a brand new style canvas. Endpoint: https://mcp.fluxink.ai/servers/d0ca718e86d140788af422fedbe5622e/mcp

## Resources
- ui://fluxink/fluxink-hwr-canvas.html - Draw freehand strokes for handwriting, math, chemical formulas, or molecular structures and convert them to text, LaTeX, or SMILES. MIME type: text/html;profile=mcp-app
- ui://fluxink/fluxink-nti-canvas.html - Capture a personal handwriting style from a few sample characters, then render any text in that style. MIME type: text/html;profile=mcp-app

## Prompts
Not captured

## Metadata
- Owner: ai.fluxink
- Version: 1.0.2
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 22, 2026
- Source: https://registry.modelcontextprotocol.io
