CDataSoftware/sap-successfactors-mcp-server-by-cdata — reverse-engineered prompt
Reverse engineered prompt
Build me a small local Java MCP server that lets Claude Desktop answer questions about live SAP SuccessFactors data through the CData JDBC Driver.
I want it to be read only and safe, so it should only list available tables, show columns for a table, and run SQL SELECT queries. The setup should use a simple properties file where I can put the tool prefix, server name, driver jar path, driver class, JDBC connection string, and optional table list. The server should load the CData driver from that path and talk to Claude over stdio.
Please make it build into a single jar with dependencies, and include clear setup instructions for installing and licensing the CData SAP SuccessFactors JDBC driver, creating the properties file, and adding the server to Claude Desktop config on Windows, Mac, and Linux.
Look up current MCP docs online if you need to, and keep the final project simple enough for someone like me to clone, build, configure, and run.
Want more depth? Deep Reverse