
Security News
Open VSX Unblocks Extension IDs Used in Malware Campaign
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.
@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対応。修正を永久記憶し、使うほど賢くなる。
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.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.