blackbaud-fe-nxt-mcp-server-by-cdata

blackbaud-fe-nxt-mcp-server-by-cdata

3.2

If you are the rightful owner of blackbaud-fe-nxt-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 Blackbaud FE NXT is a read-only server designed to allow LLMs to query live data from Blackbaud FE NXT using natural language.

The CData MCP Server for Blackbaud FE NXT is a specialized server that facilitates the interaction between large language models (LLMs) and the Blackbaud FE NXT data source. By leveraging the CData JDBC Driver, this server exposes Blackbaud FE NXT 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 that require real-time data retrieval and analysis, such as AI-driven insights and decision-making tools. The server is built to be read-only, ensuring data integrity and security while providing a seamless interface for data access. Users can set up the server by cloning the repository, building the server, and configuring the connection to the data source. The server is compatible with various platforms, including Windows, Mac, and Linux, and can be integrated with AI clients like Claude Desktop.

Features

  • Read-only access to Blackbaud FE NXT data
  • Integration with CData JDBC Driver for SQL model exposure
  • Natural language querying without SQL
  • Compatible with multiple platforms
  • Seamless integration with AI clients like Claude Desktop

Tools

  1. source_get_tables

    Retrieves a list of tables available in the data source.

  2. source_get_columns

    Retrieves a list of columns for a specified table.

  3. source_run_query

    Executes a SQL SELECT query.