Vanta's official remote MCP server — query controls, tests, vendors, vulnerabilities and policies across SOC 2 and ISO 27001, and remediate failing tests from your agent.
LINE Bot MCP Server
Summary
LINE's official MCP server for the Messaging API — push and broadcast text or Flex messages, build rich menus, read profiles, quota and follower IDs.
Features
- Push text and Flex messages to a specific user
- Broadcast text and Flex messages to every follower
- Create rich menus with up to six actions, image generated and uploaded
- List, delete, set and cancel the default rich menu
- Read user profiles and paginate follower IDs
- Check monthly message quota and consumption
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
This is LINE's own MCP server for driving a LINE Official Account from an agent. It wraps the Messaging API in twelve tools: pushing a plain text or Flex message to a specific user, broadcasting either kind to every follower, fetching a user's profile (display name, picture, status message, language), and checking the account's monthly message quota and current consumption.
Rich menus get first-class treatment, which is the part that is genuinely tedious to do by hand. create_rich_menu takes up to six actions — postback, message, URI, date/time picker, camera, camera roll, location, rich-menu switch or clipboard — then generates and uploads the menu image and sets it as default in one step. Listing, deleting, setting and cancelling the default menu are separate tools. get_follower_ids paginates through the users who have added the account, so a workflow can address people without a hand-maintained list.
Setup needs Node.js 22+, a LINE Official Account with the Messaging API enabled, and a long-lived channel access token in CHANNEL_ACCESS_TOKEN. A DESTINATION_USER_ID can be set as the default recipient for tools that take an optional userId.
LINE describes the repository as a preview release: functionality and support are not yet complete.
Related MCP Servers
Attio's official hosted MCP server — search, read and write your CRM records, lists, notes, tasks, meetings and emails from any MCP client over OAuth.
Fireflies.ai's official remote MCP server — 19 tools for searching meeting transcripts and summaries, pulling action items and analytics, and cutting soundbites from recorded calls.
ClickUp's official remote MCP server — around 40 tools across tasks, search, Docs, Chat and time tracking, over OAuth 2.1 with PKCE.