Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-11-25 streamable-http

ai.fluxink/fci-mcp

ai.fluxink/fci-mcp

Convert handwriting into text, LaTeX math, chemistry, or molecular structures.

Uptime
4.3%
23 probes
Response
1644ms
last probe
Tools
6
callable
Resources
3
readable
Prompts
0
available

Tools · 6

fluxink-mcp-chatgpt-synthesize-handwriting-style

Internal FluxInk natural texture ink execution endpoint. Invoked ONLY by the style canvas widget when the user clicks Generate. Do NOT call this tool directly from chat. To render text in the personal…

fluxink-mcp-chatgpt-recognize-image

FluxInk image text recognition. Extract text from an EXISTING image (file upload, URL, or base64) the user provides. Higher accuracy than built in vision for tightly packed text, multi language docume…

fluxink-mcp-chatgpt-recognize-handwriting

Internal FluxInk handwriting recognition execution endpoint. Invoked ONLY by the handwriting canvas widget when the user finishes drawing. Do NOT call this tool directly from chat. To capture handwrit…

fluxink-mcp-chatgpt-show-handwriting-canvas

Open the FluxInk handwriting recognition canvas. The user draws freehand strokes with a stylus, finger, or mouse. The strokes are converted by one of two model families: general recognition for handwr…

fluxink-mcp-chatgpt-create-layout

FluxInk document layout generator. Transform raw text content into a structured PDF using one of seven study or work templates, then preview it in an embedded PDF viewer widget. Supported layout_type…

fluxink-mcp-chatgpt-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 TH…

Resources · 3

hwr-widget

Interactive FluxInk canvas. Draw freehand strokes and convert them to typed text, LaTeX math, LaTeX chemistry, or SMILES molecular structures.

ui://widget/hwr-widget.html
autodesign-widget

Embedded PDF viewer for FluxInk generated study, meeting, Cornell, SQ3R, 5W1H, Zettelkasten, bullet points, and PSO document layouts.

ui://widget/autodesign.html
nti-widget

FluxInk natural texture ink style capture canvas. Draw a few sample characters to capture a personal handwriting style, then render any text in that style.

ui://widget/nti-widget.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai.fluxink/fci-mcp": {
      "url": "https://mcp.fluxink.ai/servers/f6b6758dba6c4c92b83407a113fdb80b/mcp",
      "transport": "streamable-http"
    }
  }
}