MCP.so
登录

Sage Cloud Accounting MCP Server by CData

@CDataSoftware

关于 Sage Cloud Accounting MCP Server by CData

This read-only MCP Server allows you to connect to Sage Cloud Accounting 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/).

基本信息

分类

金融与商务

许可证

MIT

运行时

java

传输方式

stdio

发布者

CDataSoftware

提交者

Cameron Leblanc

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\sage-cloud-accounting.prp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Sage Cloud Accounting MCP Server by CData?

This is a local, read-only Model Context Protocol (MCP) server that allows LLMs like Claude Desktop to query live Sage Cloud Accounting data using natural language. It wraps the CData JDBC Driver for Sage Cloud Accounting, which exposes the accounting data as relational SQL models.

How to use Sage Cloud Accounting MCP Server by CData?

Clone the repository, build the JAR with Maven, download and license the CData JDBC Driver for Sage Cloud Accounting, create a connection string and a .prp configuration file, then add the server to your client's MCP configuration (e.g., Claude Desktop’s claude_desktop_config.json) and restart the client. The server communicates over stdio and runs on the same machine as the client.

Key features of Sage Cloud Accounting MCP Server by CData

  • Read-only access to Sage Cloud Accounting data.
  • Natural language querying via LLMs without SQL.
  • Built on the CData JDBC Driver for Sage Cloud Accounting.
  • Exposes tools: get_tables, get_columns, run_query.
  • Runs locally with stdio transport.
  • MIT licensed.

Use cases of Sage Cloud Accounting MCP Server by CData

  • Querying live Sage Cloud Accounting data from Claude Desktop.
  • Analyzing correlations between accounting records (e.g., closed won opportunities and account industry).
  • Retrieving lists of tables and columns from Sage Cloud Accounting.
  • Executing custom SQL SELECT queries on Sage Cloud Accounting data.

FAQ from Sage Cloud Accounting MCP Server by CData

Is this server read-only?

Yes, the README explicitly states this is a local, read-only MCP server. For full read, write, update, delete, and action capabilities, a separate CData MCP Server is available.

What are the dependencies and runtime requirements?

You need Java, Maven, and the CData JDBC Driver for Sage Cloud Accounting (download and license separately). The server runs on the same machine as the client.

Where does the data reside?

The data stays in Sage Cloud Accounting; the server queries it live through the JDBC Driver. No data is stored locally by the server.

What transport does the server use?

stdio. It can only be used with clients that run on the same machine.

How is authentication handled for Sage Cloud Accounting?

The JDBC Driver handles authentication. For OAuth-based data sources, you authenticate in your browser when testing the connection via the JDBC Driver’s connection string utility.

评论

金融与商务 分类下的更多 MCP 服务器