Node-RED Admin API
Node-RED's Admin HTTP API enables remote administration of the runtime. It is used by the Node-RED Editor and the command-line admin tool to manage flows, nodes, settings, and authentication.
What You Can Do
MCP Tools
getauthlogin
Get the active authentication scheme
postauthtoken
Exchange credentials for an access token
postauthrevoke
Revoke an access token
getsettings
Get the runtime settings
getdiagnostics
Get the runtime diagnostics
getflows
Get the active flow configuration
postflows
Set the active flow configuration
getflowsstate
Get the active flow runtime state
postflowsstate
Set the active flow runtime state
postflow
Add a flow to the active configuration
getflowbyid
Get an individual flow configuration
putflowbyid
Update an individual flow configuration
deleteflowbyid
Delete an individual flow configuration
getnodes
Get a list of the installed nodes
postnodes
Install a new node module
getnodemodule
Get a node module information
putnodemodule
Enable or disable a node module
deletenodemodule
Remove a node module
getnodemoduleset
Get a node module set information
putnodemoduleset
Enable or disable a node set