namakan-mcp-erp
namakan-mcp-erp
API가 없는 공장을 포함한 모든 ERP를 위한 단일 MCP 서버입니다. 백엔드가 NetSute, Epicr, 또는 CSV 내보내기 폴더든, 에이전트는 erp_get_po / erp_list_inventory를 호출합니다.
CSV, SFTP 드롭 폴더, 그리고 SQLite(노트북에서 ODBC를 대신하는 역할)는 일급 지원 대상입니다. 경쟁사들은 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 (exemples/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