MCP.so
Sign In

Sage Cloud Accounting MCP Server by CData

@CDataSoftware

About 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/).

Basic information

Category

Finance & Commerce

License

MIT

Runtime

java

Transports

stdio

Publisher

CDataSoftware

Submitted by

Cameron Leblanc

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Finance & Commerce MCP servers