MCP Mistral OCR Optimized
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OCR_DIR | Yes | Required directory path where files to be processed are located. | |
| BATCH_MODE | No | Batch processing mode selection: auto, always, or never. | auto |
| EXTRACT_FOOTER | No | Whether to extract document footers by default. | false |
| EXTRACT_HEADER | No | Whether to extract document headers by default. | false |
| INCLUDE_IMAGES | No | Whether to include base64 images in the OCR output by default. | false |
| BATCH_MIN_FILES | No | Minimum number of files required to use batch processing in auto mode. | 5 |
| MISTRAL_API_KEY | Yes | Required Mistral AI API key for OCR processing. | |
| DEFAULT_TABLE_FORMAT | No | Default format for tables in OCR output: null, markdown, or html. | markdown |
| INLINE_BATCH_THRESHOLD | No | Threshold for using inline batch processing (for less than 10 files). | 10 |
| MAX_CONCURRENT_REQUESTS | No | Maximum number of concurrent API requests. | 5 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_toolsB | List available OCR tools. |
| process_local_fileC | Process a single local file from OCR_DIR. |
| process_batch_local_filesC | Process multiple local files concurrently. |
| process_url_fileC | Process a file from a URL. |
| create_batch_jobC | Create a batch processing job for large file sets. |
| check_batch_statusC | Check the status of a batch processing job. |
| download_batch_resultsC | Download results from a completed batch job. |
| cancel_batch_jobC | Cancel a running batch job. |
| list_batch_jobsC | List batch jobs with optional filtering. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/snussik/mcp_mistral_ocr_opt'
If you have feedback or need assistance with the MCP directory API, please join our Discord server