line-render-mcp
Render 向け LINE Webhook + Remote MCP
このサービスには2つの公開エンドポイントがあります:
POST /callback— LINE Messaging API の webhook。LINE_CHANNEL_SECRETで保護されています。GET, POST, DELETE /mcp— Streamable HTTP のMCPエンドポイント。MCP_API_KEYを Bearer トークンとして使用して保護されています。
できること
User ID(
U...)または Group ID(C...)に LINE テキストメッセージを送信できます。LINE Flex Messages を送信できます。
メッセージの送信枠(quota)を報告します。
グループ Webhook を受信し、サービス起動後に受信した Group ID を公開します。
Related MCP server: Python LINE MCP Server
Render へのデプロイ
このディレクトリをプライベートな GitHub リポジトリにプッシュします。
.envはコミットしないでください。Render で New > Blueprint を選択し、リポジトリを選択して、
render.yamlからサービスを作成します。Render サービスの Environment タブで、以下を設定します:
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/mcpAuthorization: Bearer <MCP_API_KEY>を送信するように設定し、必要なツールだけを有効にしてください。
ローカルテスト
npm install
Copy-Item .env.example .env
# Fill the values in .env, then:
npm run devWebhook のテストでは、開発中のみ公開 HTTP トンネルを使用してください。本番では Render の URL を使用します。
セキュリティに関する注意
LINE アクセストークンや
MCP_API_KEYを、ソースコード、issue、公開リポジトリに絶対に含めないでください。Render のリポジトリはプライベートに保ってください。
MCP_API_KEYは LINE メッセージを送信できる権限を持っています。漏えいした場合はすぐに再発行してください。get_known_groupsは現在、ID をプロセスのメモリ内にのみ保存します。再デプロイや複数のサービスインスタンスをまたぐ場合は、データベースを導入してから使用してください。
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 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.121,252771Apache 2.0
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)
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