Servers
FlexOrch MCP
@flexorch
FlexOrch MCP converts unstructured documents (PDF, DOCX, invoices, contracts, payroll) into structured, LLM-ready datasets via 6 async tools. Covers the full pipeline: classify → extract fields → mask PII → export JSONL or RAG chunks, with PII detection across 10+ locales (TR, DE
What is FlexOrch MCP?
FlexOrch gives AI agents a native way to process business documents end-to-end — no custom parsing code needed.
Tools (6)
| Tool | What it does |
|---|---|
process_document | Submit a document URL, get a job ID |
poll_job | Check processing status |
get_document_info | Classification + quality score |
extract_fields | Structured field extraction |
mask_pii | PII detection and masking (10+ locales) |
export_dataset | JSONL / RAG chunks export |
Installation
pip install flexorch-mcp
Configuration
{
"mcpServers": {
"flexorch": {
"command": "flexorch-mcp",
"env": { "FLEXORCH_API_KEY": "<YOUR_API_KEY>" }
}
}
}
Get your API key at app.flexorch.com.