MCP Server for SAP OData v4
Allows calling SAP OData v4 actions, such as scheduling background jobs, via MCP-compatible AI clients.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Server for SAP OData v4schedule a background job to run payroll"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server for SAP OData v4
An MCP (Model Context Protocol) server that exposes SAP OData v4 actions as AI-callable tools. Designed to be used with MCP-compatible AI clients such as Claude.
Tools
Tool | Description |
| Smoke test — returns a hello message |
| Calls a SAP OData v4 action with a given option |
Setup
Clone the repo:
git clone https://github.com/your-username/mcp.git
cd mcpInstall dependencies:
npm installCopy
.env.exampleto.envand fill in your SAP credentials:
cp .env.example .envBuild the TypeScript source:
npm run buildStart the MCP server:
npm startConfiguration
Variable | Description |
| Base URL of your SAP OData v4 service |
| SAP username |
| SAP password |
| SAP client number (required) |
| OData action path (e.g. |
Requirements
Node.js 18+
A SAP system exposing an OData v4 service
License
ISC
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shahidla/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server