parserail-mcp

จาก Compound Labs: เครื่องมือ 41 รายการบน ParseRail document API ใบแจ้งหนี้ ใบเสร็จ รายการเดินบัญชี และตารางเป็น JSON ที่ตรงตาม schema พร้อมการแยกฟิลด์ การปกปิด PII และการตรวจสอบสัญญา คิดค่าบริการเฉพาะเมื่อสำเร็จเท่านั้น

GitHub
1
ลองใช้ MCP นี้ผู้สนับสนุน

เอกสาร

parserail-mcp

An MCP server for ParseRail, gives Claude, Cursor, and any Model Context Protocol client native tools to parse documents, extract fields, redact PII, analyze contracts, fight chargebacks, and enrich companies.

Setup

Get a key (and 500 free credits) at parserail.thecompound.tech, then add the server to your MCP client config.

Claude Code:

claude mcp add parserail -e PARSERAIL_API_KEY=ksk_live_… -- npx -y parserail-mcp

Claude Desktop / Cursor (mcpServers config):

{
  "mcpServers": {
    "parserail": {
      "command": "npx",
      "args": ["-y", "parserail-mcp"],
      "env": { "PARSERAIL_API_KEY": "ksk_live_…" }
    }
  }
}

Tools

ToolWhat it does
parserail_parseDocument (invoice/EOB/COI, PDF/image/text) → structured JSON
parserail_extractPull named fields out of any text
parserail_classifyLabel text against your taxonomy
parserail_summarizeSummary + key points + action items
parserail_redactStrip PII/PHI from text
parserail_sentimentSentiment, aspects, and themes
parserail_contractContract → parties, terms, obligations, risk flags
parserail_chargebackDispute details → representment packet
parserail_enrichDomain or email → company profile
parserail_accountCredit balance

Documents can be passed as fileUrl, raw text, or fileBase64 + fileMimeType.

Pricing

Pay-per-call credits, no subscription, you're only charged on a successful call. See parserail.thecompound.tech/docs.

MIT, Compound Labs