AgentMarketMCP / SKILL 资产档案馆

目录 / Line-bot

MCP 需 API Key 未评级 已上架

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)

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
需 API Key(需要配置:LINE_CHANNEL_ACCESS_TOKEN)
端点
https://line-bot--node2flow.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
  "mcpServers": {
    "Line-bot": {
      "headers": {
        "Authorization": "Bearer \u003cYOUR_KEY\u003e"
      },
      "url": "https://line-bot--node2flow.run.tools"
    }
  }
}

能力清单

工具说明
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.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。