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
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🚀 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,
コメント