GutjahrAI/sap-odata-mcp-server
If you are the rightful owner of sap-odata-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server designed to integrate SAP systems with AI assistants using OData REST APIs.
Tools
Functions exposed to the LLM to take actions
sap_connect
Connect to SAP OData service.
sap_get_services
Get list of available OData services with intelligent discovery.
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 current SAP OData connection status.
sap_disconnect
Disconnect from SAP OData service.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client