SAP Concur MCP Server by CData
@CDataSoftware
About 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
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-concur.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 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.
Frequently asked questions
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.
Basic information
More Other MCP servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments