oracle-scm-mcp-server-by-cdata

oracle-scm-mcp-server-by-cdata

3.2

If you are the rightful owner of oracle-scm-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 Oracle SCM is a read-only server designed to allow LLMs to query live data from Oracle SCM using natural language, without requiring SQL knowledge.

The CData MCP Server for Oracle SCM is a specialized server that facilitates the interaction between large language models (LLMs) and Oracle SCM data. By leveraging the CData JDBC Driver for Oracle SCM, this server exposes Oracle SCM data as relational SQL models, enabling LLMs to access and query live data seamlessly. The server is designed to be read-only, providing a secure and efficient way to retrieve information without altering the underlying data. This setup is particularly beneficial for users who need to access real-time data insights without the complexity of SQL queries. The server is built to integrate with tools like Claude Desktop, allowing users to ask natural language questions and receive data-driven answers. The server's configuration and setup are straightforward, making it accessible to users with varying levels of technical expertise.

Features

  • Read-only access to Oracle SCM data
  • Integration with CData JDBC Driver for Oracle SCM
  • Natural language querying without SQL
  • Seamless integration with LLMs like Claude Desktop
  • Simple setup and configuration process

Tools

  1. get_tables

    Retrieves a list of tables available in the data source.

  2. get_columns

    Retrieves a list of columns for a specified table.

  3. run_query

    Executes a SQL SELECT query.