# bantou [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/michielinksee/bantou  
**GitHub Stars:** 2  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/bantou

## Description
AI bookkeeping agent for Japanese accountants — auto-classifies freee/Yayoi/MF/TKC transactions.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "bantou": {
    "command": "npx",
    "args": ["-y","bantou"]
  }
}
```

## Documentation & README

# KanseiLink Cockpit

[![cockpit-mcp MCP Server](https://glama.ai/mcp/servers/michielinksee/kansei-link-cockpit/badges/card.svg)](https://glama.ai/mcp/servers/michielinksee/kansei-link-cockpit)

Monorepo for **@kansei-link/cockpit** — an MCP server for Japanese accounting workflow automation.

## Packages

| Package | Description | Status |
|---------|-------------|--------|
| [`packages/cockpit-mcp`](https://github.com/michielinksee/bantou/blob/HEAD/packages/cockpit-mcp/) | MCP server — two-stage classifier + TaxRuleEngine | ✅ [npm](https://www.npmjs.com/package/@kansei-link/cockpit) |
| `packages/cockpit-dashboard` | Web dashboard (coming soon) | 🚧 |

## Quick Start

```bash
npm install @kansei-link/cockpit
```

See [`packages/cockpit-mcp/README.md`](https://github.com/michielinksee/bantou/blob/HEAD/packages/cockpit-mcp/README.md) for setup and configuration.

## Data

The `data/` directory contains classification rules used by the MCP server:

- `keyword-dict/` — Keyword dictionary for 19-category classification
- `exclusion-rules/` — Patterns to exclude non-classifiable transactions
- `tax-rules/` — Consumption tax rates, withholding rules, invoice system config

## License

MIT — see [LICENSE](https://github.com/michielinksee/bantou/blob/HEAD/LICENSE) for details.

Copyright (c) 2026 Synapse Arrows PTE. LTD.

