loading…
Search for a command to run...
loading…
Exposes SAP OData v4 actions as AI-callable tools, enabling natural language scheduling of background jobs.
Exposes SAP OData v4 actions as AI-callable tools, enabling natural language scheduling of background jobs.
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.
| Tool | Description |
|---|---|
hello |
Smoke test — returns a hello message |
schedule_background_job |
Calls a SAP OData v4 action with a given option |
git clone https://github.com/your-username/mcp.git
cd mcp
npm install
.env.example to .env and fill in your SAP credentials:cp .env.example .env
npm run build
npm start
| Variable | Description |
|---|---|
SAP_URL |
Base URL of your SAP OData v4 service |
SAP_USER |
SAP username |
SAP_PASSWORD |
SAP password |
SAP_CLIENT |
SAP client number (required) |
SAP_ACTION_PATH |
OData action path (e.g. your-namespace/your-namespace.your-service.ActionName) |
ISC
Выполни в терминале:
claude mcp add mcp-server-for-sap-odata-v4 -- npx