Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
totp.json1.35 kB
{ "nodeType": "n8n-nodes-base.totp", "displayName": "TOTP", "description": "Generate a time-based one-time password", "version": 1, "properties": [ { "name": "operation", "displayName": "Operation", "type": "options", "default": "generateSecret", "options": [ { "name": "Generate Secret", "value": "generateSecret" } ] }, { "name": "options", "displayName": "Options", "type": "collection", "default": {}, "description": "HMAC hashing algorithm. Defaults to SHA1.", "placeholder": "Add option", "displayOptions": { "show": { "operation": [ "generateSecret" ] } } } ], "credentialsConfig": [ { "name": "totpApi", "required": true }, { "name": "operation", "required": false }, { "name": "options", "required": false }, { "name": "digits", "required": false } ], "io": { "inputs": [ "Main" ], "outputs": [ "Main" ], "outputNames": [], "hints": {} }, "wiring": { "role": "generic", "requires": [], "optional": [], "consumedBy": [], "consumes": [ "Main" ], "produces": [ "Main" ] } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ifmelate/n8n-workflow-builder-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server