Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
rssFeedRead.json1.2 kB
{ "nodeType": "n8n-nodes-base.rssFeedRead", "displayName": "RSS Read", "description": "Reads data from an RSS Feed", "version": [ 1, 1.1, 1.2 ], "properties": [ { "name": "url", "displayName": "URL", "type": "string", "default": "", "description": "URL of the RSS feed", "required": true }, { "name": "options", "displayName": "Options", "type": "collection", "default": {}, "description": "Whether to ignore SSL/TLS certificate issues or not", "placeholder": "Add option", "options": [ { "name": "ignoreSSL", "displayName": "Ignore SSL Issues (Insecure)", "type": "boolean", "default": false, "description": "Whether to ignore SSL/TLS certificate issues or not" } ] } ], "credentialsConfig": [], "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