Skip to main content
Glama
toshif1234

sap-ewm-io-agent

by toshif1234

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

get_stock_overview

✅ Live

get_bin_utilization

✅ Live

get_storage_type_capacity

✅ Live

get_goods_movement_history

🚫 Blocked (see ARCHITECTURE.md)

abc_xyz_classify

✅ Works standalone (needs caller-supplied value/demand data)

calc_safety_stock

✅ Works standalone

calc_reorder_point

✅ Works standalone

detect_slow_moving_stock

✅ Live on-hand qty + caller-supplied movement age

forecast_demand

✅ Works standalone

Related MCP server: Inventory Analysis MCP Server

Setup

npm install
cp .env.example .env
# fill in SAP_USERNAME / SAP_PASSWORD in .env

Run

npm start

Test

npm test

Runs 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.

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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