AI-native accounting infrastructure for businesses of every size.
We build the APIs, SDKs, and tools that let developers embed accounting, invoicing, and payments into any product — without becoming accountants.
| Package | Description |
|---|---|
cynco-node |
Official TypeScript SDK |
cynco-python |
Official Python SDK |
cynco-go |
Official Go SDK |
cynco-cli |
Command-line interface |
cynco-billing |
Billing & payments SDK |
openapi |
OpenAPI 3.1 specification |
quickstart |
Get started in under 5 minutes |
| Package | Description |
|---|---|
cynco-mcp |
MCP Server — 107 tools for AI-native accounting |
skills |
Claude Code skill for Malaysian accounting |
cynco-dex |
Local document extraction — your files never leave your machine |
npm install cyncoimport { Cynco } from 'cynco';
const cynco = new Cynco({ apiKey: 'cy_...' });
const invoice = await cynco.invoices.create({
customer: 'cus_abc123',
items: [{ description: 'Consulting', amount: 5000 }],
});Kuala Lumpur, Malaysia — cynco.io