What problem does it solve? Building n8n workflows through the n8n-mcp MCP server requires choosing among 40+ tools with different nodeType formats, validation profiles, and update operations, and mistakes like wrong prefixes or missing profiles cause failed searches and invalid configurations. ## Core Features & Use Cases - Tool Selection Guidance: Maps tasks to the right tools, such as search_nodes for discovery, get_node for configuration details, and validate_node for pre-deployment checks. - Format and Profile Rules: Explains the nodes-base.* versus n8n-nodes-base.* nodeType formats and the minimal, runtime, ai-friendly, and strict validation profiles. - Workflow Management Patterns: Covers n8n_create_workflow, n8n_update_partial_workflow with 17 operation types, smart branch/case parameters, AI connection types, and template deployment. - Use Case: When adding a Slack node to a workflow, follow the documented search → get_node → validate_node → n8n_update_partial_workflow sequence to produce a validated, activated workflow. ## Quick Start Ask the AI to find a Slack node using n8n-mcp tools, validate its configuration with the runtime profile, and add it to an existing workflow.