3
/ 100
20 days ago
glama

Feishu Bridge

MCP server for Feishu that enables document management, calendar CRUD, and event scheduling via Streamable HTTP transport, deployed on Vercel with OAuth and JWT authentication.

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
🚨
Secret credentials may flow to a network call
2 flows detected: FEISHU_APP_SECRET. We can’t prove the destination matches the brand the credential belongs to.
🚨
Known vulnerabilities in dependencies: 1 critical, 8 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 5 credentials: AUTH_SECRET, FEISHU_APP_KEY, FEISHU_APP_SECRET, MCP_ACCESS_KEY, MCP_JWT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 critical8 high2 medium7 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalnext@15.5.0GHSA-9qr9-h5gf-34mp

Next.js is vulnerable to RCE in React flight protocol

highnext@15.5.0GHSA-267c-6grr-h53f

Next.js has a Middleware / Proxy bypass in App Router applications via segment-prefetch routes

highnext@15.5.0GHSA-26hh-7cqf-hhc6

Next.js has a Middleware / Proxy bypass in App Router applications via segment-prefetch routes - Incomplete Fix Follow-Up

highnext@15.5.0GHSA-36qx-fr4f-26g5

Next.js has a Middleware / Proxy bypass in Pages Router applications using i18n

highnext@15.5.0GHSA-492v-c6pp-mqqv

Next.js has a Middleware / Proxy bypass through dynamic route parameter injection

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretAUTH_SECRET使用 openssl rand -hex 32 分别生成 和 MCP_JWT_SECRET,写入 .env。两者不能相同,重启时也不要重新生成。
configAUTH_TRUST_HOST
configFEISHU_ADMIN_OPEN_IDS
configFEISHU_ALLOWED_OPEN_IDSou_reader1,ou_reader2
configFEISHU_APP_ID
🔐 secretFEISHU_APP_KEY
🔐 secretFEISHU_APP_SECRET
🔐 secretMCP_ACCESS_KEY
🔐 secretMCP_JWT_SECRET使用 openssl rand -hex 32 分别生成 AUTH_SECRET 和 ,写入 .env。两者不能相同,重启时也不要重新生成。
// 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/v1xingyue-feishu-bridge-mcp-1o7v6j)](https://m8ven.ai/mcp/v1xingyue-feishu-bridge-mcp-1o7v6j)
commit: 391d556882fd4a12e37d73c9195c78fead240d6b
code hash: db291230d3258be50261b83fe762da299bb3e2c83c8653cc4de2d918b7655a5e
verified: 7/11/2026, 8:22:29 AM
view raw JSON →