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 Kynth Core — 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 Servers
Alicense-qualityBmaintenanceEnables document parsing into structured, confidence-scored fields via the scan tool, working with any MCP host like Claude Desktop or Cursor.Last updated72MIT- Alicense-qualityBmaintenanceEnables querying enterprise documents (DOCX, PDF, PPTX) using natural language, with hybrid search and MCP integration for Claude Desktop and other agents.Last updatedMIT

docuprox-mcpofficial
Alicense-qualityDmaintenanceEnables AI clients like Claude to process documents (invoices, passports, etc.) via the DocuProx API, with tools for submitting jobs, checking status, and retrieving results.Last updated2MIT- Alicense-qualityDmaintenanceA 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.Last updated2MIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Turn any PDF into structured JSON via AI + OCR: invoices, bank statements, contracts.
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kyisaiah47/kynth-core-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server