
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
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.
The npm package parserail-mcp receives a total of 414 weekly downloads. As such, parserail-mcp popularity was classified as not popular.
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
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.