npm @kansei-link/bantoustdioMITupdated 17d ago
Monorepo for @kansei-link/cockpit — an MCP server for Japanese accounting workflow automation.
bantou 能做什么?
KanseiLink Cockpit
Monorepo for @kansei-link/cockpit — an MCP server for Japanese accounting workflow automation.
Packages
| Package | Description | Status |
|---|---|---|
packages/cockpit-mcp |
MCP server — two-stage classifier + TaxRuleEngine | ✅ npm |
packages/cockpit-dashboard |
Web dashboard (coming soon) | 🚧 |
Quick Start
npm install @kansei-link/cockpit
See 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 classificationexclusion-rules/— Patterns to exclude non-classifiable transactionstax-rules/— Consumption tax rates, withholding rules, invoice system config
License
MIT — see LICENSE for details.
Copyright (c) 2026 Synapse Arrows PTE. LTD.
安装
把 bantou 添加到你的客户端。选择你正在使用的那个。
claude mcp add bantou -- npx -y @kansei-link/bantoucodex mcp add bantou -- npx -y @kansei-link/bantouamp mcp add bantou -- npx -y @kansei-link/bantou{
"mcpServers": {
"bantou": {
"command": "npx",
"args": [
"-y",
"@kansei-link/bantou"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"bantou": {
"command": "npx",
"args": [
"-y",
"@kansei-link/bantou"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"bantou","command":"npx","args":["-y","@kansei-link/bantou"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"bantou": {
"command": "npx",
"args": [
"-y",
"@kansei-link/bantou"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"bantou": {
"command": "npx",
"args": [
"-y",
"@kansei-link/bantou"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"bantou": {
"command": "npx",
"args": [
"-y",
"@kansei-link/bantou"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"bantou": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@kansei-link/bantou"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"bantou": {
"command": {
"path": "npx",
"args": [
"-y",
"@kansei-link/bantou"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @kansei-link/bantouRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档15/25
- 维护19/25
- 可信度13/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 10 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.2.3最新 | 2026年8月22日 |
| 0.2.2 | 2026年7月2日 |