cURL
curl --request POST \ --url http://localhost:3000/api/v1/mcp/tools/execute \ --header 'Content-Type: application/json' \ --cookie nut-session= \ --data ' { "serverName": "<string>", "toolName": "<string>", "arguments": {} } '
{ "success": true, "data": { "result": {} } }
Execute an MCP tool
Session cookie authentication
MCP server name
Tool name to execute
Tool arguments
Tool execution result
Show child attributes