odoo-mcp-server-by-cdata

odoo-mcp-server-by-cdata

3.2

If you are the rightful owner of odoo-mcp-server-by-cdata and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

CData's Model Context Protocol (MCP) Server for Odoo is a read-only server that allows LLMs to query live Odoo data using the CData JDBC Driver.

The CData MCP Server for Odoo is designed to facilitate the interaction between large language models (LLMs) and live Odoo data. By leveraging the CData JDBC Driver, this server exposes Odoo data as relational SQL models, enabling LLMs to retrieve information through natural language queries without the need for SQL knowledge. This server is read-only, but a full-featured version with read, write, update, and delete capabilities is available. The server is built using Java and requires the CData JDBC Driver for Odoo to be installed and licensed. Once set up, the server can be integrated with AI clients like Claude Desktop, allowing users to ask questions and receive data-driven insights.

Features

  • Read-only access to Odoo data via MCP interface.
  • Integration with CData JDBC Driver for Odoo.
  • Natural language querying without SQL.
  • Compatible with AI clients like Claude Desktop.
  • Simplified setup with provided configuration files.

Tools

  1. {servername}_get_tables

    Get a list of available tables in the data source

  2. {servername}_get_columns

    Get the column list of specified tables

  3. {servername}_run_query

    Execute SQL SELECT query