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.
MCPpedia last refreshed this data
Kynth Core MCP is an MCP server that 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. Its tool list has not been published yet over stdio and sse, requires no API key, and scores 59/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"kynth-core": {
"env": {
"KYNTH_API_KEY": "ksk_live_…"
},
"args": [
"-y",
"@kynth/api-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @kynth/api-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in legal
87 tools for Korean law — statutes, precedents, ordinances, interpretations | MCP Server · CLI · npm
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
40 MCP tools for 11 Indonesian government portals — BPOM, BPJPH, AHU, OJK, BMKG+
956k Swiss court decisions: full-text search, citation graph, statute lookup (DE/FR/IT)
MCP Security Weekly
Get CVE alerts and security updates for Kynth Core MCP and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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