Raisers Edge NXT MCP Server by CData
@CDataSoftware
Raisers Edge NXT MCP Server by CData について
This read-only MCP Server allows you to connect to Raisers Edge NXT data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out the first managed MCP platform: CData Connect AI (https://www.cdata.com/ai/).
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\raisers-edge-nxt.prp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Raisers Edge NXT MCP Server by CData?
A read-only Model Context Protocol (MCP) server that allows LLMs (like Claude Desktop) to query live data from Raisers Edge NXT using natural language. It wraps the CData JDBC Driver for Raisers Edge NXT, exposing data as relational SQL models without requiring SQL knowledge from the user.
How to use Raisers Edge NXT MCP Server by CData?
Clone the repository, build with Maven, install and license the CData JDBC Driver for Raisers Edge NXT, then create a .prp properties file with your connection details. Configure Claude Desktop by adding the server entry in claude_desktop_config.json with the path to Java, the JAR file, and the .prp file. Start the server (automatically when Claude runs) and ask natural language questions about your Raisers Edge NXT data.
Key features of Raisers Edge NXT MCP Server by CData
- Read-only access to Raisers Edge NXT data.
- Natural language querying without SQL.
- Uses CData JDBC Driver for robust connectivity.
- Provides tools:
get_tables,get_columns,run_query. - Local stdio transport for on‐machine clients.
Use cases of Raisers Edge NXT MCP Server by CData
- An AI assistant answering donor and campaign questions from Raisers Edge NXT.
- Analysts querying fundraising metrics via chat interface.
- Support teams retrieving constituent data without direct database access.
- Developers integrating Raisers Edge NXT into agentic workflows.
FAQ from Raisers Edge NXT MCP Server by CData
How is this different from CData’s managed MCP platform or the full CRUD server?
This server is read-only, free (MIT licensed), and runs locally. For fully remote or write/update/delete/action capabilities, CData offers a managed platform (CData Connect AI) and a separate MCP Server with full read/write access.
What dependencies are required to run the server?
Java (to run the JAR), Maven (to build), and the CData JDBC Driver for Raisers Edge NXT (downloaded and licensed separately). A license key or “TRIAL” is needed for the driver.
Where does the data reside and how is it accessed?
Data stays in Raisers Edge NXT. The server connects via the JDBC driver using OAuth or other configured authentication. All queries go through the driver over the network.
What transport does the server use and can it be used remotely?
The server uses stdio transport and can only be used with clients running on the same machine. Remote access is not supported with this version.
Is authentication supported?
Yes, via the CData JDBC Driver’s connection string, which can include OAuth flows. The user must configure and authenticate during the connection string setup step.
「その他」の他のコンテンツ
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
コメント