Skip to main content
Glama
guniweb

guniweb-sap-mcp

by guniweb

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SAP_CLIENTNoSAP client (Mandant), e.g., 100. Do not omit.
SAP_CA_CERTNoPath to the root CA that signs your SAP certificate.
SAP_SNC_LIBNoPath to SNC library (.so, .dylib, .dll).
SAP_SNC_QOPNoSNC Quality-of-Protection level: 1, 2, 3/8/9.
SAP_BASE_URLNoBase URL of your SAP system, e.g., https://your-sap-system.example.com
SAP_MCP_DEMONoStart the server against a built-in mock S/4HANA (e.g., SAP_MCP_DEMO=true).
SAP_MCP_PORTNoPort for HTTP/SSE transport (default 8808).
SAP_PASSWORDNoSAP password for basic authentication.
SAP_USERNAMENoSAP username for basic authentication.
SAP_AUTH_TYPENoAuthentication type: basic, oauth2, apikey, ias, xsuaa, btp-principal, saml-bearer, user-basic.
SAP_CACHE_DIRNoPersist the catalog and metadata caches to disk so a restart does not refetch them.
SAP_JWT_ISSUERNoIssuer whose JWKS is used to verify incoming user tokens.
SAP_SNC_MYNAMENoLocal SNC name, e.g., p:CN=mcp-server, O=GuniWeb.
SAP_TLS_VERIFYNoSet to false to disable TLS certificate verification.true
SAP_CONCURRENCYNoUpper bound on simultaneous SAP requests.5
SAP_WEBHOOK_HOSTNoBind address of the standalone IDoc webhook (stdio mode).
SAP_MCP_TRANSPORTNoTransport mode: stdio, http, or sse.
SAP_WEBHOOK_SECRETNoShared secret for the inbound IDoc webhook.
SAP_CLIENT_KEY_PATHNoPath to PEM-encoded private key.
SAP_HTTP_TIMEOUT_MSNoTimeout for a single outbound SAP request in milliseconds.30000
SAP_MCP_ADMIN_TOKENNoAdmin API token (at least 16 characters) for self-service endpoints under /admin.
SAP_MCP_ALLOW_WRITENoSet to true to enable write tools (read-only by default).
SAP_SNC_PARTNERNAMENoBackend SNC name, e.g., p:CN=SAPSERVER, O=ACME.
SAP_CLIENT_CERT_PATHNoPath to PEM-encoded client certificate for X.509 client-cert auth.
SAP_MCP_DESTINATIONSNoPath to a destinations.json file for multiple SAP systems.
SAP_MCP_TOOL_TIMEOUTNoTime budget for a whole tool call in seconds. 0 disables the budget.30
ODATA_V2_CATALOG_PATHNoOverride catalog path for OData V2 service discovery.
SAP_WEBHOOK_MAX_BODY_BYTESNoReject larger IDoc payloads with 413.10485760

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/guniweb/guniweb-sap-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server