MCP Server for the Textin Robot API. TextIn官方MCP,支持文档OCR识别,文档转Markdown,文档关键信息提取。
Textin mcp mcp server connects Textin MCP to AI assistants that speak the Model Context Protocol. MCP Server for the Textin Robot API. TextIn官方MCP,支持文档OCR识别,文档转Markdown,文档关键信息提取。.
TextIn MCP Server is a tool for extracting text and performing OCR on documents, including document text recognition, ID recognition, and invoice recognition. It also supports converting documents into Markdown format.
Once connected, the assistant can call these 7 tools directly:
recognition_text — Text recognition from images, Word documents, and PDF filesInputs — - path (string, required): file path or a URL (HTTP/HTTPS) pointing to a documentReturn — Text of the documentPDF — Image (Jpeg, Jpg, Png, Bmp)doc_to_markdown — Convert images, PDFs, and Word documents to Markdowngeneral_information_extration — Automatically identify and extract information from documents, or identify and extract user-specified informationTools — When the input is a URL, it does not support handling access to protected resourcesSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Before the server will start you need to supply 5 environment variables: APP_ID, APP_SECRET, MCP_SERVER_REQUEST_TIMEOUT, YOUR_APP_ID, YOUR_APP_SECRET. Keep credentials in your client's env block or a secrets manager rather than committing them.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Textin MCP sits in that group, and the shape of its toolset — recognition_text, Inputs, Return among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| recognition_text | Text recognition from images, Word documents, and PDF files. |
| Inputs | - path (string, required): file path or a URL (HTTP/HTTPS) pointing to a document |
| Return | Text of the document. |
| Image (Jpeg, Jpg, Png, Bmp) | |
| doc_to_markdown | Convert images, PDFs, and Word documents to Markdown. |
| general_information_extration | Automatically identify and extract information from documents, or identify and extract user-specified information. |
| Tools | When the input is a URL, it does not support handling access to protected resources. |
{
"mcpServers": {
"textin-ocr": {
"command": "npx",
"args": [
"-y",
"@intsig/server-textin"
],
"env": {
"APP_ID": "<YOUR_APP_ID>",
"APP_SECRET": "<YOUR_APP_SECRET>",
"MCP_SERVER_REQUEST_TIMEOUT": "600000"
},
"timeout": 600
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| APP_ID | Configuration value read at startup. | Optional |
| APP_SECRET | Credential the server authenticates with. | Yes |
| MCP_SERVER_REQUEST_TIMEOUT | Configuration value read at startup. | Optional |
| YOUR_APP_ID | Configuration value read at startup. | Optional |
| YOUR_APP_SECRET | Credential the server authenticates with. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.