150,000+ agents registered. Trust scores show their math.Explore →
Explorer/MCP/node2flow/slack
REMOTE

Slack

node2flow/slack

MCP server for Slack Web API — send messages, manage channels, search content, and automate your workspace. ## Features - Send, update, delete, and schedule messages with Block Kit support - Manage channels: create, archive, invite/kick members, set topics - Search messages and files with Slack's powerful query syntax - Upload and manage files with 2-step upload process - React to messages, pin items, and manage bookmarks - Browse users, team info, and custom emoji ## 38 Tools **Messages (7)**: send, update, delete, schedule, cancel scheduled, list scheduled, get permalink **Conversations (12)**: list channels, info, history, thread replies, members, create, archive, invite, kick, join, set topic, open DM **Users (2)**: list all, get info **Reactions (3)**: add, remove, get reactions **Search (2)**: search messages, search files **Files (3)**: upload, list, delete **Pins (3)**: pin, unpin, list pins **Bookmarks (4)**: add, edit, remove, list **Team (1)**: get workspace info **Emoji (1)**: list custom emoji ## Configuration - SLACK_BOT_TOKEN — Get one at https://api.slack.com/apps (create app → OAuth & Permissions → Install → copy Bot Token)

38 tools available
The Journeyman
A reasonable amount of history and nothing concerning in the scan.
Time indexed (7mo)
38toolsRemote/ HTTP7moindexed
100% uptime · 293ms avgChecked Sep 5, 2026
Quality Score
69/95
Deep
Risk Score
0/100
Clean
How is this calculated?
Quality Breakdown
Tenure14.7/20
215 days indexed
Capability20.1/25
Tools: 8.1/13 (38 tools)
Description: 5/5
Endpoint: 7/7
Adoption9/25
Use count: 9/20 (177 uses)
Multi-registry: 0/5 (1 registry)
Reliability25/25
Currently live: 10/10
Uptime history: 15/15 100% (56/56 checks)
Security scan: 0 pts in v1.0; ready to weight when coverage improves
Risk
0Clean
No signals detected.
The scanner shows
38 tools. Nothing caught our attention.
First indexed Feb 13, 2026
Server Profile
Tools catalogued
38
38 tools available. Full list below.
Hosting
Remote / HTTP
Runs on the internet. No access to your filesystem, SSH keys, or environment variables.
Registry presence
Not verified
Not yet verified by the Official MCP Registry.
Liveness
100%
Based on 48 checks. Average response: 293ms.
Publisher Verification
Not yet verified by the Official MCP Registry.
Endpoint
https://slack--node2flow.run.tools
Tools (38)
slack_send_message
Send a message to a Slack channel, DM, or thread. Supports Block Kit for rich formatting. Always provide "text" as notification fallback even when using "blocks". Rate limit: 1 message/sec/channel.
slack_update_message
Update an existing message. Bot can only update messages it posted. Provide new text and/or blocks.
slack_delete_message
Delete a message. Bot can only delete messages it posted.
slack_schedule_message
Schedule a message for future delivery. Max 120 days in the future. Max 30 scheduled messages per channel per 5 minutes.
slack_delete_scheduled_message
Delete a pending scheduled message before it is sent. Cannot delete messages posting within 60 seconds.
slack_list_scheduled_messages
List pending scheduled messages. Optionally filter by channel or time range.
Show all 38 tools ↓
slack_get_permalink
Get a permanent URL for a specific message.
slack_list_channels
List channels in the workspace. Filter by type: public_channel, private_channel, im, mpim.
slack_get_channel_info
Get detailed information about a channel including topic, purpose, member count.
slack_get_channel_history
Get message history from a channel. Returns messages in reverse chronological order. Free plan: 90-day history limit.
slack_get_thread_replies
Get replies in a message thread. Returns the parent message and all replies.
slack_get_channel_members
List all members of a channel. Returns user IDs with cursor-based pagination.
slack_create_channel
Create a new public or private channel. Name must be lowercase, numbers, hyphens, underscores (max 80 chars).
slack_archive_channel
Archive a channel. Archived channels can be unarchived later.
slack_invite_to_channel
Invite one or more users to a channel. Supports up to 1000 user IDs.
slack_kick_from_channel
Remove a user from a channel.
slack_join_channel
Join a public channel. Bot must have channels:join scope.
slack_set_channel_topic
Set or update the topic of a channel.
slack_open_conversation
Open a DM or multi-person DM. Pass 1 user ID for DM, 2-8 for group DM.
slack_list_users
List all users in the workspace including deactivated users. Supports cursor-based pagination.
slack_get_user_info
Get detailed information about a user including profile, status, admin flags.
slack_add_reaction
Add an emoji reaction to a message. Use emoji name without colons (e.g. "thumbsup" not ":thumbsup:").
slack_remove_reaction
Remove an emoji reaction from a message.
slack_get_reactions
Get all reactions for a specific message, including emoji names, counts, and user IDs.
slack_search_messages
Search for messages matching a query. Supports modifiers: in:#channel, from:@user, has:reaction, before:date, after:date. Free plan: 90-day history limit.
slack_search_files
Search for files matching a query. Supports same modifiers as message search.
slack_upload_file
Upload a text file to Slack. Uses the 2-step upload process (getUploadURLExternal + completeUploadExternal). For text/code content only.
slack_list_files
List files in the workspace. Filter by channel, user, or type. Free plan: files older than 90 days are deleted.
slack_delete_file
Delete a file from the workspace.
slack_pin_message
Pin a message to a channel. Cannot pin channel join messages or files.
slack_unpin_message
Unpin a message from a channel.
slack_list_pins
List all pinned items in a channel.
slack_add_bookmark
Add a bookmark (link) to a channel. Max 100 bookmarks per channel.
slack_edit_bookmark
Update an existing bookmark in a channel.
slack_remove_bookmark
Remove a bookmark from a channel.
slack_list_bookmarks
List all bookmarks in a channel.
slack_get_team_info
Get information about the workspace/team: name, domain, icon, etc.
slack_list_emoji
List all custom emoji in the workspace. Returns emoji name-to-URL mapping. Aliases use "alias:emoji_name" format.

Is this your server?

Create a free RNWY account to connect your on-chain identity to this server. MCP server claiming is coming; register now and you'll be first in line.

Create your account →
More from node2flow
Supabase
MCP server for Supabase — 31 tools for database CRUD, storage, auth admin, project management, edge functions, and secrets via REST + Management APIs. ## Features - Database CRUD with PostgREST filtering, resource embedding (JOINs), and RPC - Storage bucket and object management with signed URLs - Auth admin for user creation, updates, bans, and deletion - Project lifecycle management (create, pause, restore) - Execute SQL queries and generate TypeScript types - Edge function inspection and secret/API key management ## 31 Tools - **Database REST (6):** sb_list_records, sb_insert_records, sb_update_records, sb_upsert_records, sb_delete_records, sb_call_function - **Storage (6):** sb_list_buckets, sb_create_bucket, sb_delete_bucket, sb_list_objects, sb_delete_objects, sb_create_signed_url - **Auth Admin (5):** sb_list_users, sb_get_user, sb_create_user, sb_update_user, sb_delete_user - **Projects (5):** sb_list_projects, sb_get_project, sb_create_project, sb_pause_project, sb_restore_project - **Database Management (3):** sb_run_query, sb_list_migrations, sb_get_typescript_types - **Edge Functions (2):** sb_list_functions, sb_get_function - **Secrets & Keys (4):** sb_list_secrets, sb_create_secrets, sb_delete_secrets, sb_list_api_keys ## Configuration - `SUPABASE_URL` — Project URL (e.g. `https://xxx.supabase.co`) — for database, storage, auth tools - `SUPABASE_SERVICE_ROLE_KEY` — Service role key (bypasses RLS) — from Settings → API - `SUPABASE_ACCESS_TOKEN` — Personal access token — for project management tools (from dashboard → Account → Access Tokens)
Youtube
MCP server for YouTube Data API v3 with OAuth 2.0 authentication. ## Features - Search videos, channels, and playlists with filters (duration, date, region, type) - Get video details — views, likes, comments, duration, tags, thumbnails - Browse channel statistics — subscribers, video count, total views - List and manage playlists — create, update, delete, add/remove videos - Read and post comments — top-level threads, replies, moderation - Rate videos with like/dislike/unrate - Get trending videos by region and category - Automatic access token refresh via OAuth 2.0 ## 20 Tools **Search & Discovery**: search YouTube, get popular/trending videos, list video categories **Videos & Channels**: get video details, get channel info **Playlists**: list playlists, list playlist items, create/update/delete playlist, add/remove playlist item **Comments**: list comment threads, list replies, post comment, reply to comment, update/delete comment **Ratings**: rate video (like/dislike/none) ## Configuration - YOUTUBE_CLIENT_ID — OAuth 2.0 Client ID from https://console.cloud.google.com/apis/credentials - YOUTUBE_CLIENT_SECRET — OAuth 2.0 Client Secret - YOUTUBE_REFRESH_TOKEN — Refresh Token from https://developers.google.com/oauthplayground (scope: youtube)
Telegram-bot
MCP server for Telegram Bot API — send messages, photos, videos, polls, manage chats, webhooks, and callbacks. ## Features - Send text, photo, video, audio, document, location, poll, contact messages - Edit and delete messages - Chat management (info, members, ban/unban) - Webhook setup and management - Callback query handling - Pin/unpin messages, invite links ## 27 Tools **Bot Info**: get bot info, set commands **Send Messages**: text, photo, document, video, audio, location, poll, contact **Edit/Delete**: edit text, edit caption, delete message **Chat**: get info, member count, member details, ban, unban **Webhooks**: set, delete, get webhook info **Callbacks**: answer callback, get file, get profile photos **Pins**: pin, unpin, create invite link ## Configuration - TELEGRAM_BOT_TOKEN — Get one from @BotFather on Telegram
Notion
MCP server for Notion API — manage pages, blocks, databases, data sources, comments, and users. ## Features - Search pages and databases - Full CRUD for pages, blocks, and comments - Database queries with filters and sorts - Data source management (new Notion API) - User and bot information ## 25 Tools **Search**: search workspace **Pages**: create, get, update, move, get property **Blocks**: get, get children, append, update, delete **Data Sources**: create, get, update, query, list templates **Databases**: get, query, create databases **Comments**: create, get, list comments **Users**: list, get user, get bot info ## Configuration - NOTION_API_KEY — Internal Integration Token from https://www.notion.so/my-integrations
Facebook Pages
MCP server for Facebook Pages API — manage posts, comments, photos, videos, insights, and Messenger conversations through 28 tools. ## Features - Create, update, delete, and schedule posts - Upload photos and videos from URL - Comment management and moderation (reply, hide, delete) - Page insights and post analytics - Messenger conversations (list, read, send messages, typing indicator) - Multi-page support with per-page access tokens ## 28 Tools **Pages (3)**: List managed pages, get page info, get page access token **Posts (6)**: List, get, create, update, delete, schedule posts **Comments (5)**: List, create, reply, delete, hide/unhide comments **Photos (3)**: Upload from URL, list, delete **Videos (3)**: Upload from URL, list, delete **Insights (4)**: Page insights, post insights, fan demographics, page views **Conversations (4)**: List conversations, get messages, send message, typing indicator ## Configuration - `FACEBOOK_PAGE_ACCESS_TOKEN` (required) — Page Access Token with pages_manage_posts, pages_manage_engagement, read_insights, pages_messaging permissions - `FACEBOOK_PAGE_ID` (optional) — Page ID, auto-detected from token if not set
Line-bot
MCP server for LINE Messaging API — send messages, manage groups, rich menus, webhooks, and more. ## Features - Push, reply, multicast, and broadcast messages - User profiles, follower lists, and bot info - Group chat management (summary, members, profiles) - Rich menu CRUD, default setting, and per-user linking - Message quota monitoring and follower insights - Webhook URL configuration and connectivity testing ## 25 Tools **Messages**: push, reply, multicast, broadcast, validate **User & Bot**: get profile, get follower IDs, get bot info, display loading **Group Chat**: get summary, get members count, get member IDs, get member profile **Rich Menu**: create, list, get, delete, set default, link to user **Quota & Insights**: get quota, get consumption, get followers count **Webhook**: set URL, get info, test endpoint ## Configuration - LINE_CHANNEL_ACCESS_TOKEN — Channel Access Token from LINE Developers Console (Messaging API channel settings)
Similar servers
NodeAPI
Machine-native GIS processing API for AI agents and developers. Convert, reproject, validate, repair, buffer, clip, dissolve, and tile vector geodata across 25 endpoints. Pay-per-use USDC on Solana Mainnet ($0.01/op). No accounts, no API keys. Remote MCP SSE.
astllm-mcp
An MCP server for efficient code indexing and symbol retrieval using tree-sitter AST parsing to fetch specific functions or classes without loading entire files. It significantly reduces AI token costs by providing O(1) byte-offset access to code components across multiple programming languages.
Openterms-mcp
Cryptographic proof of consent for AI agents. Sign before you act. Policy engine enforces spending caps, action whitelists, and escalation rules. Independently verifiable by anyone.
Aegis-ZK
On-chain trust verification for AI agent tools. Agents query skill attestations, audit levels, and risk scores before running third-party MCP servers, so you know what's safe before you execute.
Satoshidata Wallet Intelligence
Bitcoin wallet intelligence for AI agents: labels, risk signals, transactions, fees, and mempool.
HiveAgent — The Agentzon
498 MCP tools across 12 industry verticals. Marketplace, escrow, DeFi, legal, healthcare, insurance, construction, and trades. USDC payments on Base L2.
Indexed from Smithery · Updates nightlyView on Smithery →