Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Document Intelligence Server

БесплатноНе проверен

Enables intelligent document processing by extracting text, classifying document types, and generating structured summaries from PDFs and images using vision LL

GitHubEmbed

Описание

Enables intelligent document processing by extracting text, classifying document types, and generating structured summaries from PDFs and images using vision LLMs.

README

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

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 8000

Usage 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
MCP_BILLING_API Yes Billing API endpoint
MCP_LICENSE_KEY Yes License key for billing
AGENTICMARKET_SECRET No Secret for AgenticMarket authentication

License

MIT

PyPI GitHub

from github.com/KennyWayn3/document-intelligence-server

Установка Document Intelligence Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/KennyWayn3/document-intelligence-server

FAQ

Document Intelligence Server MCP бесплатный?

Да, Document Intelligence Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Document Intelligence Server?

Нет, Document Intelligence Server работает без API-ключей и переменных окружения.

Document Intelligence Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Document Intelligence Server в Claude Desktop, Claude Code или Cursor?

Открой Document Intelligence Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Document Intelligence Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development