document-intelligence-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@document-intelligence-serversummarize the quarterly report.pdf"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
document-intelligence-server - MCP Server
MCP server for intelligent document processing — extract text, classify, and summarize PDFs, images, and documents using vision LLMs.
Tools
extract_document
Extract text from a PDF or image file using OCR.
path(string, required): Path to the document file
classify_document
Classify a document by type (invoice, report, contract, etc.).
path(string, required): Path to the document file
summarize_document
Generate a structured summary from a document.
path(string, required): Path to the document file
Related MCP server: Nutrient Document Engine MCP Server
Quick Start (local)
pip install -r requirements.txt
export MCP_BILLING_API=https://mcp-billing-api.onrender.com
uvicorn server:starlette_app --host 0.0.0.0 --port 8000Usage with Claude Desktop / MCP clients
{
"mcpServers": {
"document-intelligence-server": {
"url": "https://mcp-doc-intel.onrender.com/"
}
}
}Deployed endpoint
https://mcp-doc-intel.onrender.com/ — Streamable HTTP transport at root path. Health check at /health.
Environment Variables
Variable | Required | Description |
| Yes | Billing API endpoint |
| Yes | License key for billing |
| No | Secret for AgenticMarket authentication |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseCqualityDmaintenanceEnables AI systems to analyze documents and extract form data through Azure Form Recognizer/Document Intelligence, supporting various document types including receipts, invoices, and ID documents.Last updated2112
- Alicense-qualityDmaintenanceEnables AI agents and users to process documents through natural language, supporting PDF operations like text extraction, redaction, splitting, form filling, annotations, and content search.Last updated1861MIT
- Alicense-qualityDmaintenanceProvides intelligent OCR and PDF processing capabilities that automatically detect whether PDFs contain digital text or scanned images and apply appropriate extraction methods. Supports text extraction, OCR processing, structure analysis, and batch operations.Last updatedMIT
- Alicense-qualityDmaintenanceEnables AI applications to read and process PDF files with intelligent file search, text extraction, image processing, and optional OCR support for scanned documents.Last updatedMIT
Related MCP Connectors
Turn any PDF into structured JSON via AI + OCR: invoices, bank statements, contracts.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Enable language models to perform advanced AI-powered web scraping with enterprise-grade reliabili…
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/KennyWayn3/document-intelligence-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server