MCP server that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
10K+
12 Tools
Version 4.43 or later needs to be installed to add the server automatically
Tools
| Name | Description |
|---|---|
broadcast_flex_message | Broadcast a highly customizable flex message via LINE to all users who have added your LINE Official Account. Supports both bubble (single container) and carousel (multiple swipeable bubbles) layouts. Please be aware that this message will be sent to all users. |
broadcast_text_message | Broadcast a simple text message via LINE to all users who have followed your LINE Official Account. Use this for sending plain text messages without formatting. Please be aware that this message will be sent to all users. |
cancel_rich_menu_default | Cancel the default rich menu. |
create_rich_menu | Create a rich menu based on the given actions. Generate and upload a rich menu image based on the given action. This rich menu will be registered as the default. |
delete_rich_menu | Delete a rich menu from your LINE Official Account. |
get_follower_ids | Get a list of user IDs of users who have added the LINE Official Account as a friend. This allows you to obtain user IDs for sending messages without manually preparing them. |
get_message_quota | Get the message quota and consumption of the LINE Official Account. This shows the monthly message limit and current usage. |
get_profile | Get detailed profile information of a LINE user including display name, profile picture URL, status message and language. |
get_rich_menu_list | Get the list of rich menus associated with your LINE Official Account. |
push_flex_message | Push a highly customizable flex message to a user via LINE. Supports both bubble (single container) and carousel (multiple swipeable bubbles) layouts. |
push_text_message | Push a simple text message to a user via LINE. Use this for sending plain text messages without formatting. |
set_rich_menu_default | Set a rich menu as the default rich menu. |