line-bot-mcp-server
If you are the rightful owner of line-bot-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
LINE Bot MCP Server integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
The LINE Bot MCP Server is a Model Context Protocol (MCP) server implementation designed to integrate with the LINE Messaging API. This server allows AI agents to interact with users through a LINE Official Account, providing a seamless communication channel. The server supports various messaging functionalities, including sending text and flex messages, broadcasting messages, and managing user profiles and rich menus. It is available as a preview version for experimental purposes and may not include complete functionality or comprehensive support. The server can be installed using npx or Docker, and requires a LINE Official Account with the Messaging API enabled.
Features
- Integration with LINE Messaging API for AI Agent communication.
- Support for sending and broadcasting text and flex messages.
- Management of user profiles and rich menus.
- Installation via npx or Docker.
- Preview version for experimental use.
Tools
- push_text_message: Push a simple text message to a user via LINE.
- push_flex_message: Push a highly customizable flex message to a user via LINE.
- broadcast_text_message: Broadcast a simple text message via LINE to all users.
- broadcast_flex_message: Broadcast a highly customizable flex message via LINE to all users.
- get_profile: Get detailed profile information of a LINE user.
- get_message_quota: Get the message quota and consumption of the LINE Official Account.
- get_rich_menu_list: Get the list of rich menus associated with your LINE Official Account.
- delete_rich_menu: Delete a rich menu from your LINE Official Account.
- set_rich_menu_default: Set a rich menu as the default rich menu.
- cancel_rich_menu_default: Cancel the default rich menu.