Kynth Core MCP
@kynth/api-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 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-mcpClaude Desktop / Cursor (mcpServers config):
{
"mcpServers": {
"kynth-core": {
"command": "npx",
"args": ["-y", "@kynth/api-mcp"],
"env": { "KYNTH_API_KEY": "ksk_live_…" }
}
}
}Tools
Tool | What it does |
| Document (invoice/EOB/COI, PDF/image/text) → structured JSON |
| Pull named fields out of any text |
| Label text against your taxonomy |
| Summary + key points + action items |
| Strip PII/PHI from text |
| Sentiment, aspects, and themes |
| Contract → parties, terms, obligations, risk flags |
| Dispute details → representment packet |
| Domain or email → company profile |
| 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 api.kynth.studio/docs.
MIT © Kynth Studios