Line-bot
平台与服务by node2flow
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 - Webh
Tools (25)
line_push_messageSend 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_messageReply 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_messageSend a message to multiple users simultaneously (max 500 user IDs). More efficient than individual push messages.
line_broadcast_messageSend a message to all followers of the bot. No user IDs needed. Consumes message quota based on number of followers.
line_validate_messageValidate 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_profileGet a LINE user profile. Returns display name, profile picture URL, status message, and language. The user must have added the bot as a friend.
line_get_follower_idsGet 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_infoGet bot basic information: user ID, basic ID, display name, picture URL, chat mode, and mark-as-read mode.
line_display_loadingDisplay a loading animation in the chat. Useful before performing slow operations. Animation shows for the specified duration.
line_get_group_summaryGet group chat summary: group name, picture URL, and creation time.
line_get_group_members_countGet the number of members in a group chat.
line_get_group_member_idsGet 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_profileGet profile of a specific member within a group chat.
line_create_rich_menuCreate 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_menusList all rich menus created for the bot. Returns array of rich menu objects with IDs, names, sizes, and areas.
line_get_rich_menuGet details of a specific rich menu by ID.
line_delete_rich_menuDelete a rich menu. If this was the default menu or linked to users, it will be unlinked automatically.
line_set_default_rich_menuSet 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_userLink a specific rich menu to a user. This overrides the default rich menu for that user.
line_get_quotaGet the monthly message quota for the bot. Returns the quota type and limit value.
line_get_quota_consumptionGet the number of messages sent this month. Use with line_get_quota to check remaining messages.
line_get_followers_countGet follower statistics for a specific date: number of followers, targeted reaches, and blocks.
line_set_webhook_urlSet the webhook endpoint URL for receiving LINE events (messages, follows, etc.).
line_get_webhook_infoGet the current webhook endpoint URL and whether it is active.
line_test_webhookTest webhook endpoint connectivity. Sends a test request to the configured webhook URL and returns the result.
Related MCP Servers
AI-powered infrastructure monitoring with real-time metrics, logs, alerts, and ML anomaly detection.
78.3kWeb scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported.
34.5k