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
Latest Blog Posts
- 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