Skip to main content
Glama
mtn888

document-evidence-mcp

by mtn888

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PADDLE_OCR_BASE_DIRNoCache directory for old PaddleOCR models.%USERPROFILE%\.paddleocr
PADDLE_PDX_CACHE_HOMENoCache directory for PP-StructureV3/PaddleX models.%USERPROFILE%\.paddlex
DOCUMENT_EVIDENCE_STORENoPath to the document evidence store (SQLite and artifacts).%LOCALAPPDATA%\document-evidence-mcp
PADDLE_PDX_MODEL_SOURCENoModel source: 'huggingface' or 'bos'.huggingface
DOCUMENT_EVIDENCE_OCR_DEVICENoOCR device (e.g., 'gpu:0', 'cpu'). Empty for auto.
DOCUMENT_EVIDENCE_CHUNK_CHARSNoTarget character count per evidence chunk.1600
DOCUMENT_EVIDENCE_OCR_PROVIDERNoOCR provider: 'none' or 'paddleocr'.none
DOCUMENT_EVIDENCE_ALLOWED_ROOTSNoSemicolon-separated list of allowed root directories for document import.
DOCUMENT_EVIDENCE_CHUNK_OVERLAPNoOverlap character count between chunks.160
DOCUMENT_EVIDENCE_MAX_FILE_BYTESNoMaximum file size in bytes for a single document.1073741824
DOCUMENT_EVIDENCE_MAX_SEARCH_HITSNoMaximum number of evidence hits per search.20
DOCUMENT_EVIDENCE_MAX_SEARCH_CHARSNoHard limit on total response characters for a search.12000
PADDLE_PDX_DISABLE_MODEL_SOURCE_CHECKNoSet to 'True' to skip model source connectivity check.False

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ingest_documentA

Import a local document once and persist its structured evidence.

The cache identity includes source SHA-256, parser configuration, OCR provider, languages and engine versions. Use force only to create an explicit new revision.

search_evidenceC

Search the persistent local index and return a bounded set of citations.

get_evidenceA

Read exact evidence blocks by stable ID under a total character budget.

list_documentsA

List recently indexed document versions without returning document bodies.

get_documentB

Return one document manifest summary and all source paths seen for it.

render_cropA

Render one PDF evidence rectangle to a local PNG artifact.

Coordinates use PDF points (72 points per inch). This tool returns a path and metadata, never the image bytes.

doctorB

Report parser, SQLite/FTS and optional OCR availability.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/mtn888/document-evidence-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server