Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Kynth Core

БесплатноНе проверен

Enables document parsing, field extraction, PII redaction, contract analysis, chargeback handling, and company enrichment via the Kynth Core API. Provides tools

GitHubEmbed

Описание

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

from github.com/kyisaiah47/kynth-core-mcp

Установка Kynth Core

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/kyisaiah47/kynth-core-mcp

FAQ

Kynth Core MCP бесплатный?

Да, Kynth Core MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Kynth Core?

Нет, Kynth Core работает без API-ключей и переменных окружения.

Kynth Core — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Kynth Core в Claude Desktop, Claude Code или Cursor?

Открой Kynth Core на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Kynth Core with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai