sendgrid-mcp-server-by-cdata

sendgrid-mcp-server-by-cdata

3.2

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

The CData MCP Server for SendGrid is a specialized server that facilitates the interaction between large language models (LLMs) and live SendGrid data. By leveraging the CData JDBC Driver for SendGrid, this server exposes SendGrid data as relational SQL models, enabling LLMs to access and query this data without the need for SQL knowledge. The server is designed to be read-only, providing a secure and efficient way to retrieve information from SendGrid. It is particularly useful for applications like Claude Desktop, where users can ask natural language questions to obtain real-time data insights. The server is built using Java and requires the CData JDBC Driver to be licensed and configured properly. It supports a wide range of data sources, making it a versatile tool for data integration and analysis.

Features

  • Read-only access to live SendGrid data
  • Integration with CData JDBC Driver for SendGrid
  • Natural language querying without SQL
  • Compatible with LLMs like Claude Desktop
  • Supports a wide range of data sources

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.