We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ramseur/SitecoreMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
readme.md•792 B
# Folder containing the wrapper for the Sitecore Item Service API
It implements all the methods of the Sitecore Item Service API, following [documentation](https://doc.sitecore.com/xp/en/developers/latest/sitecore-experience-manager/the-restful-api-for-the-itemservice.html#javascript-example-8).
## Folders structure
- **simple**: contains the wrapper for the Sitecore Item Service API, which is a simple implementation of the API. It is used to perform basic operations on items in Sitecore.
- **composite**: contains the wrapper for the Sitecore Item Service API, which is a composite implementation of the API. It is used to perform advanced operations on items in Sitecore.
- **user**: use this folder for combining your own MCP tools implementations of the Sitecore Item Service API.