ocr-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MINERU_API_KEY | No | API key (compatibility alias) | |
| MINERU_BASE_URL | No | Alternative base URL (compatibility alias) | |
| OCRPLANE_API_KEY | No | API key for OcrPlane | |
| OCRPLANE_BASE_URL | No | Base URL of the OcrPlane server | |
| MINERU_API_BASE_URL | No | Alternative base URL (compatibility alias) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| parse_documentA | Submit a document to OcrPlane OCR and optionally wait for completion. Provide exactly one document input: file_path, file_url, or base64_content. For large files, prefer file_url. The tool returns a compact summary; use get_markdown or get_content_blocks to page through large results. |
| get_task_statusC | Return the current OcrPlane task record for a task id. |
| get_markdownC | Return a slice of a task's markdown result. |
| get_content_blocksC | Return paginated structured content blocks, optionally filtered by page_idx. |
| get_full_resultA | Return task metadata plus capped markdown and content blocks for small documents. |
| reprocess_taskC | Reprocess an existing task, optionally rotating or re-OCRing selected pages. |
| list_tasksC | List OcrPlane tasks for the configured API key user. |
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
- 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/asharca/ocrplane-cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server