F
fci-mcp
/fluxink-mcp-chatgpt-recognize-handwriting
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
liveverifiedunknown~5s typical
mcpprobedfci-mcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-fluxink-fci-mcp /fluxink-mcp-chatgpt-recognize-handwriting for me.
Input
| Field | Type | Description |
|---|---|---|
| mode | string | Widget-internal recognition family. Preferred values are general or structure; legacy text default "general" |
| strokes* | string | JSON encoded array of strokes captured by the widget. Each stroke is an object with x, y, |
| language | string | Optional language hint for text mode. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-fluxink-fci-mcp","endpoint":"/fluxink-mcp-chatgpt-recognize-handwriting","input":{"mode":"general","strokes":"..."}}'cli
npx cracked-ai run -p mcp-ai-fluxink-fci-mcp -e /fluxink-mcp-chatgpt-recognize-handwriting -i '{"mode":"general","strokes":"..."}'mcp
run_tool({ provider: "mcp-ai-fluxink-fci-mcp", endpoint: "/fluxink-mcp-chatgpt-recognize-handwriting", input: {"mode":"general","strokes":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.