Hi Niklas, Actually, the MCP can access all available endpoints of the Meraki API - not just read-only operations. This means it has the capability to perform POST, PUT, and DELETE operations as well. However, if you want to restrict it to only read-only operations for safety, you can achieve this throughprompting. When interacting with the MCP, you can explicitly instruct it to only use GET operations for fetching data and to avoid making any modifications. This gives you control over how the tool is used while still maintaining access to the full API functionality when you need it.
... View more