- Raisers Edge NXT MCP Server by CData
Raisers Edge NXT MCP Server by CData
What is Raisers Edge NXT MCP Server?
The Raisers Edge NXT MCP Server by CData is a read-only Model Context Protocol (MCP) server designed to allow large language models (LLMs) to query live data from Raisers Edge NXT using natural language, without the need for SQL.
How to use Raisers Edge NXT MCP Server?
To use the MCP Server, clone the repository, build the server, install the CData JDBC Driver, configure your connection, and create a configuration file for your AI client (e.g., Claude Desktop) to connect to the MCP server.
Key features of Raisers Edge NXT MCP Server?
- Provides a read-only interface to Raisers Edge NXT data.
- Allows querying of live data using natural language.
- Simplifies data access for AI applications without requiring SQL knowledge.
Use cases of Raisers Edge NXT MCP Server?
- Enabling AI applications to retrieve donor information from Raisers Edge NXT.
- Allowing data analysts to ask questions about fundraising campaigns.
- Facilitating integration with AI tools for enhanced data insights.
FAQ from Raisers Edge NXT MCP Server?
- Can I write data to Raisers Edge NXT using this server?
No, this server is read-only. For write capabilities, consider the full CData MCP Server.
- Is there a trial version available?
Yes, a trial version of the CData JDBC Driver is available for download.
- What kind of queries can I run?
You can run natural language queries to retrieve data, such as asking for statistics on donations or donor demographics.
Server Config
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\raisers-edge-nxt.prp"
]
}
}
}