Skip to main content
Glama
GutjahrAI

SAP OData MCP Server

by GutjahrAI

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SAP_CLIENTNoOptional SAP client number (e.g., 100)100
SAP_TIMEOUTNoOptional request timeout in milliseconds (default: 30000)30000
SAP_PASSWORDYesThe SAP password for authentication
SAP_USERNAMEYesThe SAP username for authentication
SAP_ENABLE_CSRFNoWhether to enable automatic CSRF token management.true
SAP_VALIDATE_SSLNoWhether to validate SSL certificates. Set to 'false' for development with self-signed certificates.false
SAP_ODATA_BASE_URLYesThe 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
sap_connect

Connect to SAP OData service

sap_get_services

Get list of available OData services

sap_get_service_metadata

Get metadata for a specific OData service

sap_query_entity_set

Query an OData entity set with filtering, sorting, and pagination

sap_get_entity

Get a specific entity by its key values

sap_create_entity

Create a new entity in an entity set

sap_update_entity

Update an existing entity

sap_delete_entity

Delete an entity

sap_call_function

Call an OData function import

sap_connection_status

Check SAP OData connection status and get connection info

sap_disconnect

Disconnect from SAP OData service

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/GutjahrAI/sap-odata-mcp-server'

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