Kynth Core MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Kynth Core MCPParse this invoice and extract the total due."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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_…" }
}
}
}Related MCP server: Enterprise Knowledge MCP Server
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
This server cannot be installed
Maintenance
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Turn documents into structured, AI-ready data by parsing, enriching, chunking, and embedding.
AI Visibility and Content Intelligence tools for Claude and MCP-compatible agents.
- SnipgetOAuthai.snipget
300+ deterministic data utilities for AI agents: validate, normalize, parse, match, redact.
Related MCP Servers
AlicenseAqualityDmaintenanceEnables document parsing into structured, confidence-scored fields via the scan tool, working with any MCP host like Claude Desktop or Cursor.163MIT- AlicenseNot gradedqualityDmaintenanceEnables querying enterprise documents (DOCX, PDF, PPTX) using natural language, with hybrid search and MCP integration for Claude Desktop and other agents.MIT

docuprox-mcpofficial
AlicenseAqualityDmaintenanceEnables AI clients like Claude to process documents (invoices, passports, etc.) via the DocuProx API, with tools for submitting jobs, checking status, and retrieving results.514MIT- AlicenseNot gradedqualityDmaintenanceA lightweight document parser MCP server that enables Claude to parse PDFs, Word, Excel, images (OCR), and other document formats with support for chunking and metadata extraction.2MIT