microsoft-planner-mcp-server-by-cdata

microsoft-planner-mcp-server-by-cdata

3.2

If you are the rightful owner of microsoft-planner-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 Microsoft Planner is a read-only server designed to allow LLMs to query live data from Microsoft Planner using natural language.

The CData MCP Server for Microsoft Planner is a specialized server that facilitates the interaction between large language models (LLMs) and Microsoft Planner data. By leveraging the CData JDBC Driver for Microsoft Planner, this server exposes Microsoft Planner data as relational SQL models, enabling LLMs to access and query live data without the need for SQL knowledge. This server is particularly useful for applications like Claude Desktop, where users can ask natural language questions to retrieve information from Microsoft Planner. The server is read-only, meaning it allows data retrieval but not modification. For full CRUD capabilities, users are encouraged to explore the beta version of the CData MCP Server for Microsoft Planner.

Features

  • Enables LLMs to query Microsoft Planner data using natural language.
  • Utilizes the CData JDBC Driver to expose data as relational SQL models.
  • Provides a simple MCP interface for data retrieval.
  • Supports integration with Claude Desktop for seamless data access.
  • Read-only access ensures data integrity and security.

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 on the data source.