ERP MCP Server
ERP MCP Server
Python ベースのバックエンドサーバーで、Model Context Protocol (MCP) を使用したカスタムビジネスツールのデプロイを実証します。このプロジェクトは、Anthropic の FastMCP フレームワークを活用して、標準的なエンタープライズデータソース(Orders、Inventory、Vendors)を LLM が利用可能な構造化ツールとして簡単に公開します。
デモンストレーション用に、ローカルのモックデータベースを読み取り、MCP 準拠のトランスポート層上でシームレスにホストするように設計されています。
🚀 主な機能
FastMCP 統合: 高レベルな FastMCP ラッパーを使用して、スキーマを自動生成し、関数を LLM が呼び出し可能なツールとして公開します。
細分化された ERP モジュール: Orders、Inventory 数量、Vendor メタデータの個別かつ分離されたデータセットを取得するための独立したエンドポイントを提供します。
JSON ベースの永続化: 軽量で予測可能な JSON フラットファイルを使用して、本番データベースとのやり取りをシミュレートします。
堅牢なエラー処理: ルックアップが失敗したときに、整形式の JSON エラースキーマを返して LLM に適切に通知します。
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