Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 1276 |
Technical Name |
mcp_connector |
License | OPL-1 |
Website | https://escodoo.com.br |
Versions | 16.0 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 1276 |
Technical Name |
mcp_connector |
License | OPL-1 |
Website | https://escodoo.com.br |
Versions | 16.0 17.0 18.0 |
MCP Connector for Odoo
Integrate powerful AI tools and external resources effortlessly with your Odoo platform using the Model Context Protocol.
Compatible with Odoo Community and EnterpriseKey Features
Server Management
Manage MCP servers directly from Odoo, configure commands, environment variables, and automate startups.
Integrated Tools
Discover and interact with AI-powered tools effortlessly, using structured inputs and outputs.
Resource Access
Efficiently manage external resources with dynamic templating and parameter substitution.
Module Screenshots

MCP Servers Management

MCP Server Config

Discovered MCP Server Tools

Discovered MCP Server Resources

MCP Server Tool

MCP Server Resource

MCP Server Tool Call

MCP Server Resource Read
Technical Specifications
- Threaded and monitored server processes
- Fully compliant with MCP standards
- Automatic reconnection and monitoring
- Clear Odoo data models for management
- Detailed and comprehensive logging
- User-friendly interface integration
Installation Guide
- Add the
mcp_connector
module to your addons directory and install via the Apps menu. - Configure MCP servers easily through Odoo’s interface.
- Automatically detect available tools and immediately start leveraging AI integrations.
Configuration Example
Learn how to set up and use an MCP server with the @bharathvaj/whois-mcp
package to lookup WHOIS information directly in Odoo.
Step 1: Configure the Server
Go to the "MCP" menu in Odoo and create a new server configuration with the following details:
- Server Name: "WHOIS Lookup Server"
- Command:
npx
- Command Arguments: A JSON array like
["-y", "@bharathvaj/whois-mcp@latest"]
- Environment Variables: Optional JSON settings (e.g.,
{"VERBOSE": "true"}
) - Auto-Start: Enable this option to launch the server automatically when Odoo starts.
Step 2: Use the Server
After configuration, follow these steps to interact with the WHOIS tools:
- Select the "WHOIS Lookup Server" and click "Start Server" to initiate the connection.
- The module will automatically discover tools like
whois_domain
,whois_tld
,whois_ip
, andwhois_as
. - Go to the "Tools" menu and call a tool with JSON parameters (e.g.,
{"domain": "example.com"}
forwhois_domain
). - Monitor server status and logs directly from the Odoo interface.
Discovered MCP Server Tools
- whois_domain: Looks up WHOIS information about a domain (e.g., "example.com").
- whois_tld: Looks up WHOIS information about the Top Level Domain (e.g., ".com").
- whois_ip: Looks up WHOIS information about an IP address (e.g., "8.8.8.8").
- whois_as: Looks up WHOIS information about an Autonomous System Number (e.g., "AS15169").
Practical Business Applications
The MCP Connector links your Odoo environment to any compatible MCP server, serving as a bridge for developers to integrate external services like payment gateways, cloud infrastructure, or workflow automation.
Payment Processing
Enable the use of MCP servers connected to payment providers to automate invoicing and transaction workflows.
Travel Management
Leverage travel-related MCP services to search for accommodations or manage trip approvals from Odoo.
Infrastructure Orchestration
Interact with servers that control cloud deployments, helping DevOps teams operate clusters directly from Odoo.
Workflow Automation
Connect with automation platforms via MCP to create flows and monitor executions using simple commands in Odoo.
Knowledge Management
Access external documentation or project knowledge bases integrated via MCP servers.
Market Intelligence
Enable MCP-based research tools to extract and present web data or sentiment analysis in business reports.
Support
Need assistance? Contact our support team at suporte@escodoo.com.br
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module