document-evidence-mcp
by mtn888
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PADDLE_OCR_BASE_DIR | No | Cache directory for old PaddleOCR models. | %USERPROFILE%\.paddleocr |
| PADDLE_PDX_CACHE_HOME | No | Cache directory for PP-StructureV3/PaddleX models. | %USERPROFILE%\.paddlex |
| DOCUMENT_EVIDENCE_STORE | No | Path to the document evidence store (SQLite and artifacts). | %LOCALAPPDATA%\document-evidence-mcp |
| PADDLE_PDX_MODEL_SOURCE | No | Model source: 'huggingface' or 'bos'. | huggingface |
| DOCUMENT_EVIDENCE_OCR_DEVICE | No | OCR device (e.g., 'gpu:0', 'cpu'). Empty for auto. | |
| DOCUMENT_EVIDENCE_CHUNK_CHARS | No | Target character count per evidence chunk. | 1600 |
| DOCUMENT_EVIDENCE_OCR_PROVIDER | No | OCR provider: 'none' or 'paddleocr'. | none |
| DOCUMENT_EVIDENCE_ALLOWED_ROOTS | No | Semicolon-separated list of allowed root directories for document import. | |
| DOCUMENT_EVIDENCE_CHUNK_OVERLAP | No | Overlap character count between chunks. | 160 |
| DOCUMENT_EVIDENCE_MAX_FILE_BYTES | No | Maximum file size in bytes for a single document. | 1073741824 |
| DOCUMENT_EVIDENCE_MAX_SEARCH_HITS | No | Maximum number of evidence hits per search. | 20 |
| DOCUMENT_EVIDENCE_MAX_SEARCH_CHARS | No | Hard limit on total response characters for a search. | 12000 |
| PADDLE_PDX_DISABLE_MODEL_SOURCE_CHECK | No | Set to 'True' to skip model source connectivity check. | False |
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
- 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/mtn888/document-evidence-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server