
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
@kynth/api-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 api.kynth.studio, then add the server to your MCP client config.
Claude Code:
claude mcp add kynth-core -e KYNTH_API_KEY=ksk_live_… -- npx -y @kynth/api-mcp
Claude Desktop / Cursor (mcpServers config):
{
"mcpServers": {
"kynth-core": {
"command": "npx",
"args": ["-y", "@kynth/api-mcp"],
"env": { "KYNTH_API_KEY": "ksk_live_…" }
}
}
}
| Tool | What it does |
|---|---|
kynth_parse | Document (invoice/EOB/COI, PDF/image/text) → structured JSON |
kynth_extract | Pull named fields out of any text |
kynth_classify | Label text against your taxonomy |
kynth_summarize | Summary + key points + action items |
kynth_redact | Strip PII/PHI from text |
kynth_sentiment | Sentiment, aspects, and themes |
kynth_contract | Contract → parties, terms, obligations, risk flags |
kynth_chargeback | Dispute details → representment packet |
kynth_enrich | Domain or email → company profile |
kynth_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 api.kynth.studio/docs.
MIT © Kynth Studios
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 @kynth/api-mcp receives a total of 83 weekly downloads. As such, @kynth/api-mcp popularity was classified as not popular.
We found that @kynth/api-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.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.