Kynth Core
FreeNot checkedEnables document parsing, field extraction, PII redaction, contract analysis, chargeback handling, and company enrichment via the Kynth Core API. Provides tools
About
Enables document parsing, field extraction, PII redaction, contract analysis, chargeback handling, and company enrichment via the Kynth Core API. Provides tools for Claude and any MCP client to process documents and extract structured data.
README
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-mcp
Claude 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 |
|---|---|
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.
Pricing
Pay-per-call credits, no subscription — you're only charged on a successful call. See api.kynth.studio/docs.
MIT © Kynth Studios
Install Kynth Core in Claude Desktop, Claude Code & Cursor
unyly install kynth-core-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add kynth-core-mcp -- npx -y @kynth/api-mcpFAQ
Is Kynth Core MCP free?
Yes, Kynth Core MCP is free — one-click install via Unyly at no cost.
Does Kynth Core need an API key?
No, Kynth Core runs without API keys or environment variables.
Is Kynth Core hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Kynth Core in Claude Desktop, Claude Code or Cursor?
Open Kynth Core on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Kynth Core with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
