google-directory-mcp-server-by-cdata

google-directory-mcp-server-by-cdata

3.2

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

The CData MCP Server for Google Directory is a specialized server that facilitates the interaction between large language models (LLMs) and Google Directory data. By leveraging the CData JDBC Driver for Google Directory, this server exposes Google Directory 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 applications like Claude Desktop, where users can ask natural language questions and receive real-time data responses. The server simplifies the process of data retrieval by wrapping the JDBC driver and presenting the data through a straightforward MCP interface.

Features

  • Read-only access to Google Directory data
  • Integration with CData JDBC Driver for Google Directory
  • 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.