sap-ewm-io-agent
Provides live read-only queries against SAP EWM CDS views and standalone inventory-math calculators (ABC/XYZ classification, safety stock, reorder point, slow-moving detection, demand forecasting). Allows AI agents to interact with SAP EWM inventory-optimization tools.
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., "@sap-ewm-io-agentGet stock overview for warehouse WH01"
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.
sap-ewm-io-agent
MCP server exposing SAP EWM inventory-optimization tools to Claude: live read-only queries against confirmed EWM CDS views, plus standalone inventory-math calculators (ABC/XYZ classification, safety stock, reorder point, slow-moving detection, demand forecasting).
See ARCHITECTURE.md for the confirmed service map, known data
gaps, and what's currently blocked.
Status at a glance
Tool | Status |
| ✅ Live |
| ✅ Live |
| ✅ Live |
| 🚫 Blocked (see ARCHITECTURE.md) |
| ✅ Works standalone (needs caller-supplied value/demand data) |
| ✅ Works standalone |
| ✅ Works standalone |
| ✅ Live on-hand qty + caller-supplied movement age |
| ✅ Works standalone |
Related MCP server: Inventory Analysis MCP Server
Setup
npm install
cp .env.example .env
# fill in SAP_USERNAME / SAP_PASSWORD in .envRun
npm startTest
npm testRuns the calc/ unit test suite (29 tests, no SAP connectivity required).
Configuration
All SAP service names, entity sets, and field definitions are confirmed from live
$metadata and stored in src/config/serviceMap.json —
this is the single source of truth. Tool code never hardcodes a SAP field name
independently of this file; src/lib/s4hClient.js validates requested fields against it
and throws a clear error if a field doesn't exist, rather than silently guessing.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/toshif1234/IO-Agent-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server