namakan-mcp-erp
namakan-mcp-erp
一个 MCP 服务器,适用于所有 ERP,包括没有 API的工厂。无论后端是 NetSuite、Epicor 还是 CSV 导出文件夹,智能体都可以调用 erp_get_po / erp_list_inventory。
CSV、SFTP 投放文件夹和 SQLite(ODBC 的笔记本电脑替代方案)都是一等公民。竞品假设 REST 存在。North Metro 地区的许多制造商都没有它。
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 主机即可调用 |
| 供应商 + 采购订单 + 库存 + 禁用写入 |
工具
工具 | 访问权限 | 参数 |
| 只读 |
|
| 只读 |
|
| 只读 | — |
| 只读 |
|
| 写入(默认关闭) |
|
后端
| 备注 |
| 内存中的示例采购订单 |
| 导出文件夹。默认 = 随附的示例 |
| 与 csv 相同;将 |
| 位于 |
| 在租户凭据存在之前均为存根 |
写入:NAMAKAN_MCP_ALLOW_WRITES=1 以及可选的 NAMAKAN_MCP_DRY_RUN=1。即便如此,CSV/sqlite 适配器也会拒绝写入——新的采购订单应归属于源系统或投放文件。
许可证
MIT。版权所有(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