MCP.so
Sign In
S

SAP Fieldglass MCP Server by CData

@CDataSoftware

About SAP Fieldglass MCP Server by CData

This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for SAP Fieldglass (beta): https://www.cdata.com/download/download.aspx?sku=UFZK-V&type=beta

Basic information

Category

Other

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\\sap-fieldglass.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 SAP Fieldglass MCP Server by CData?

SAP Fieldglass MCP Server by CData is a read-only Model Context Protocol (MCP) server that allows large language models (LLMs) like Claude Desktop to query live data from SAP Fieldglass using natural language, powered by the CData JDBC Driver for SAP Fieldglass.

How to use SAP Fieldglass MCP Server by CData?

Clone the repository, build the JAR with mvn clean install, download and install the CData JDBC Driver for SAP Fieldglass, license the driver, configure the connection string using the provided utility, create a .prp file with properties (Prefix, ServerName, ServerVersion, DriverPath, DriverClass, JdbcUrl, Tables), then configure Claude Desktop by adding the server to claude_desktop_config.json and run or refresh the client. The server uses stdio transport and is launched with java -jar.

Key features of SAP Fieldglass MCP Server by CData

  • Read-only access to live SAP Fieldglass data
  • Query data using natural language (no SQL required)
  • Built on the CData JDBC Driver for SAP Fieldglass
  • Simple MCP interface with get_tables, get_columns, and run_query tools
  • Customizable table access via property file
  • Uses stdio transport for local client-server communication

Use cases of SAP Fieldglass MCP Server by CData

  • Querying live SAP Fieldglass data from an LLM-powered chatbot
  • Analyzing fieldglass metrics without writing manual SQL
  • Generating reports on SAP Fieldglass data using natural language prompts
  • Integrating SAP Fieldglass data into AI workflows for decision support

FAQ from SAP Fieldglass MCP Server by CData

Is this server read-only?

Yes. This MCP server provides read-only access to SAP Fieldglass data. For full create, read, update, delete, and action capabilities, use the separate CData MCP Server for SAP Fieldglass (beta).

What dependencies are required to run this server?

You need Java, the CData JDBC Driver for SAP Fieldglass (download and license required), and a client (e.g., Claude Desktop) that supports MCP over stdio.

Where does the data live?

Data is not stored locally; the server connects directly to SAP Fieldglass via the JDBC driver and retrieves live data on each query.

What transport does the server use?

The server communicates over stdio and must run on the same machine as the client.

How is authentication handled?

Authentication is configured in the JDBC connection string (e.g., using OAuth). The README instructs users to authenticate through the connection string builder utility before first use.

Comments

More Other MCP servers