Textin MCP Server
OfficialServidor MCP de Textin
TextIn MCP Server es una herramienta para extraer texto y realizar reconocimiento óptico de caracteres (OCR) en documentos, incluyendo el reconocimiento de texto, de documentos de identidad y de facturas. También permite convertir documentos a formato Markdown.
Herramientas
recognition_textReconocimiento de texto de imágenes, documentos de Word y archivos PDF.
Entrada:
file pathoa URL (HTTP/HTTPS) pointing to a document(cadena)Devolver: Texto del documento.
Admite conversión para:
PDF
Imagen (Jpeg, Jpg, Png, Bmp)
doc_to_markdownConvierte imágenes, archivos PDF y documentos de Word a Markdown.
Entrada:
file pathoa URL (HTTP/HTTPS) pointing to a document(cadena)Devolución: Markdown del documento.
Admite conversión para:
PDF
Documentos de Microsoft Office (Word, Excel)
Imagen (Jpeg, Jpg, Png, Bmp)
general_information_extrationExtraiga de forma automática e inteligente información clave de los documentos.
Entrada:
file pathoa URL (HTTP/HTTPS) pointing to a document(cadena)Devolver: La información clave JSON.
Admite conversión para:
PDF
Documentos de Microsoft Office (Word, Excel)
Imagen (Jpeg, Jpg, Png, Bmp)
Cuando la entrada es una URL, no admite el manejo de acceso a recursos protegidos.
Related MCP server: MCP Docling Server
Configuración
APP_ID y APP_SECRET
Haga clic aquí para registrarse en una cuenta TextIn.
Obtenga Textin APP_ID y APP_SECRET siguiendo las instrucciones aquí .
NPX
{
"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
}
}
}Licencia
Este servidor MCP cuenta con la licencia MIT. Esto significa que puede usar, modificar y distribuir el software libremente, sujeto a los términos y condiciones de la licencia MIT. Para más detalles, consulte el archivo de LICENCIA en el repositorio del proyecto.
Available Tools
3 toolsdoc_to_markdownB
Convert images, PDFs, and Word documents to Markdown.
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Read the complete contents of a file from the file system. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, and the description is minimal. It does not disclose behavioral traits such as file size limits, supported formats beyond those listed, or preservation of formatting during conversion.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence, but it lacks structure or breakdown of details. It communicates the core function without additional context, which is adequate but not exemplary.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simple input schema and lack of output schema, the description should provide more context on return values, error handling, or supported file specifics. It is underspecified for complete understanding.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There is only one parameter 'path', and its description in the schema is already clear. The tool description adds no additional meaning beyond the schema, so baseline score of 3 applies given 100% schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool converts images, PDFs, and Word documents to Markdown. It specifies the input types and output format, distinguishing it from sibling tools like 'recognition_text' which likely focus on text extraction rather than conversion.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. No prerequisites, limitations, or exclusions are mentioned, leaving the agent without context for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
general_information_extrationC
Automatically and intelligently extract key information from documents.
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Read the complete contents of a file from the file system. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, and the description fails to disclose any behavioral traits such as mutation, idempotency, error handling, or output format. 'Automatically and intelligently' is uninformative.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence, which is concise but overly terse. It lacks structure and fails to provide essential details, sacrificing completeness for brevity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (extracting key information), the lack of output schema, and no annotations, the description is grossly inadequate. It does not explain what information is extracted, how it works, or any limitations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 100% schema description coverage, the input parameter 'path' is clearly documented in the schema. The tool description adds no new meaning, meeting the baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool extracts key information from documents, which distinguishes it from sibling tools like doc_to_markdown (conversion) and recognition_text (text recognition). However, 'key information' is vague.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus its siblings. The description does not mention prerequisites, contexts, or alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
recognition_textC
Text recognition from images, Word documents, and PDF files.
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Read the complete contents of a file from the file system. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, and the description only states the action without disclosing outcomes, side effects, or requirements. It does not indicate whether the tool reads and returns text or modifies files.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single concise sentence that properly front-loads the purpose. No unnecessary words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, the description should explain what the tool returns (e.g., extracted text) but does not. Missing details on error handling or supported file types specifically.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, but the parameter description ('Read the complete contents of a file from the file system') is generic and adds little beyond the schema. It does not specify allowed file extensions or constraints beyond the tool's general purpose.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool performs text recognition from images, Word documents, and PDF files. It distinguishes from siblings by specifying input formats, though it could be more explicit about the output.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives. It does not mention when not to use it or any prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
3 tool updates
v1.0.0- First observed
doc_to_markdown - First observed
general_information_extration - First observed
recognition_text
TDQS
Each tool targets a distinct document processing task: converting to Markdown, extracting key information, and recognizing text. There is no clear overlap, so an agent can easily distinguish them.
Tool names mix patterns: 'doc_to_markdown' uses verb_noun, 'general_information_extration' uses adjective_noun_noun (with a misspelling), and 'recognition_text' uses noun_noun. The inconsistency and spelling error reduce coherence.
Three tools is on the lower end for a document processing server. While it covers basic operations, the set feels thin and could benefit from additional tools like format conversion or OCR options.
The server covers core document tasks (conversion, extraction, recognition) but lacks common operations like document classification, summarization, or editing, leaving some gaps for complex workflows.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Document-to-Markdown MCP server — convert PDF, Office and HTML into LLM-ready Markdown.
Hosted MCP server: convert PDFs to clean, LLM-ready Markdown with tables, formulas and OCR.
Convert documents and web pages to clean Markdown: PDF, DOCX, XLSX, EPUB, scanned files, any URL.
MCP server for detecting and redacting PII (Personally Identifiable Information) in PDF documents.
Related MCP Servers
- AlicenseAqualityFmaintenanceA document conversion server that transforms various file formats (PDFs, documents, images, audio, web content) to Markdown with improved multilingual and UTF-8 support.101515MIT
- AlicenseNot gradedqualityDmaintenanceA server that provides document processing capabilities using the Model Context Protocol, allowing conversion of documents to markdown, extraction of tables, and processing of document images.19MIT
- AlicenseBqualityDmaintenanceA server that converts various file formats (PDF, images, Office documents, etc.) to Markdown descriptions using Cloudflare AI services.1635MIT
- AlicenseAqualityDmaintenanceA server that automates screenshot capture and document processing, allowing users to convert screenshots into PDFs and extract text through natural language commands.101MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/intsig-textin/textin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server