MCP.so
登录
S

SAP Concur MCP Server by CData

@CDataSoftware

关于 SAP Concur 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 Concur (beta): https://www.cdata.com/download/download.aspx?sku=FNZK-V&type=beta

基本信息

分类

其他

传输方式

stdio

发布者

CDataSoftware

提交者

Cameron Leblanc

配置

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

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

工具

未检测到工具

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

概览

What is SAP Concur MCP Server by CData?

This is a read-only MCP server that allows large language models (LLMs) like Claude Desktop to query live SAP Concur data using natural language. Built by CData, it leverages the CData JDBC Driver for SAP Concur to expose SAP Concur data as relational SQL models and serves it through the Model Context Protocol.

How to use SAP Concur MCP Server by CData?

Clone the repository, build with mvn clean install, install and license the CData JDBC Driver for SAP Concur, create a .prp file with connection properties (including Prefix, ServerName, DriverPath, DriverClass, and JdbcUrl), then configure Claude Desktop to launch the JAR with the .prp file. The server runs via stdio and must be on the same machine as the client.

Key features of SAP Concur MCP Server by CData

  • Read-only access to SAP Concur data
  • Natural language querying via LLMs
  • Exposes tables and columns as tools
  • Supports SQL SELECT queries
  • Built on CData JDBC Driver for Concur
  • Easy setup with property file configuration

Use cases of SAP Concur MCP Server by CData

  • Ask an AI assistant about travel expenses stored in SAP Concur
  • Query employee spend data without writing SQL
  • Integrate SAP Concur data into AI-driven reporting workflows
  • Get real-time answers about vendor invoices from Concur

FAQ from SAP Concur MCP Server by CData

Is this server read-only?

Yes, this MCP server provides read-only access. For full CRUD operations, CData offers a separate free beta MCP Server for SAP Concur.

What are the runtime requirements?

The server requires Java (to run the JAR) and the CData JDBC Driver for SAP Concur (must be installed and licensed separately). The client (e.g., Claude Desktop) must be on the same machine because the server uses stdio transport.

Where does the data live?

Data stays in SAP Concur. The server queries live data via the JDBC driver; no data is stored locally by the server.

What tools does the server expose?

It exposes three tools: {servername}_get_tables, {servername}_get_columns, and {servername}_run_query (for SQL SELECT statements). The actual tool names include the configured prefix.

How do I authenticate to SAP Concur?

Authentication is handled through the CData JDBC Driver’s connection string utility. If OAuth is required, you will authenticate in your browser during the test connection step.

评论

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