MCP-Odoo
MCP-Odoo
Odoo 統合用のモデル コンテキスト プロトコル サーバー。AI エージェントが標準化されたインターフェースを介して Odoo データにアクセスし、操作できるようにします。
概要
MCP-Odooは、モデルコンテキストプロトコル(MCP)を使用して、Odoo ERPシステムとAIエージェント間のブリッジを提供します。これにより、AIシステムは以下が可能になります。
パートナー情報にアクセスする
請求書や支払いなどの会計データを表示および分析します
財務記録の照合を実行する
ベンダー請求書と顧客請求書の照会
Related MCP server: Odoo MCP Improved
特徴
🔌 Odooインスタンスとの簡単な統合
🤖 AIエージェントの互換性のための標準MCPインターフェース
📊 豊富な会計データへのアクセス
🔒 Odoo による安全な認証
インストール
# Clone the repository
git clone https://github.com/yourtechtribe/model-context-protocol-mcp-odoo.git
cd model-context-protocol-mcp-odoo
# Install dependencies
pip install -r requirements.txt構成
次の変数を含む.envファイルをプロジェクト ルートに作成します。
ODOO_URL=https://your-odoo-instance.com
ODOO_DB=your_database
ODOO_USERNAME=your_username
ODOO_PASSWORD=your_password
HOST=0.0.0.0
PORT=8080使用法
MCP サーバーを起動します。
# Using the SSE transport (default)
python -m mcp_odoo_public
# Using stdio for local agent integration
python -m mcp_odoo_public --transport stdioドキュメント
包括的なドキュメントはdocs/ディレクトリにあります。
ドキュメントホーム- すべてのドキュメントの概要はここからご覧ください
実装ガイド- 詳細なアーキテクチャと実装の詳細
会計機能- 会計機能の詳細なガイド
トラブルシューティング- よくある問題の解決策
使用例- 始めるための実践的な例
発達
プロジェクト構造
mcp_odoo_public/: メインパッケージodoo/: Odooクライアントと関連モジュールresources/: MCP リソース定義 (ツールとスキーマ)server.py: MCP サーバーの実装config.py: 構成管理mcp_instance.py: FastMCPインスタンス定義
新しいリソースの追加
リソースは、MCPを通じてAIエージェントに公開される機能を定義します。新しいリソースを追加するには、以下の手順に従います。
resources/ディレクトリに新しいファイルを作成する@mcp.tool()デコレータを使用してリソースを定義します。resources/__init__.pyにリソースをインポートします。
詳細な手順については、実装ガイドを参照してください。
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。
著者
アルバート・ギル・ロペス
貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
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 implementation that integrates with Odoo ERP systems, enabling AI assistants to interact with Odoo data and functionality through the Model Context Protocol.MIT
- AlicenseNot gradedqualityDmaintenanceA comprehensive implementation of the Model Context Protocol for Odoo ERP systems that enables AI assistants to interact directly with business data across sales, purchases, inventory, and accounting modules.48MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables AI assistants to interact with Odoo ERP systems, providing comprehensive tools for searching, creating, updating, and managing Odoo records through a standardized interface.24GPL 3.0
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that bridges Odoo ERP systems with AI agents, enabling them to access and manipulate partner information, accounting data, invoices, and perform financial reconciliation through a standardized interface.MIT
Related MCP Connectors
Odoo ERP for AI agents: hosted OAuth endpoint, gated writes, one endpoint for every instance.
Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).
AI agents for bookkeeping, reconciliation, and financial close for SMBs.
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/yourtechtribe/mcp-odoo-for-finance'
If you have feedback or need assistance with the MCP directory API, please join our Discord server