SAP S/4HANA and ECC: OData V2/V4, IDoc and RFC/BAPI for n8n and other MCP clients
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
guniweb-sap-mcp · npm · 0.4.2
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.guniweb/guniweb-sap-mcp",
"description": "SAP S/4HANA and ECC: OData V2/V4, IDoc and RFC/BAPI for n8n and other MCP clients",
"title": "GuniWeb SAP MCP",
"repository": {
"url": "https://github.com/guniweb/guniweb-sap-mcp",
"source": "github"
},
"version": "0.4.2",
"websiteUrl": "https://github.com/guniweb/guniweb-sap-mcp#readme",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "guniweb-sap-mcp",
"version": "0.4.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the SAP system, including any path segment in front of /sap/opu/odata (e.g. https://s4.example.com or https://gateway.example.com/prefix)",
"isRequired": true,
"name": "SAP_BASE_URL"
},
{
"description": "Authentication type: basic, oauth2, apikey, ias, xsuaa, btp-principal, saml-bearer",
"default": "basic",
"name": "SAP_AUTH_TYPE"
},
{
"description": "SAP client (Mandant). Appended to every request — a client-dependent Gateway answers 401 without it",
"default": "100",
"name": "SAP_CLIENT"
},
{
"description": "SAP user for basic authentication",
"name": "SAP_USERNAME"
},
{
"description": "Password for basic authentication",
"isSecret": true,
"name": "SAP_PASSWORD"
},
{
"description": "Set to true to start a built-in mock S/4HANA instead of connecting to a real system. No SAP_* configuration needed — for trying the server out",
"default": "false",
"name": "SAP_MCP_DEMO"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-17T00:39:58.698252Z",
"publishedAt": "2026-08-17T00:39:58.698252Z",
"updatedAt": "2026-08-17T00:39:58.698252Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.4.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.