Labsco
MCP SERVER

Textin MCP Server

by intsig-textin

Turn a scan, PDF or Word file into plain text, into Markdown, or into just the fields and tables you name.

Image Analysis, OCR & VisionVerified
Summary
OCR narrowed to three calls, one of which answers a question instead of returning the whole page.

The distinction that matters is between converting a document to Markdown, which gives a model everything, and extraction, which takes a key or a table_header and returns only that — the difference between putting a page in the context window and putting a field there. If you refer to the extraction tool by name in a prompt, note that it is spelled general_information_extration.

What it is

A document-recognition server over TextIn, three tools that each take a local path: text recognition, targeted extraction, and Markdown conversion.

What you get
  • Text recognised out of images, Word documents and PDF files
  • Named values pulled from a document by key, and tables pulled out by their header row
  • The same three formats converted to Markdown, structure intact, for a model to read
Requirements

APP_ID and APP_SECRET for a TextIn account, with MCP_SERVER_REQUEST_TIMEOUT alongside them in the same configuration. Every tool takes a path, so the documents have to sit where the server can open them.

Setup effort

One command plus a key — npx -y @intsig/server-textin, then supply credentials