Skip to main content
Glama
pdasource

line-render-mcp

by pdasource

LINE Webhook + Remote MCP para Render

Este servicio tiene dos endpoints públicos:

  • POST /callback — webhook de LINE Messaging API, protegido por LINE_CHANNEL_SECRET.

  • GET, POST, DELETE /mcp — endpoint MCP de Streamable HTTP, protegido por MCP_API_KEY como token bearer.

Qué puede hacer

  • Enviar mensajes de texto de LINE a un ID de usuario (U...) o ID de grupo (C...).

  • Enviar mensajes Flex de LINE.

  • Reportar la cuota de mensajes.

  • Recibir un webhook de grupo y exponer los IDs de grupo recibidos desde que el servicio se inició.

Related MCP server: Python LINE MCP Server

Desplegar en Render

  1. Sube este directorio a un repositorio de GitHub privado. No hagas commit de .env.

  2. En Render, selecciona New > Blueprint, elige el repositorio y crea el servicio a partir de render.yaml.

  3. En la pestaña Environment del servicio de Render, configura:

    • CHANNEL_ACCESS_TOKEN

    • LINE_CHANNEL_SECRET

    • DESTINATION_ID (opcional)

    • mantén la MCP_API_KEY generada en privado.

  4. Cuando el despliegue se complete, copia la URL pública. Tendrá un formato similar a https://line-render-mcp.onrender.com.

  5. En LINE Developers Console > Messaging API:

    • define el Webhook URL en https://line-render-mcp.onrender.com/callback;

    • haz clic en Verify;

    • activa Use webhook;

    • si necesitas envíos a grupos, activa Allow bot to join group chats.

  6. En un espacio de trabajo de ChatGPT Business, crea una aplicación personalizada con el endpoint: https://line-render-mcp.onrender.com/mcp Configúrala para que envíe Authorization: Bearer <MCP_API_KEY> y habilita únicamente las herramientas que quieras.

Prueba local

npm install
Copy-Item .env.example .env
# Fill the values in .env, then:
npm run dev

Para probar el webhook, usa un túnel HTTPS público solo durante el desarrollo. En producción, usa la URL de Render.

Notas de seguridad

  • Nunca pongas el token de acceso de LINE ni la MCP_API_KEY en código fuente, en un issue ni en un repositorio público.

  • Mantén privado el repositorio de Render.

  • MCP_API_KEY permite enviar mensajes de LINE. Si queda expuesta, cámbiala de inmediato.

  • get_known_groups actualmente solo almacena los IDs en la memoria del proceso. Usa una base de datos antes de confiar en ella entre redespliegues o varias instancias del servicio.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to send LINE messages, including text, stamps, Flex Messages, and check message quotas through the LINE Messaging API.
    1
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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
  • A
    license
    A
    quality
    D
    maintenance
    AI-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 Jap
    10
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    MCP server that integrates the LINE Messaging API to enable AI agents to send messages and manage LINE Official Accounts.
    12
    1,252
    771
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • MCP server for AI dialogue using various LLM models via AceDataCloud

  • Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.

  • Linear MCP — wraps the Linear GraphQL API (OAuth)

View all MCP Connectors

Latest Blog Posts

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