Skip to content

Cynco

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.


Platform SDKs

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

AI & Integrations

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

Quick start

npm install cynco
import { 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

Popular repositories Loading

  1. opentaxation opentaxation Public

    find out how much actually you earned

    TypeScript 16 3

  2. skills skills Public

    Malaysian accounting skill for Claude Code. Process client documents into accrual-basis financial statements, working papers, and tax computations.

    Python 7 1

  3. cynco-mcp cynco-mcp Public

    Cynco Accounting MCP Server — AI-native accounting tools via Model Context Protocol. 107 tools, 9 guided prompts, 6 interactive MCP Apps, Code Mode, SQL Mode.

    TypeScript 1

  4. cynco-cli cynco-cli Public

    The official CLI for Cynco — AI Native Accounting

    TypeScript

  5. cynco-billing cynco-billing Public

    Cynco Billing SDK — Accept payments with 3 API calls. Accounting happens automatically.

    TypeScript

  6. openapi openapi Public

    OpenAPI 3.1 specification for the Cynco REST API

Repositories

Showing 10 of 12 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…