AutomationFlowsAI & RAG › Atdf-mcp Integration Example

Atdf-mcp Integration Example

ATDF-MCP Integration Example. Uses n8n-nodes-langchain. Webhook trigger; 4 nodes.

Webhook trigger★★☆☆☆ complexityAI-powered4 nodesN8N Nodes Langchain
AI & RAG Trigger: Webhook Nodes: 4 Complexity: ★★☆☆☆ AI nodes: yes Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "ATDF-MCP Integration Example",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "atdf-workflow",
        "responseMode": "responseNode",
        "options": {}
      },
      "id": "webhook-trigger",
      "name": "Webhook Trigger",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "sseEndpoint": "http://localhost:8001/sse",
        "authentication": "none",
        "toolsToInclude": "all"
      },
      "id": "mcp-client",
      "name": "ATDF MCP Client",
      "type": "n8n-nodes-langchain.toolMcp",
      "typeVersion": 1,
      "position": [
        460,
        300
      ]
    },
    {
      "parameters": {
        "model": "gpt-4",
        "options": {
          "systemMessage": "You are an AI assistant that can use ATDF tools through the MCP bridge. Use the available tools to help users with their requests."
        }
      },
      "id": "ai-agent",
      "name": "AI Agent with ATDF Tools",
      "type": "n8n-nodes-langchain.agent",
      "typeVersion": 1,
      "position": [
        680,
        300
      ]
    },
    {
      "parameters": {
        "respondWith": "text",
        "responseBody": "={{ $json.output }}"
      },
      "id": "response",
      "name": "Response",
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1,
      "position": [
        900,
        300
      ]
    }
  ],
  "connections": {
    "Webhook Trigger": {
      "main": [
        [
          {
            "node": "AI Agent with ATDF Tools",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent with ATDF Tools": {
      "main": [
        [
          {
            "node": "Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "staticData": null,
  "tags": [
    "ATDF",
    "MCP",
    "AI",
    "Integration"
  ],
  "triggerCount": 1,
  "updatedAt": "2024-01-15T10:00:00.000Z",
  "versionId": "1"
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

ATDF-MCP Integration Example. Uses n8n-nodes-langchain. Webhook trigger; 4 nodes.

Source: https://github.com/MauricioPerera/agent-tool-description-format/blob/c762a6cc3239cd3f0bde6338f46bc197a8c80474/examples/n8n_atdf_integration_example.json — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

WebAPI Server Demo. Uses chainLlm, lmChatGoogleGemini. Webhook trigger; 13 nodes.

Chain Llm, Google Gemini Chat
AI & RAG

Workflow Hcmute. Uses agent, lmChatGoogleGemini, memoryBufferWindow, googleSheetsTool. Webhook trigger; 13 nodes.

Agent, Google Gemini Chat, Memory Buffer Window +2
AI & RAG

N8N Workflow. Uses httpRequest, toolHttpRequest, memoryBufferWindow, lmChatGoogleGemini. Webhook trigger; 13 nodes.

HTTP Request, Tool Http Request, Memory Buffer Window +2
AI & RAG

Agent for cloudbase. Uses agent, lmChatDeepSeek, memoryBufferWindow, mcpClientTool. Webhook trigger; 12 nodes.

Agent, Lm Chat Deep Seek, Memory Buffer Window +3
AI & RAG

This template is ideal for: Businesses that want to provide 24/7 automated voice-based customer support Service providers needing to schedule appointments via voice interaction Teams looking to handle

Agent, Tool Think, OpenAI Chat +3