MCP.so
登录

Reckon Accounts Hosted MCP Server by CData

@CDataSoftware

关于 Reckon Accounts Hosted MCP Server by CData

This read-only MCP Server allows you to connect to Reckon Accounts Hosted 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\\reckon-accounts-hosted.prp"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is Reckon Accounts Hosted MCP Server by CData?

CData's MCP Server for Reckon Accounts Hosted is a local, read-only server that wraps the CData JDBC Driver to expose live Reckon Accounts Hosted data as SQL tables. It allows LLMs like Claude Desktop to query the data using natural language questions without writing SQL.

How to use Reckon Accounts Hosted MCP Server by CData?

Build the server with mvn clean install, then download and license the CData JDBC Driver for Reckon Accounts Hosted. Configure a .prp file with your JDBC connection string, then add the server to your Claude Desktop configuration. Run the server with java -jar CDataMCP-jar-with-dependencies.jar PATH/TO/reckon-accounts-hosted.prp.

Key features of Reckon Accounts Hosted MCP Server by CData

  • Read-only access to live Reckon Accounts Hosted data
  • Natural language querying through LLM clients
  • Exposes tables, columns, and SQL SELECT queries via MCP tools
  • Local execution using stdio transport
  • Built on the CData JDBC Driver for Reckon Accounts Hosted

Use cases of Reckon Accounts Hosted MCP Server by CData

  • Ask Claude Desktop to summarize financial trends from Reckon Accounts Hosted
  • Retrieve real-time account balances or transaction history without writing SQL
  • Combine Reckon data with other data sources in a single AI conversation
  • Enable non-technical team members to explore accounting data via chat

FAQ from Reckon Accounts Hosted MCP Server by CData

Is this server read-only?

Yes, the server is read-only. It only supports SQL SELECT queries. For full CRUD capabilities, see the CData MCP Server for Reckon Accounts Hosted.

What are the dependencies?

You need Java, the CData JDBC Driver for Reckon Accounts Hosted (installed and licensed), and the MCP server JAR built from this repository.

How does the server connect to Reckon Accounts Hosted?

It uses the CData JDBC Driver, which connects to Reckon Accounts Hosted via OAuth or other supported authentication methods. You configure the JDBC connection string in a .prp file.

What transport does the server use?

The server uses stdio transport, so it must run on the same machine as the client (e.g., Claude Desktop).

Where does the data live?

The data remains in Reckon Accounts Hosted. The server queries it live; no data is stored locally by the server.

评论

其他 分类下的更多 MCP 服务器