Block 1 - MCP Client List Tool
- Type / Role
- n8n-nodes-mcp.mcpClientTool - mcpClientTool
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This workflow contains community nodes that are only compatible with the self hosted version of n8n. Here is the Full Node by Node Breakdown of the workflow Workflow Execution Video: [https://youtu...
n8n-nodes-mcp.mcpclienttool, @n8n/n8n-nodes-langchain.lmchatgooglevertex, n8n-nodes-base.webhook, n8n-nodes-base.respondtowebhook, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by iamvaar.
Original n8n.io sourceThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.
Execution Video: https://youtu.be/qkZ6UaO7aCE
Webhook)4 people from Germany to Bangkok @14th August 2025AI Agent)Type: LangChain Agent
Model: Google Gemini 2.5 Flash via Vertex AI
Prompt logic:
Returns:
A markdown + bullet-format response with:
MCP Client List Tool)listTools() phaseMCP Execute Tool)$fromAI('Tool_Parameters')Google Vertex Chat Model)Code Node)Purpose: Parses AI output to extract:
Handles:
Output: Clean JSON:
{
"tripInformation": {...},
"listings": [...],
"totalListings": X,
...
}
HTTP Request)API: Amadeus Flight Offers API
Purpose: Searches live flight offers using:
Auth: OAuth2
Code Node)Purpose:
Output:
{
"tripInformation": {...},
"listings": [...],
"allFlightOffers": [...]
}
Set Node)Purpose:
Assigns final response fields into clean keys:
traveldetailslistingsflightsThis end-to-end workflow is a fully autonomous travel query-to-itinerary engine. From a plain text like “4 people from Vijayawada to Bangkok @14th August 2025,” it:
No manual parsing, no frontend — just AI + APIs + automation.
NOTE: I JUST USED A COMMUNITY NODE "n8n-nodes-mcp" + UNOFFICIAL AIRBNB MCP
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Plan travel itineraries with Gemini AI, live Amadeus flights, and Airbnb stays |
|---|---|
| Complexity | intermediate |
| Nodes | 10 |
| Categories | Personal Productivity, AI Chatbot |
| Author | iamvaar |
| Published | 29 Jul 2025 |
Use the JSON export at /data/workflows/6652/6652.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This workflow contains community nodes that are only compatible with the self hosted version of n8n. Here is the Full Node by Node Breakdown of the workflow Workflow Execution Video: [https://youtu...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity, AI Chatbot use case.