Skip to main content

kynth-crewai

ParseRail tools for CrewAI — parse documents, fight chargebacks, analyze contracts, match POs, screen leads, and run cited research from inside your crew.

Every tool is a thin BaseTool over the official kynth SDK: auth, timeouts, and typed errors behave exactly like a direct client call, and failed calls never burn credits. Each tool's description carries its exact price, so cost-aware agents can budget calls. The full machine-readable rate card lives at api.kynth.studio/pricing.json.

Install

pip install kynth-crewai crewai        # or: pip install "kynth-crewai[crewai]"

Get a key (and 500 free credits every month, no card) at api.kynth.studio.

Use

from crewai import Agent
from kynth_crewai import kynth_tools

agent = Agent(
    role="AR analyst",
    goal="Get overdue invoices paid",
    backstory="…",
    tools=kynth_tools(api_key="ksk_live_..."),  # or set KYNTH_API_KEY
)

Or pick individual tools (and share one client):

from kynth import Kynth
from kynth_crewai import KynthChargebackTool, KynthDunningTool

client = Kynth(api_key="ksk_live_...")
tools = [KynthChargebackTool(client=client), KynthDunningTool(client=client)]

Tools

Tool What it does
kynth_chargeback Dispute details → representment narrative, evidence checklist, win likelihood
kynth_compare Two document versions → every material change + risk notes
kynth_contract Contract → parties, term, renewal, obligations, risk flags
kynth_statement Bank/card statement → normalized transactions
kynth_po_match Invoice vs PO vs receipt → 3-way match + discrepancies
kynth_dunning Overdue invoice → escalation-appropriate collection sequence
kynth_screen Lead + your ICP → web-grounded qualification verdict
kynth_research Company/topic → multi-source, citation-backed brief
kynth_parse Any document (PDF/image/text) → structured, validated JSON
kynth_tables Any document → every table as clean headers + rows

Document tools accept file_url, raw text, or file_base64 + file_mime_type.

Also available: the TypeScript SDK, Vercel AI SDK / LangChain tools, and the MCP server.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kynth_crewai-0.5.2.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kynth_crewai-0.5.2-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file kynth_crewai-0.5.2.tar.gz.

File metadata

  • Download URL: kynth_crewai-0.5.2.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for kynth_crewai-0.5.2.tar.gz
Algorithm Hash digest
SHA256 cb73a906f70c658987ca18c4f1c9598fd28cf8e5ccc390df2626ba5092f010c5
MD5 7f1f9db6decdfd9cf660f650544b02be
BLAKE2b-256 f1513043beeba90df861b6ec68fad40276bf7a31135069580951193562a11ab9

See more details on using hashes here.

File details

Details for the file kynth_crewai-0.5.2-py3-none-any.whl.

File metadata

  • Download URL: kynth_crewai-0.5.2-py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for kynth_crewai-0.5.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3f79bde2bb66a6e1c54455d012255cf51690a302cce560f454276b5e7acc7ce7
MD5 67cb9075fc0fa375e12363cbf8e71c49
BLAKE2b-256 a0f523c91b5e2b431554b067d1bac4f6711bc2059c13f4034d972db69db9a0f2

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.5.2 This release

2 files

0.5.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page