If you're an AI reading this: skill.md has everything you need.Read it →
Explorer/MCP/node2flow/line-bot
REMOTE

Line-bot

node2flow/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)

25 tools available
The Journeyman
A reasonable amount of history and nothing concerning in the scan.
Time indexed (7mo)
25toolsRemote/ HTTP7moindexed
100% uptime · 291ms avgChecked Sep 10, 2026
Quality Score
65/95
Deep
Risk Score
0/100
Clean
How is this calculated?
Quality Breakdown
Tenure14.7/20
216 days indexed
Capability19.2/25
Tools: 7.2/13 (25 tools)
Description: 5/5
Endpoint: 7/7
Adoption5.7/25
Use count: 5.7/20 (25 uses)
Multi-registry: 0/5 (1 registry)
Reliability25/25
Currently live: 10/10
Uptime history: 15/15 100% (33/33 checks)
Security scan: 0 pts in v1.0; ready to weight when coverage improves
Risk
0Clean
No signals detected.
The scanner shows
25 tools. Nothing caught our attention.
First indexed Feb 12, 2026
Server Profile
Tools catalogued
25
25 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: 291ms.
Publisher Verification
Not yet verified by the Official MCP Registry.
Endpoint
https://line-bot--node2flow.run.tools
Tools (25)
line_push_message
Send a push message to a LINE user, group, or room. Supports all message types: text, image, video, audio, file, location, sticker, template, flex, and imagemap. Example text message: {"type":"text","text":"Hello"}. Example flex: {"type":"flex","altText":"...","contents":{...}}.
line_reply_message
Reply to a webhook event using a reply token. The token expires quickly, so use immediately after receiving an event. Free (does not consume message quota).
line_multicast_message
Send a message to multiple users simultaneously (max 500 user IDs). More efficient than individual push messages.
line_broadcast_message
Send a message to all followers of the bot. No user IDs needed. Consumes message quota based on number of followers.
line_validate_message
Validate message objects before sending. Returns 200 OK if valid, or error details if invalid. Use to check message format before push/reply/multicast/broadcast.
line_get_profile
Get a LINE user profile. Returns display name, profile picture URL, status message, and language. The user must have added the bot as a friend.
Show all 25 tools ↓
line_get_follower_ids
Get a list of user IDs of users who added the bot as friend. Returns up to 300 IDs per page. Use the next token for pagination.
line_get_bot_info
Get bot basic information: user ID, basic ID, display name, picture URL, chat mode, and mark-as-read mode.
line_display_loading
Display a loading animation in the chat. Useful before performing slow operations. Animation shows for the specified duration.
line_get_group_summary
Get group chat summary: group name, picture URL, and creation time.
line_get_group_members_count
Get the number of members in a group chat.
line_get_group_member_ids
Get a list of user IDs of group members. Returns up to 100 IDs per page. Use the next token for pagination.
line_get_group_member_profile
Get profile of a specific member within a group chat.
line_create_rich_menu
Create a rich menu for the bot. Returns the created rich menu ID. After creating, upload an image and set it as default or link to specific users.
line_get_rich_menus
List all rich menus created for the bot. Returns array of rich menu objects with IDs, names, sizes, and areas.
line_get_rich_menu
Get details of a specific rich menu by ID.
line_delete_rich_menu
Delete a rich menu. If this was the default menu or linked to users, it will be unlinked automatically.
line_set_default_rich_menu
Set a rich menu as the default for all users who have not been individually linked to a different rich menu.
line_link_rich_menu_to_user
Link a specific rich menu to a user. This overrides the default rich menu for that user.
line_get_quota
Get the monthly message quota for the bot. Returns the quota type and limit value.
line_get_quota_consumption
Get the number of messages sent this month. Use with line_get_quota to check remaining messages.
line_get_followers_count
Get follower statistics for a specific date: number of followers, targeted reaches, and blocks.
line_set_webhook_url
Set the webhook endpoint URL for receiving LINE events (messages, follows, etc.).
line_get_webhook_info
Get the current webhook endpoint URL and whether it is active.
line_test_webhook
Test webhook endpoint connectivity. Sends a test request to the configured webhook URL and returns the result.

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
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
Google Docs
MCP server for Google Docs : create, read, edit, format, and manage documents through 26 tools. ## Features - Create and read document content with full structure - Insert, delete, and replace text at any position - Format text: bold, italic, underline, fonts, colors, links - Paragraph styles: alignment, spacing, headings (H1-H6) - Bulleted and numbered lists - Tables: insert, add/delete rows and columns, merge cells - Headers, footers, and section breaks - Named ranges for bookmarking content - Raw batchUpdate for any Docs API operation ## 26 Tools - **Document**: create and get document content - **Content**: insert text, delete, replace all, insert image, page break - **Text Formatting**: update text style, update paragraph style - **Lists**: create and delete bullets/numbering - **Tables**: insert table, add/delete rows and columns, merge/unmerge cells - **Headers & Footers**: create and delete headers and footers - **Sections & Named Ranges**: section breaks, create and delete named ranges - **Advanced**: raw batchUpdate pass-through ## Configuration - `GOOGLE_CLIENT_ID` : OAuth 2.0 Client ID from Google Cloud Console - `GOOGLE_CLIENT_SECRET` : OAuth 2.0 Client Secret - `GOOGLE_REFRESH_TOKEN` : Refresh token with documents scope
WordPress
MCP server for WordPress REST API — manage posts, pages, media, comments, taxonomy, and users. ## Features - Full CRUD for posts, pages, comments, and media - Taxonomy management (categories, tags) - User and site information - HTTP Basic Auth with Application Passwords ## 20 Tools **Posts**: create, list, get, update, delete posts **Pages**: create, list, get, update, delete pages **Media**: list media, upload from URL **Comments**: create, list, get, update comments **Taxonomy**: manage categories and tags **Users & Site**: get users, site settings ## Configuration - WORDPRESS_URL — Your WordPress site URL - WORDPRESS_USERNAME — WordPress username - WORDPRESS_APP_PASSWORD — Application Password (Settings > Users > Application Passwords)
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 →