Skip to main content
Glama
MIT License
65

init-n8n

Establish a connection to an n8n instance by initializing with provided URL and API key using standardized JSON input format.

Instructions

Initialize connection to n8n instance. Use this tool whenever an n8n URL and API key are shared to establish the connection. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.

Input Schema

NameRequiredDescriptionDefault
apiKeyYes
urlYes

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "type": "string" }, "url": { "type": "string" } }, "required": [ "url", "apiKey" ], "type": "object" }

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/fellipesaraiva88/n8n-mcp-server'

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