The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Flexorch MCP listing page.
MCP server for FlexOrch — SDK for machines.
Connect Claude and other MCP-compatible agents to the FlexOrch document intelligence pipeline. Process documents, extract structured data, detect PII, and export LLM-ready datasets — all through natural language tool calls.
flexorch-mcp is a thin proxy that exposes the FlexOrch API as MCP tools. All processing happens on FlexOrch's managed infrastructure. A FlexOrch account and API key are required.
For humans writing code: use flexorch-sdk (Python) or flexorch-sdk-js (TypeScript).
For agents: use this package.
| Tool | Description |
|---|---|
document.process | Upload and process a document (PDF, DOCX, TXT, XLSX, HTML, XML, EML, JPG, PNG, TIFF) |
document.reprocess | Re-queue an already-uploaded document through the pipeline |
job.status | Poll a processing job until completed or failed |
job.result | Get structured extracted fields from a completed job |
dataset.build | Build a structured dataset from a completed execution |
dataset.search | Semantic search across indexed datasets (Pro+) |
dataset.export | Export a dataset as JSONL, CSV, JSON, XML, MD, or RAG (LangChain/LlamaIndex chunks) |
dataset.index | Trigger semantic vector indexing for a dataset (Pro+) |
dataset.chunks | Retrieve paginated RAG-ready text chunks from an indexed dataset (Pro+) |
Requires Python 3.10+.
Add to your Claude Desktop config file (create it if it doesn't exist):
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd to your Cursor MCP config:
Add to ~/.codex/config.toml:
Get your API key from app.flexorch.com/settings.
All FlexOrch plan limits apply to MCP tool calls. Credits are consumed per document processed.
| Plan | Credits/mo | Semantic search |
|---|---|---|
| Trial | 1,200 (30 days) | — |
| Starter | 1,200 | — |
| Pro | 6,000 | ✓ |
| Enterprise | Custom | ✓ |
FLEXORCH_API_KEY environment variable — never passed as a tool argumentapi.flexorch.com uses HTTPSMIT — see LICENSE.