line-render-mcp
LINE Webhook + Remote MCP for Render
Этот сервис предоставляет две публичные конечные точки:
POST /callback— вебхук LINE Messaging API, защищённыйLINE_CHANNEL_SECRET.GET, POST, DELETE /mcp— конечная точка MCP Streamable HTTP, защищённая bearer-токеномMCP_API_KEY.
Возможности
Отправка текстовых сообщений LINE на User ID (
U...) или Group ID (C...).Отправка LINE Flex Messages.
Отображение квоты сообщений.
Получение группового вебхука и отображение Group ID, полученных с момента запуска сервиса.
Related MCP server: Python LINE MCP Server
Развёртывание на Render
Отправьте этот каталог в приватный репозиторий GitHub. Не добавляйте
.envв коммиты.В Render выберите New > Blueprint, укажите репозиторий и создайте сервис из
render.yaml.На вкладке Environment сервиса Render задайте:
CHANNEL_ACCESS_TOKENLINE_CHANNEL_SECRETDESTINATION_ID(необязательно)и храните сгенерированный
MCP_API_KEYв секрете.
После успешного развёртывания скопируйте публичный URL — он будет выглядеть так:
https://line-render-mcp.onrender.com.В LINE Developers Console > Messaging API:
укажите Webhook URL:
https://line-render-mcp.onrender.com/callback;нажмите Verify;
включите Use webhook;
включите Allow bot to join group chats, если нужна доставка сообщений в группы.
В рабочем пространстве ChatGPT Business создайте собственное приложение, указав конечную точку:
https://line-render-mcp.onrender.com/mcpНастройте его, чтобы оно отправлялоAuthorization: Bearer <MCP_API_KEY>, и включите только те инструменты, которые вам нужны.
Локальное тестирование
npm install
Copy-Item .env.example .env
# Fill the values in .env, then:
npm run devДля проверки вебхука используйте публичный HTTPS-туннель только во время разработки. В production используйте URL Render.
Меры безопасности
Никогда не помещайте токен доступа LINE или
MCP_API_KEYв исходный код, issue или публичный репозиторий.Держите репозиторий Render приватным.
MCP_API_KEYдаёт возможность отправлять сообщения LINE. При утечке немедленно выполните его ротацию.get_known_groupsсейчас хранит ID только в памяти процесса. Если вы полагаетесь на него при повторных развёртываниях или на нескольких экземплярах сервиса, используйте базу данных.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server for Sendbird — chat users, channels, members, and messages from your AI client.
Agent communication platform for agent to agent messaging via MCP. Messages, channels, skills.
MCP server for AI dialogue using various LLM models via AceDataCloud
A managed runtime for custom API integrations. Manage lines, endpoints, keys, logs and DLQ via MCP.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables AI assistants to send LINE messages, including text, stamps, Flex Messages, and check message quotas through the LINE Messaging API.1-
- FlicenseNot gradedqualityDmaintenanceEnables language models to read and analyze LINE Bot conversations through a standardized MCP interface. Supports text, sticker, and image messages with webhook event handling and message storage in JSON format.20-
- AlicenseAqualityDmaintenanceAI-powered MCP server for managing LINE Official Accounts. Send broadcasts, push messages, check analytics, manage rich menus — all through natural language via Claude, ChatGPT, or Cursor. 10 tools included: * Account info, friend count, message quota * Broadcast, push message, multicast * Delivery stats, user profiles, follower list * Rich menu management Supports 95M+ LINE users across Jap10MIT

LINE Bot MCP Serverofficial
AlicenseAqualityAmaintenanceMCP server that integrates the LINE Messaging API to enable AI agents to send messages and manage LINE Official Accounts.12767773Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pdasource/line-render-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server