Line Bot MCP Server
UnclaimedMCP server that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (19)
actions
(array): The actions of the rich menu. You can specify minimum 1 to maximum 6 actions. Each action can be one of the following types:
camera
For opening the camera
cameraRoll
For opening the camera roll
chatBarText
(string): Text displayed in chat bar, also used as rich menu name.
clipboard
For copying text to clipboard
datetimepicker
For opening a date/time picker
limit
(number?): The maximum number of user IDs to retrieve in a single request.
location
For sending the current location
message
For sending a text message
message.altText
(string): Alternative text shown when flex message cannot be displayed.
message.contents
(any): The contents of the flex message. This is a JSON object that defines the layout and components of the message.
message.contents.type
(enum): Type of the container. 'bubble' for single container, 'carousel' for multiple swipeable bubbles.
message.text
(string): The plain text content to send to the user.
postback
For sending a postback action
richMenuId
(string): The ID of the rich menu to delete.
richmenuswitch
For switching to another rich menu
start
(string?): Continuation token to get the next array of user IDs. Returned in the next property of a previous response.
uri
For opening a URL
userId
(string?): The user ID to receive a message. Defaults to DESTINATIONUSERID. Either userId or DESTINATIONUSERID must be set.