namakan-mcp-erp
namakan-mcp-erp
あらゆる ERP に対応する 1 つの MCP サーバー。API を持たない工場も対象です。バックエンドが NetSuite、Epicor、または CSV エクスポートのフォルダであっても、エージェントは erp_get_po / erp_list_inventory を呼び出します。
CSV、SFTP ドロップフォルダ、SQLite(ODBC の代わりとなるノートPC向け DB)は第一級市民です。競合製品は REST が存在することを前提にしていますが、North Metro の製造業者の多くは REST を持っていません。
60秒で実行
pip install git+https://github.com/cfollette18/namakan-mcp-erp.git
namakan-mcp-erp demo
namakan-mcp-erp call erp_get_po po_number=PO-1001
namakan-mcp-erp call erp_find_vendor query=fastenersクローンせずに同梱の CSV フォルダを試すか(パッケージ内に同梱されています)、自分のエクスポート先を指定します:
NAMAKAN_ERP_BACKEND=csv namakan-mcp-erp call erp_list_inventory
NAMAKAN_ERP_BACKEND=csv NAMAKAN_ERP_CSV_ROOT=./examples/csv_export namakan-mcp-erp demoRelated MCP server: Business Bridge MCP Server
組み込み方
flowchart LR
Agent[Hermes / Cursor] -->|MCP| Server[namakan-mcp-erp]
Server --> Tools[erp_get_po / erp_find_vendor / ...]
Tools --> Mock[mock]
Tools --> CSV[CSV folder]
Tools --> SFTP[SFTP drop = local folder]
Tools --> SQL[SQLite / ODBC]
Tools --> API[NetSuite / Epicor / ... when they exist]バックエンドを交換しても、エージェント向けツールは一切変わりません。
Cursor への組み込み
{
"mcpServers": {
"namakan-erp": {
"command": "namakan-mcp-erp",
"args": ["serve"],
"env": {
"NAMAKAN_ERP_BACKEND": "mock"
}
}
}
}夜間に CSV ドロップがある実際の工場の場合:
"env": {
"NAMAKAN_ERP_BACKEND": "csv",
"NAMAKAN_ERP_CSV_ROOT": "/data/erp-export"
}そのフォルダに配置される想定のファイル: vendors.csv、purchase_orders.csv、inventory.csv(examples/csv_export/ を参照)。
CLI
コマンド | 説明 |
| MCP stdio |
| 統合ツールを一覧表示 |
| MCPホストなしで呼び出す |
| 取引先 + PO + 在庫 + 書き込み無効 |
ツール
ツール | アクセス | 引数 |
| 読み取り |
|
| 読み取り |
|
| 読み取り | — |
| 読み取り |
|
| 書き込み(デフォルトではオフ) |
|
バックエンド
| 備考 |
| インメモリのサンプルPO |
| エクスポートのフォルダ。デフォルトは同梱サンプル |
| csv と同じ。 |
|
|
| テナントの認証情報が存在するまでのスタブ |
書き込み: NAMAKAN_MCP_ALLOW_WRITES=1 と、オプションの NAMAKAN_MCP_DRY_RUN=1。それでも CSV/sqlite アダプターは書き込みを拒否します。新しい PO はソースシステムまたはドロップファイル内に作成する必要があります。
ライセンス
MIT ライセンス。Copyright (c) 2026 Namakan AI Engineering.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to interact with Odoo ERP systems through natural language, allowing users to search, create, update, and manage business records like customers, products, and invoices across any Odoo instance.1Mozilla Public 2.0
- AlicenseAqualityDmaintenanceEnables AI agents to connect and interact with common business platforms like Shopify, WordPress, and Calendly via pre-built connectors for tasks such as product management, content operations, and scheduling.13MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to search, retrieve, and answer grounded questions over procurement documents (invoices, purchase orders, contracts, etc.) using hybrid SQL and vector retrieval.
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to interact with Odoo ERP through natural language, providing tools and prompts for data operations and record management.MIT
Related MCP Connectors
Odoo ERP for AI agents: hosted OAuth endpoint, gated writes, one endpoint for every instance.
SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.
Your company's brain for AI agents. Cited, permission-aware knowledge across every system.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cfollette18/namakan-mcp-erp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server