Skip to main content
Glama
mulangph

ERP MCP Server

by mulangph

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 つの主要な開発者ツールを動的にブロードキャストします。

  1. get_sales_order(order_id: int): ステータス、価格、取引明細を含む正確な受注データを取得します。

  2. get_stock(product_id: int): 在庫テーブルをチェックして、リアルタイムの在庫レベルと再発注パラメータを確認します。

  3. get_vendor(vendor_id: int): 単一のパートナーについて、明示的なビジネス資格情報、リスクプロファイル、支払いサイクルを検索します。

  4. get_vendors_information(): すべてのアクティブなベンダーの包括的なレジストリを取得し、広範な分析概要を提供します。

インストール

uv を使用して必要な依存関係を個別に追加します(最新バージョンが自動的に取得されます)。

uv add gradio
uv add "mcp[cli]"
uv add openai

サーバーの実行

uv run mcp run server.py --transport streamable-http

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    D
    maintenance
    An 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.
    2
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables 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
  • A
    license
    A
    quality
    C
    maintenance
    A 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.
    6
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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