vaibhavgoel-github-1986/sap-adt-mcp-server
If you are the rightful owner of sap-adt-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 dayong@mcphub.com.
The SAP ADT MCP Server is a robust toolset designed for seamless interaction with SAP systems through ADT endpoints, enabling AI agents to efficiently manage SAP objects.
Tools
Functions exposed to the LLM to take actions
connect_to_sap
Initialize connection to SAP system.
get_creatable_object_types
List all SAP object types that can be created.
create_sap_object
Create any supported SAP object type.
search_sap_object
Search for existing objects.
lock_sap_object
Lock object before editing.
get_sap_object_source
Retrieve object source code.
set_sap_object_source
Update object source code (requires lock).
activate_sap_object
Activate object after changes.
unlock_sap_object
Unlock object after editing.
syntax_check_sap_object
Check syntax before activation.
delete_sap_object
Delete an object (requires lock).
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client