36
/ 100
1 month ago
glama

Python LINE MCP Server

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.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 2 credentials: LINE_CHANNEL_SECRET, LINE_ACCESS_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretLINE_CHANNEL_SECRETyour_channel_secret
🔐 secretLINE_ACCESS_TOKENyour_access_token
configMESSAGES_FILEdata/messages.json
configSERVER_PORT"": "8000",
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 2 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/amornpan-py-mcp-line-115x3a)](https://m8ven.ai/mcp/amornpan-py-mcp-line-115x3a)
commit: 7b2f21e0c0f6bd1e1e243fe990cb053efdb321c2
code hash: 8e9fda7f521203d59258f186eb5473e3c40cd0a1332fd619c4e214264bf9849e
verified: 6/15/2026, 3:13:01 PM
view raw JSON →