ERP MCP Server
ERP MCP Server
사용자 정의 비즈니스 도구를 **MCP(Model Context Protocol)**를 사용하여 배포하는 방법을 보여주는 Python 기반 백엔드 서버입니다. 이 프로젝트는 Anthropic의 FastMCP 프레임워크를 활용하여 표준 엔터프라이즈 데이터 소스(주문, 재고, 공급업체)를 LLM이 사용할 수 있는 구조화된 도구로 손쉽게 노출합니다.
데모 목적으로, 로컬 목업 데이터베이스를 읽어 이를 MCP 호환 전송 계층을 통해 원활하게 호스팅하도록 설계되었습니다.
🚀 주요 기능
FastMCP 통합: 고수준 FastMCP 래퍼를 사용하여 스키마를 자동 생성하고 함수를 LLM 호출 가능한 도구로 노출합니다.
세분화된 ERP 모듈: 주문, 재고 수량, 공급업체 메타데이터에 대한 개별적이고 분리된 데이터셋을 가져오는 별도의 엔드포인트를 제공합니다.
JSON 기반 영속성: 가볍고 예측 가능한 JSON 플랫 파일을 사용하여 프로덕션 데이터베이스 상호작용을 시뮬레이션합니다.
견고한 오류 처리: 조회 실패 시 LLM에 우아하게 알리기 위해 잘 구성된 JSON 오류 스키마를 반환합니다.
Related MCP server: Small Business MCP Server
🛠️ 노출된 도구
서버는 연결된 모든 클라이언트에 4가지 주요 개발자 도구를 동적으로 브로드캐스트합니다:
get_sales_order(order_id: int): 상태, 가격, 트랜잭션 라인을 포함한 정확한 판매 주문 데이터를 가져옵니다.get_stock(product_id: int): 실시간 재고 수준과 재주문 매개변수를 확인하기 위해 재고 테이블을 조회합니다.get_vendor(vendor_id: int): 단일 파트너에 대한 명시적인 비즈니스 자격 증명, 위험 프로필, 결제 주기를 조회합니다.get_vendors_information(): 광범위한 분석 개요를 위해 모든 활성 공급업체의 포괄적인 레지스트리를 가져옵니다.
설치
uv를 사용하여 필요한 종속성을 개별적으로 추가합니다 (최신 버전을 자동으로 가져옵니다):
uv add gradio
uv add "mcp[cli]"
uv add openai서버 실행
uv run mcp run server.py --transport streamable-http
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 gradedqualityDmaintenanceAn extensible MCP server that integrates Odoo with LLMs to enable querying and managing business data like partners, quotations, and sales orders. It supports custom tool registration and multiple transport protocols for both local and remote communication.2MIT
- AlicenseNot gradedqualityDmaintenanceEnables LLMs to interact with small business data systems through tools for document processing, data queries, and report generation, using MCP primitives for structured context.MIT
- FlicenseNot gradedqualityBmaintenanceDemo MCP server that exposes order and customer data as read-only tools for AI assistants, simulating a business API or internal data source.
- AlicenseAqualityCmaintenanceA production-grade MCP server for enterprise sales analytics, enabling LLM clients to query, analyze, and visualize sales data from a SQLite database through structured tools, resources, and prompts.6MIT
Related MCP Connectors
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
GibsonAI MCP server: manage your databases with natural language
Analytical memory for AI agents: a real Postgres queried in plain English over MCP. One command.
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/mulangph/AI_MCP_Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server