AutomationFlowsAI & RAG › AI Agents Can Get End of Day Market Data with This Marketstack Tool Mcp Server

AI Agents Can Get End of Day Market Data with This Marketstack Tool Mcp Server

ByDavid Ashby @cfomodz on n8n.io

Complete MCP server exposing all Marketstack Tool operations to AI agents. Zero configuration needed - all 3 operations pre-built.

Event trigger★★★☆☆ complexityAI-powered8 nodesMcp TriggerMarketstack Tool
AI & RAG Trigger: Event Nodes: 8 Complexity: ★★★☆☆ AI nodes: yes Added:

This workflow corresponds to n8n.io template #5205 — we link there as the canonical source.

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
{
  "nodes": [
    {
      "id": "72c021e9-b1a5-48d5-98e3-c59278dc8d66",
      "name": "Workflow Overview 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1460,
        -60
      ],
      "parameters": {
        "width": 420,
        "height": 820,
        "content": "## \ud83d\udee0\ufe0f Marketstack Tool MCP Server\n\n### \ud83d\udccb Available Operations (3 total)\n\n**Endofdaydata**: get all\n**Exchange**: get\n**Ticker**: get\n\n### \u2699\ufe0f Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n1. **\ud83d\udd11 Add Credentials**: Configure Marketstack Tool authentication in one tool node then open and close all others.\n2. **\ud83d\ude80 Activate**: Enable this workflow to start your MCP server\n3. **\ud83d\udd17 Get URL**: Copy webhook URL from MCP trigger (right side)\n4. **\ud83e\udd16 Connect**: Use MCP URL in your AI agent configurations\n\n### \u2728 Ready-to-Use Features\n\n\u2022 Zero configuration - all 3 operations pre-built\n\u2022 AI agents automatically populate parameters via `$fromAI()` expressions\n\u2022 Every resource and operation combination available\n\u2022 Native n8n error handling and response formatting\n\u2022 Modify parameter defaults in any tool node as needed\n\n### \ud83d\udcac Need Help?\nCheck the [n8n documentation](https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) or ping me on [discord](https://discord.me/cfomodz) for MCP integration guidance or customizations."
      },
      "typeVersion": 1
    },
    {
      "id": "bf56d816-478e-4745-9f63-8d4cb063ab74",
      "name": "Marketstack Tool MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -700,
        -60
      ],
      "parameters": {
        "path": "marketstack-tool-mcp"
      },
      "typeVersion": 1
    },
    {
      "id": "40a928b6-95be-46ec-b836-1acffdf482eb",
      "name": "Get many EoD data",
      "type": "n8n-nodes-base.marketstackTool",
      "position": [
        -800,
        140
      ],
      "parameters": {
        "limit": "={{ $fromAI('Limit', ``, 'number') }}",
        "filters": {},
        "symbols": "={{ $fromAI('Symbols', ``, 'string') }}",
        "returnAll": "={{ $fromAI('Return_All', ``, 'boolean') }}"
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "e9760cd3-5040-4540-8d80-e454c91a8685",
      "name": "Sticky Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        120
      ],
      "parameters": {
        "color": 4,
        "width": 400,
        "content": "## Endofdaydata"
      },
      "typeVersion": 1
    },
    {
      "id": "1d1009d4-2550-40f1-8898-9f852a51ebf8",
      "name": "Get an exchange",
      "type": "n8n-nodes-base.marketstackTool",
      "position": [
        -800,
        380
      ],
      "parameters": {
        "exchange": "={{ $fromAI('Exchange', ``, 'string') }}",
        "resource": "exchange"
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "a9486b80-8efe-4f31-ac1c-d63c5ad71d30",
      "name": "Sticky Note 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        360
      ],
      "parameters": {
        "color": 5,
        "width": 400,
        "content": "## Exchange"
      },
      "typeVersion": 1
    },
    {
      "id": "c9927486-c562-4224-9644-c1e99e3e7bdd",
      "name": "Get a ticker",
      "type": "n8n-nodes-base.marketstackTool",
      "position": [
        -800,
        620
      ],
      "parameters": {
        "symbol": "={{ $fromAI('Symbol', ``, 'string') }}",
        "resource": "ticker"
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "61be9fc7-6369-4fec-91ef-1c158df8316c",
      "name": "Sticky Note 3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        600
      ],
      "parameters": {
        "color": 6,
        "width": 400,
        "content": "## Ticker"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Get a ticker": {
      "ai_tool": [
        [
          {
            "node": "Marketstack Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get an exchange": {
      "ai_tool": [
        [
          {
            "node": "Marketstack Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get many EoD data": {
      "ai_tool": [
        [
          {
            "node": "Marketstack Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

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

About this workflow

Complete MCP server exposing all Marketstack Tool operations to AI agents. Zero configuration needed - all 3 operations pre-built.

Source: https://n8n.io/workflows/5205/ — 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

This n8n workflow implements an AI-powered "Local Event Finder" agent. It takes user criteria (like event type, city, date, and interests), uses a suite of search tools (Brave Web Search, Brave Local

Google Gemini Chat, Memory Buffer Window, N8N Nodes Mcp +6
AI & RAG

This n8n workflow implements an AI-powered agent that intelligently uses the Brave Search API (via an external MCP service like Smithery) to perform both web and local searches. It understands natural

Google Gemini Chat, Memory Buffer Window, Mcp Trigger +4
AI & RAG

Meet Troy, your intelligent personal assistant that seamlessly manages your Google Calendar and Tasks through Telegram. This workflow combines AI-powered natural language processing with MCP (Model Co

Mcp Trigger, Google Calendar Tool, Google Tasks Tool +7
AI & RAG

Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?

Mcp Trigger, Jira Tool
AI & RAG

This workflow connects an AI Agent with Odoo CRM using the Model Context Protocol (MCP). It allows users to manage CRM data in Odoo through natural language chat commands. The assistant interprets the

Mcp Trigger, Odoo Tool, Chat Trigger +4