idin9-doc-ocr-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_PATH | No | SQLite database path | |
| OCR_DPI | No | OCR DPI setting | |
| SMB_HOST | No | SMB scanner share host (leave blank to disable) | |
| SMB_USER | No | SMB username (leave blank to disable) | |
| SMB_SHARE | No | SMB scanner share name (leave blank to disable) | |
| SMB_DOMAIN | No | SMB domain (optional) | |
| WEBUI_PORT | No | Port for the optional web review UI | 8080 |
| SMB_PASSWORD | No | SMB password (leave blank to disable) | |
| OCR_LANGUAGES | No | OCR language packs | tha+eng |
| SCAN_DROP_DIR | No | Local/mounted scanner drop folder | |
| TESSERACT_CMD | No | OCR engine command | tesseract |
| MIN_EMBEDDED_TEXT_CHARS | No | Threshold to decide digital vs scanned extraction |
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 |
|---|---|
| ocr_extract_invoiceA | Extract a single PDF/image invoice and return structured JSON. |
| ocr_batch_processC | Process all pending files in the drop/staging directory. |
| ocr_poll_scanner_shareB | Connect to the configured SMB scanner share, pull and process new files. |
| ocr_get_recordC | Retrieve a processed invoice record from the database. |
| ocr_list_recordsC | List invoice records with optional status filter. |
| ocr_review_queueA | List low-confidence (need_train) records awaiting human confirmation. |
| ocr_review_recordB | Confirm (as success) or reject (as failed) a low-confidence record.
|
| ocr_manage_contactC | Perform CRUD operations on the contacts database. |
| ocr_system_healthA | Report database status, SMB status, and queue depth. |
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/idin9/idin9-doc-ocr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server