
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
@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.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.