SAP Clean Core MCP Server
Classifies SAP ABAP objects against SAP's Clean Core release catalog. Provides tools to classify, lookup, search, and find successors for SAP objects to ensure compliance with SAP's Clean Core strategy.
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 Clean Core MCP Serverclassify BAPI_GOODSMVT_CREATE for PCE"
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 Clean Core MCP Server
An MCP (Model Context Protocol) server that classifies SAP ABAP objects against SAP's official Clean Core release catalog. Built for architects, developers, and consultants working on S/4HANA implementations.
What it does
Instantly classify any SAP object (BAPI, function module, CDS view, BDEF, table) against SAP's abap-atc-cr-cv-s4hc dataset — the same catalog that ATC (ABAP Test Cockpit) uses during transport checks.
> Classify BAPI_GOODSMVT_CREATE for PCE
BAPI_GOODSMVT_CREATE → Level C | Not in catalog | ATC Priority 2
I_PURCHASEORDER → Level C | notToBeReleasedStable | ATC Priority 2 ← the trap
I_BUSINESSPARTNER → Level A | released | Use freely ✓Related MCP server: MCP ABAP Server
Clean Core Levels
Level | State | ATC | Meaning |
A |
| None | Released API — use freely |
B |
| Priority 3 | Classic API — migration path exists |
C |
| Priority 2 | Internal — exemption required |
D |
| Priority 1 | No API exists — redesign required |
C | Not in catalog | Priority 2 | Defaults to C per SAP rule 3.3.4.3.3 |
Tools
Tool | Description |
| Classify a list of objects — returns level, ATC priority, and recommended action |
| Full detail lookup for a single object including successors |
| Find the released replacement API for a blocked object |
| Wildcard/prefix search across 44,000+ objects |
| Natural language search ("goods movement posting API") |
| Find all released APIs in a software/application component |
| Dataset stats — level distribution, object types, top components |
| All object types in the catalog with counts |
| Query partner-extended release catalog |
| Explain what a Clean Core level means and what to do about it |
Deployment Targets
PCE — S/4HANA Private Cloud Edition (default)
PUBLIC — S/4HANA Public Cloud
BTP — BTP ABAP Environment
Dataset
Backed by SAP's official open-source release catalog: github.com/SAP/abap-atc-cr-cv-s4hc
44,541 objects across S4CORE, SAP_ABA, SAP_BASIS and partner namespaces
Updated with each SAP release
Loaded at startup, cached in-memory — no database required
Quick Start
git clone https://github.com/Nidhideep/sap-clean-core-mcp
cd sap-clean-core-mcp
npm install
npm run build
npm run setup # creates .env and .mcp.jsonRegister with Claude Code:
claude mcp add --scope user sap-clean-core -- node /path/to/sap-clean-core-mcp/dist/src/index.jsOr add to your .mcp.json:
{
"mcpServers": {
"sap-clean-core": {
"command": "node",
"args": ["/path/to/sap-clean-core-mcp/dist/src/index.js"],
"env": {
"DEFAULT_TARGET": "PCE"
}
}
}
}Environment Variables
Variable | Default | Description |
|
| Default deployment target (PCE/PUBLIC/BTP) |
|
| Set |
|
| GitHub dataset fetch timeout |
|
| Set |
Requirements
Node.js 18+
Internet access at startup (fetches SAP dataset from GitHub)
License
MIT
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
- AlicenseAqualityAmaintenanceEnables AI agents to check real-time SAP object release status for ABAP Cloud and Clean Core, and find successor objects, via MCP or REST API.Last updated72424MIT
- Flicense-qualityDmaintenanceEnables querying ABAP programs, classes, function modules, and other objects from SAP systems with OAuth 2.0 authentication.Last updated
- Flicense-qualityCmaintenanceEnables querying and manipulating SAP ABAP/DDIC objects via ADT REST, including search, source management, table data preview, and CRUD operations.Last updated
- FlicenseAqualityCmaintenanceEnables AI-driven analysis of SAP transport requests, including metadata retrieval, code diff analysis, and risk detection for ABAP objects.Last updated2
Related MCP Connectors
Classify products to official HS codes and validate supplier codes before customs submissions
Classify data safety before storing or sharing. GDPR, HIPAA, PCI-DSS, CCPA. AI-powered.
Compliance & security scan for your app: secrets, exposed files, headers, privacy, AI-disclosure.
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/Nidhideep/sap-clean-core-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server