
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@kansei-link/bantou
Advanced tools
番頭 — AI仕訳アシスタント。日本の税理士事務所向け会計自動化MCPサーバー。freee・弥生・MF・TKC対応。修正を永久記憶し、使うほど賢くなる。
MCP (Model Context Protocol) server for Japanese tax accountant workflow automation.
税理士業務の自動化を実現する MCP サーバー。仕訳分類・消費税判定・インボイス制度チェック・CSV取込を一気通貫で処理します。
npm install @kansei-link/cockpit
Add to your claude_desktop_config.json:
{
"mcpServers": {
"cockpit": {
"command": "npx",
"args": ["@kansei-link/cockpit"],
"env": {
"COCKPIT_DATA_DIR": "/path/to/data"
}
}
}
}
auto_register, auto_register_with_log, or human_review based on confidence scores and business rulesThe classification pipeline processes each transaction through sequential stages:
CSV Input
|
v
[CSV Adapter] -- Auto-detect format (Yayoi / freee / generic)
|
v
[Normalizer] -- Text normalization, full-width/half-width conversion
|
v
[Stage 1: Keyword Classifier] -- 19 categories, 500+ keyword rules
| (high confidence) | (low confidence)
v v
[TaxRuleEngine] [Stage 2: Claude AI Classifier]
| |
v v
[TaxRuleEngine] [TaxRuleEngine]
| |
v v
[Confidence Router] -- auto_register / auto_register_with_log / human_review
|
v
[Memory Store] -- Persist corrections, recall patterns (Linksee Memory)
| Variable | Description | Default |
|---|---|---|
COCKPIT_DATA_DIR | Path to data directory containing keyword dictionaries and tax rules | ./data |
The data/ directory contains:
keyword-dict/jp-tax-baseline-v1.json -- Keyword dictionary for Stage 1 classification (19 categories, 500+ rules)tax-rules/jp-tax-rules-v1.json -- Consumption tax rates, overseas SaaS/ad platforms, withholding rules, asset tiers, invoice system configexclusion-rules/jp-tax-baseline-v1.json -- Patterns to exclude non-classifiable transactions (ATM, salary, transfers, etc.)# Run in development mode
npm run dev
# Run tests
npm test
# Build
npm run build
MIT -- see LICENSE for details.
Copyright (c) 2026 Synapse Arrows PTE. LTD.
FAQs
番頭 — AI仕訳アシスタント。日本の税理士事務所向け会計自動化MCPサーバー。freee・弥生・MF・TKC対応。修正を永久記憶し、使うほど賢くなる。
The npm package @kansei-link/bantou receives a total of 21 weekly downloads. As such, @kansei-link/bantou popularity was classified as not popular.
We found that @kansei-link/bantou demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.