MCP Document Processor
Officialby leanzero-srl
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| Z_AI_API_KEY | No | API key for vision OCR service (also checks ZAI_API_KEY, ANTHROPIC_AUTH_TOKEN) | |
| Z_AI_TIMEOUT | No | Request timeout in milliseconds | 300000 |
| Z_AI_BASE_URL | No | Override base URL for vision API | |
| MCP_CLIENT_TYPE | No | Sets client hint mode: 'interactive' for concise responses, 'agent' for verbose (default) | |
| Z_AI_VISION_MODEL | No | Vision model name | glm-4.6v |
| READ_DOC_MAX_BYTES | No | Maximum decoded payload size accepted by the read-doc URL-fetch path (in bytes) | 52428800 |
| WRITE_DOC_MAX_BYTES | No | Maximum file size the create-* tools will POST to a remote uploadUrl (in bytes) | 26214400 |
| SKIP_TABLE_EXTRACTION | No | Skip table extraction from images during PDF processing | true |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
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/leanzero-srl/leanzero-mcp-doc-processor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server