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.

コメント

「その他」の他のコンテンツ