Testing an MCP server connection

Hi,

I have two questions:

  • How do I test an MCP server? I created one and I want it to call la scenario. So right now I have a scenario with a webhook and I just want the call to the MCP server to call the Scenario to make sure the flow works. The reason is that I put the MCP server URL in the tool I want to use it with (Manus) and I get an access error. I’m trying to understand why.
  • I only want the MCP server to run a specific scenario. But I’m wondering if the error isn’t because I restricted it too much. So I wanted to go back and edit the scope, but it seems like the scope is fixed once you creat the API key and you can”t change it anymore. You have to recreate the key. Is that the case?

Thanks,

L

OK, I got the first part working. I connected the MCP server and got Manus and Postman to use it.

The second part is where I’m blocked now. If I use the “scenarioId” as mentioned in the docs, neither Postman nor Manus know what to do with it, even if I provide all scope access. How do I make it so they can only see specific scenarios? I have an number of scenarios that are on demand but I don’t wnat them to see or accidentally use any of them.

L