AgentMarketMCP / SKILL 资产档案馆

目录 / flexorch-mcp

MCP 需 API Key 未评级 已上架

flexorch-mcp

Convert unstructured business documents (PDF, DOCX, invoices, contracts, payroll sheets) into structured, LLM-ready datasets with automatic classification, field extraction, PII masking, and quality scoring. **6 async tools:** - `process_document` — submit document for processing - `get_job_status` — poll until complete - `get_extraction_result` — read structured fields + quality grade - `build_dataset` — package records into a named dataset - `export_dataset` — download as JSONL, RAG, CSV, or Markdown - `search_documents` — keyword + semantic search across datasets **Requires:** FlexOrch API key — get one at [app.flexorch.com/settings](https://app.flexorch.com/settings)

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
需 API Key(需要配置:apiKey)
端点
https://flexorch-mcp--developer-ty82.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
  "mcpServers": {
    "flexorch-mcp": {
      "headers": {
        "Authorization": "Bearer \u003cYOUR_KEY\u003e"
      },
      "url": "https://flexorch-mcp--developer-ty82.run.tools"
    }
  }
}

能力清单

工具说明
document.processSubmit a document for processing — Step 1 of 5. Returns job_id immediately; poll job.status until completed.
job.statusPoll a job until it finishes — Step 2. Call every 3-5s until status is completed or failed.
job.resultRead structured fields extracted from a completed document — Step 3.
dataset.buildPackage extracted records into a dataset for export — Step 4. Returns job_id; poll job.status until completed.
dataset.searchSearch across all indexed FlexOrch datasets by keyword or semantic meaning.
dataset.exportDownload all records from a built dataset as text — Step 5, final step.
dataset.indexTrigger semantic indexing for a dataset (Pro+ plan required). Must be called before dataset.chunks. Indexing is idempotent and typically completes in 10–60 seconds.
dataset.chunksRetrieve LangChain/LlamaIndex-ready text chunks from an indexed dataset (Pro+ plan required). Dataset must be indexed first via dataset.index.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。