kyisaiah47

parserail-mcp

Community kyisaiah47
Updated

MCP server for ParseRail — 41 tools for finished-job AI work: documents to schema-valid JSON, field extraction, PII redaction, contract review, triage, research, moderation, agent memory. One credit wallet; failed calls never burn credits.

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

Tool What it does
parserail_parse Document (invoice/EOB/COI, PDF/image/text) → structured JSON
parserail_extract Pull named fields out of any text
parserail_classify Label text against your taxonomy
parserail_summarize Summary + key points + action items
parserail_redact Strip PII/PHI from text
parserail_sentiment Sentiment, aspects, and themes
parserail_contract Contract → parties, terms, obligations, risk flags
parserail_chargeback Dispute details → representment packet
parserail_enrich Domain or email → company profile
parserail_account Credit 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

MCP Server · Populars

MCP Server · New

    LeulAria

    Aria Icons

    MCP server for 340k SVG icons

    Community LeulAria
    knowall-ai

    Reverie — graph memory that dreams

    Memory management MCP server for AI agents using Neo4j knowledge graphs

    Community knowall-ai
    keploy

    Key Highlights

    Open-source platform for creating safe, isolated production sandboxes for API, integration, and E2E testing.

    Community keploy
    hermes-labs-ai

    Fidelis Memory

    Zero-LLM agent memory for Claude Code and AI agents: local-first BM25, dense-vector, and reciprocal-rank-fusion retrieval. Returns original passages verbatim by default. Available on PyPI as fidelis-memory. MIT.

    Community hermes-labs-ai
    n24q02m

    Better Code Review Graph

    Knowledge graph for token-efficient code reviews -- semantic search and call-graph resolution across your codebase.

    Community n24q02m