AutomationFlowsAI & RAG › Agentcore — Mcp Research Agent

Agentcore — Mcp Research Agent

AgentCore — MCP Research Agent. Uses @aws/n8n-nodes-agentcore. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodes@Aws/N8N Nodes Agentcore
AI & RAG Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆ 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": "AgentCore \u2014 MCP Research Agent",
  "nodes": [
    {
      "parameters": {},
      "id": "1",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "agentName": "research_agent",
        "modelId": "global.anthropic.claude-opus-4-8",
        "systemPrompt": "You are a research assistant. Use the Exa search tool to find up-to-date information when answering questions. Cite your sources.",
        "prompt": "Find 3 recent breakthroughs in quantum computing this year and summarize each in 2 sentences.",
        "tools": {
          "tool": [
            {
              "type": "remote_mcp",
              "name": "exa",
              "url": "https://mcp.exa.ai/mcp",
              "headers": ""
            }
          ]
        },
        "additionalOptions": {
          "timeoutSeconds": 300
        }
      },
      "id": "2",
      "name": "Research Agent",
      "type": "@aws/n8n-nodes-agentcore.agentCoreHarness",
      "typeVersion": 1,
      "position": [
        480,
        300
      ],
      "credentials": {
        "agentCoreApi": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Research Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

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

About this workflow

AgentCore — MCP Research Agent. Uses @aws/n8n-nodes-agentcore. Event-driven trigger; 2 nodes.

Source: https://github.com/aws/n8n-nodes-agentcore/blob/b99060a5d0e22c5cd23689a4bcdcc4fab6ae97c1/examples/01-mcp-research-agent.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

AgentCore — Code Interpreter Data Analysis. Uses @aws/n8n-nodes-agentcore. Event-driven trigger; 2 nodes.

@Aws/N8N Nodes Agentcore
AI & RAG

AgentCore — Inline Function Round-Trip. Uses @aws/n8n-nodes-agentcore. Event-driven trigger; 4 nodes.

@Aws/N8N Nodes Agentcore
AI & RAG

1_2_VERY_QUICKSTART. Uses n8nTrainingCustomerMessenger, n8nTrainingCustomerDatastore. Event-driven trigger; 7 nodes.

N8N Training Customer Messenger, N8N Training Customer Datastore
AI & RAG

Supercharge Claude 3.7 with full customization & deeper reasoning!

Form Trigger, Form, HTTP Request
AI & RAG

Clara Pipeline B - Onboarding to Agent v2. Uses executeCommand, readBinaryFile. Event-driven trigger; 6 nodes.

Execute Command, Read Binary File