Facilitates interaction with SAP systems by executing Remote Function Calls (RFCs) via a RESTful API.
This project provides an MCP (Model Context Protocol) server and client implementation designed for seamless interaction with SAP systems through a RESTful API. The core of the server is a powerful 'call_sap_function' tool that enables the execution of any SAP RFCs by making HTTP POST requests to your configured SAP RESTful API. The responses are then efficiently channeled back to the client via the MCP protocol. It includes a comprehensive project structure with configuration files for SAP API connection details, server and client implementations, and various test scripts, making it easy to set up, configure, and extend for specific SAP integration needs.