Skip to main content

Business intelligence assistant for Slack using Explorium MCP & Claude AI

Workflow preview

Workflow preview
100%
Business intelligence assistant for Slack using Explorium MCP & Claude AI preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Explorium Agent for Slack AI powered Slack bot for business intelligence queries using Explorium API through MCP. Prerequisites Slack workspace with admin access Anthropic API key (You can replace ...

Best for

  • Support Chatbot automation workflows
  • AI Chatbot automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.slacktrigger, n8n-nodes-base.if, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatanthropic

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by explorium.

Original n8n.io source

1.1 Workflow description

Title
Business intelligence assistant for Slack using Explorium MCP & Claude AI
Workflow name
Business intelligence assistant for Slack using Explorium MCP & Claude AI

Explorium Agent for Slack

AI-powered Slack bot for business intelligence queries using Explorium API through MCP.

Prerequisites

  • Slack workspace with admin access
  • Anthropic API key (You can replace with other LLM Chat)
  • Explorium API Key

1. Create Slack App

Create App

  1. Go to api.slack.com/apps
  2. Click Create New AppFrom scratch
  3. Give it name (e.g., "Explorium Agent") and select workspace

Bot Permissions (OAuth & Permissions)

Add these Bot Token Scopes:

app_mentions:read
channels:history
channels:read
chat:write
emoji:read
groups:history
groups:read
im:history
im:read
mpim:history
mpim:read
reactions:read
users:read

Enable Events

  1. Event Subscriptions → Enable
  2. Add Request URL (from n8n Slack Trigger node)
  3. Subscribe to bot events:
    • app_mention
    • message.channels
    • message.groups
    • message.im
    • message.mpim
    • reaction_added

Install App

  1. Install AppInstall to Workspace
  2. Copy Bot User OAuth Token (xoxb-...)

2. Configure n8n

Import & Setup

  1. Import this JSON template

  2. Slack Trigger node:

    • Add Slack credential with Bot Token
    • Copy webhook URL
    • Paste in Slack Event Subscriptions Request URL
  3. Anthropic Chat Model node:

    • Add Anthropic API credential
    • Model: claude-haiku-4-5-20251001

(You can replace it with other chat models)

  1. MCP Client node:

Usage Examples

@ExploriumAgent find tech companies in SF with 50-200 employees
@ExploriumAgent show Microsoft's technology stack
@ExploriumAgent get CMO contacts at healthcare companies

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Slack Trigger

Type / Role
n8n-nodes-base.slackTrigger - slackTrigger
Config choices
Version 1

Block 5 - Check If Thread

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 6 - Fetch Thread Messages

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 7 - Format Thread Context

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Format Without Thread

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 9 - Explorium Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.1

Block 10 - Anthropic Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatAnthropic - lmChatAnthropic
Config choices
Version 1.3

Block 11 - Simple Memory

Type / Role
@n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
Config choices
Version 1.3

Block 12 - Explorium MCP

Type / Role
@n8n/n8n-nodes-langchain.mcpClientTool - mcpClientTool
Config choices
Version 1.2

Block 13 - Send a message

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

3. Summary Table

Workflow Business intelligence assistant for Slack using Explorium MCP & Claude AI
Complexity intermediate
Nodes 13
Categories Support Chatbot, AI Chatbot
Author explorium
Published 20 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9935/9935.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Business intelligence assistant for Slack using Explorium MCP & Claude AI do?

Explorium Agent for Slack AI powered Slack bot for business intelligence queries using Explorium API through MCP. Prerequisites Slack workspace with admin access Anthropic API key (You can replace ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Support Chatbot, AI Chatbot use case.