Skip to main content
GET
/
api
/
v1
/
mcp
/
tools
List MCP tools
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": {}
      }
    ]
  }
}

Authorizations

nut-session
string
cookie
required

Session cookie authentication

Response

List of MCP tools

success
boolean
required
data
object