FlexOrch MCP
@flexorch
FlexOrch MCP について
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
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"flexorch": {
"command": "flexorch-mcp",
"env": {
"FLEXORCH_API_KEY": "<YOUR_API_KEY>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is FlexOrch MCP?
FlexOrch gives AI agents a native way to process business documents end-to-end — no custom parsing code needed.
How to use FlexOrch MCP?
Install with pip install flexorch-mcp, then configure an MCP server entry with your API key in the FLEXORCH_API_KEY environment variable. Invoke any of the six tools (e.g., process_document, extract_fields) from your AI client.
Key features of FlexOrch MCP
- Submit a document URL and receive a job ID.
- Poll job status with
poll_job. - Get document classification and quality scores.
- Extract structured fields from documents.
- Detect and mask PII in 10+ locales.
- Export results as JSONL or RAG chunks.
Use cases of FlexOrch MCP
- Process invoices, contracts, or forms end-to-end without manual parsing.
- Classify incoming documents and assess their quality.
- Extract specific fields (e.g., dates, amounts) from scanned documents.
- Mask personally identifiable information before sharing documents.
- Export processed data for downstream systems or vector database ingestion.
FAQ from FlexOrch MCP
What does FlexOrch MCP do for AI agents?
It lets AI agents process business documents end-to-end, including submission, classification, field extraction, PII masking, and export — without writing custom parsing code.
How do I install FlexOrch MCP?
Run pip install flexorch-mcp in your Python environment.
How do I configure the server?
Add a flexorch entry under mcpServers in your MCP configuration, set the command to flexorch-mcp, and provide your API key via the FLEXORCH_API_KEY environment variable.
What tools are available?
Six tools: process_document, poll_job, get_document_info, extract_fields, mask_pii, and export_dataset.
Where do I get an API key?
Get your API key at app.flexorch.com.
「ファイルとストレージ」の他のコンテンツ
Mcp Google Sheets
xing5This MCP server integrates with your Google Drive and Google Sheets, to enable creating and modifying spreadsheets.
Mcp Filesystem
gabrielmaialva33A secure Model Context Protocol (MCP) server providing filesystem access within predefined directories
MCP Filesystem Server
mark3labsGo server implementing Model Context Protocol (MCP) for filesystem operations.
Filesystem MCP Server SSE
ysthinkThe SSE version of the MCP service is modified from the Filesystem MCP server
MCP docx server
h4ck4lifeMCP server to manipulate DOCX file
コメント