guniweb-sap-mcp
by guniweb
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SAP_CLIENT | No | SAP client (Mandant), e.g., 100. Do not omit. | |
| SAP_CA_CERT | No | Path to the root CA that signs your SAP certificate. | |
| SAP_SNC_LIB | No | Path to SNC library (.so, .dylib, .dll). | |
| SAP_SNC_QOP | No | SNC Quality-of-Protection level: 1, 2, 3/8/9. | |
| SAP_BASE_URL | No | Base URL of your SAP system, e.g., https://your-sap-system.example.com | |
| SAP_MCP_DEMO | No | Start the server against a built-in mock S/4HANA (e.g., SAP_MCP_DEMO=true). | |
| SAP_MCP_PORT | No | Port for HTTP/SSE transport (default 8808). | |
| SAP_PASSWORD | No | SAP password for basic authentication. | |
| SAP_USERNAME | No | SAP username for basic authentication. | |
| SAP_AUTH_TYPE | No | Authentication type: basic, oauth2, apikey, ias, xsuaa, btp-principal, saml-bearer, user-basic. | |
| SAP_CACHE_DIR | No | Persist the catalog and metadata caches to disk so a restart does not refetch them. | |
| SAP_JWT_ISSUER | No | Issuer whose JWKS is used to verify incoming user tokens. | |
| SAP_SNC_MYNAME | No | Local SNC name, e.g., p:CN=mcp-server, O=GuniWeb. | |
| SAP_TLS_VERIFY | No | Set to false to disable TLS certificate verification. | true |
| SAP_CONCURRENCY | No | Upper bound on simultaneous SAP requests. | 5 |
| SAP_WEBHOOK_HOST | No | Bind address of the standalone IDoc webhook (stdio mode). | |
| SAP_MCP_TRANSPORT | No | Transport mode: stdio, http, or sse. | |
| SAP_WEBHOOK_SECRET | No | Shared secret for the inbound IDoc webhook. | |
| SAP_CLIENT_KEY_PATH | No | Path to PEM-encoded private key. | |
| SAP_HTTP_TIMEOUT_MS | No | Timeout for a single outbound SAP request in milliseconds. | 30000 |
| SAP_MCP_ADMIN_TOKEN | No | Admin API token (at least 16 characters) for self-service endpoints under /admin. | |
| SAP_MCP_ALLOW_WRITE | No | Set to true to enable write tools (read-only by default). | |
| SAP_SNC_PARTNERNAME | No | Backend SNC name, e.g., p:CN=SAPSERVER, O=ACME. | |
| SAP_CLIENT_CERT_PATH | No | Path to PEM-encoded client certificate for X.509 client-cert auth. | |
| SAP_MCP_DESTINATIONS | No | Path to a destinations.json file for multiple SAP systems. | |
| SAP_MCP_TOOL_TIMEOUT | No | Time budget for a whole tool call in seconds. 0 disables the budget. | 30 |
| ODATA_V2_CATALOG_PATH | No | Override catalog path for OData V2 service discovery. | |
| SAP_WEBHOOK_MAX_BODY_BYTES | No | Reject 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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/guniweb/guniweb-sap-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server