Sign In

@kynth/api-mcp

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kynth/api-mcp

MCP server for ParseRail — gives Claude, Cursor, and any MCP client native tools to parse documents, extract fields, redact PII, analyze contracts, fight chargebacks, and enrich companies.

Source
npmnpm
Version
0.5.1
Version published
Weekly downloads
98
60.66%
Maintainers
1
Weekly downloads
 
Created
Source

@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-mcp

Claude Desktop / Cursor (mcpServers config):

{
  "mcpServers": {
    "kynth-core": {
      "command": "npx",
      "args": ["-y", "@kynth/api-mcp"],
      "env": { "KYNTH_API_KEY": "ksk_live_…" }
    }
  }
}

Tools

ToolWhat it does
kynth_parseDocument (invoice/EOB/COI, PDF/image/text) → structured JSON
kynth_extractPull named fields out of any text
kynth_classifyLabel text against your taxonomy
kynth_summarizeSummary + key points + action items
kynth_redactStrip PII/PHI from text
kynth_sentimentSentiment, aspects, and themes
kynth_contractContract → parties, terms, obligations, risk flags
kynth_chargebackDispute details → representment packet
kynth_enrichDomain or email → company profile
kynth_accountCredit 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

Keywords

kynth

FAQs

Package last updated on 14 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts