SAP OData MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SAP_CLIENT | No | Optional SAP client number (e.g., 100) | 100 |
| SAP_TIMEOUT | No | Optional request timeout in milliseconds (default: 30000) | 30000 |
| SAP_PASSWORD | Yes | The SAP password for authentication | |
| SAP_USERNAME | Yes | The SAP username for authentication | |
| SAP_ENABLE_CSRF | No | Whether to enable automatic CSRF token management. | true |
| SAP_VALIDATE_SSL | No | Whether to validate SSL certificates. Set to 'false' for development with self-signed certificates. | false |
| SAP_ODATA_BASE_URL | Yes | The base URL for SAP OData services (e.g., https://your-sap-host:8000/sap/opu/odata/sap/) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sap_connectC | Connect to SAP OData service |
| sap_get_servicesB | Get list of available OData services |
| sap_get_service_metadataC | Get metadata for a specific OData service |
| sap_query_entity_setC | Query an OData entity set with filtering, sorting, and pagination |
| sap_get_entityC | Get a specific entity by its key values |
| sap_create_entityC | Create a new entity in an entity set |
| sap_update_entityC | Update an existing entity |
| sap_delete_entityC | Delete an entity |
| sap_call_functionC | Call an OData function import |
| sap_connection_statusB | Check SAP OData connection status and get connection info |
| sap_disconnectA | Disconnect from SAP OData service |
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
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/GutjahrAI/sap-odata-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server