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.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI clients to query live data from SAP HANA and SQL databases through read-only SELECT queries with CSV-formatted results.Last updatedMIT
- Flicense-quality-maintenanceConnects to Odoo ERP to provide comprehensive inventory analysis, including demand forecasting, ABC/XYZ classification, and stock level monitoring. It enables users to identify slow-moving items and generate turnover or aging reports through natural language queries.Last updated
- Flicense-qualityCmaintenanceEnables querying three synthetic SAP systems (ERP, S/4HANA, BW) for master data, transactions, and analytics via natural language or MCP tools, with a live dashboard.Last updated1
- Flicense-qualityDmaintenanceEnables read-only analytics queries on Acumatica ERP data, including sales orders, inventory, shipments, invoices, purchase orders, customers, and OData generic inquiries.Last updated
Related MCP Connectors
Read-only access to your VortexIQ store data: audits, KPIs, alerts, Brand DNA, reports, Ask VIQ.
Read-only NuMetric.work accounting & ERP data: statements, KPIs, reports, invoices, documents.
Manage products, EU Digital Product Passports, operator parties, and GS1 EPCIS supply-chain events.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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