74
/ 100
26 days ago
glama

baidu-pan-mcp-server

A development guide and reference implementation for building a custom Baidu Netdisk MCP server, enabling AI assistants to manage files and shares on Baidu Pan.

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
1 flow detected: BAIDU_APP_KEY. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 3 credentials: BAIDU_ACCESS_TOKEN, BAIDU_APP_KEY, BAIDU_SECRET_KEY
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.
🔐 secretBAIDU_ACCESS_TOKENexport =your_access_token
🔐 secretBAIDU_APP_KEYexport =your_app_key
🔐 secretBAIDU_SECRET_KEYexport =your_secret_key
// 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 4 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/xileforcly-baidu-pan-mcp-server-17sbku)](https://m8ven.ai/mcp/xileforcly-baidu-pan-mcp-server-17sbku)
commit: 4b32c8d36851c965c7ee50719950275c0f0f78c1
code hash: c64750f37ab889461470a672713c3829f525ed993b996b333c97361365253cdd
verified: 6/13/2026, 10:25:39 AM
view raw JSON →