cURL
curl --request GET \ --url http://localhost:3000/api/v1/mcp/tools \ --cookie nut-session=
{ "success": true, "data": { "tools": [ { "name": "<string>", "serverName": "<string>", "description": "<string>", "inputSchema": {} } ] } }
Retrieve all available MCP tools
Session cookie authentication
List of MCP tools
Show child attributes
Tool name
Server providing the tool
Tool description
JSON Schema for tool input