
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
parserail-mcp
Advanced tools
MCP server for ParseRail, gives Claude, Cursor, and any MCP client native tools to parse documents, extract fields, redact PII, analyze contracts, fight chargebacks, and enrich companies.
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.
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_…" }
}
}
}
| 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.
Pay-per-call credits, no subscription, you're only charged on a successful call. See parserail.thecompound.tech/docs.
MIT, Compound Labs
FAQs
MCP server for ParseRail, gives Claude, Cursor, and any MCP client native tools to parse documents, extract fields, redact PII, analyze contracts, fight chargebacks, and enrich companies.
We found that parserail-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.