74
/ 100
1 month ago
github_topic

short-url

简单易用的短链接生成工具,完全开源、免费、无需登录,可私有化部署,链接永久有效!

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: API_KEY. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 4 credentials: API_KEY, ENCRYPT_KEY, JWT_SECRET, REDIS_PASSWORD
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.
🔐 secretAPI_KEY"": "YOUR_API_KEY"
configAPI_ORIGIN"": "http://localhost:3001",
🔐 secretENCRYPT_KEY'short-url-encrypt-key' 密码加密密钥
configJWT_EXPIRES_IN'2h' JWT 过期时间
🔐 secretJWT_SECRET'short-url-jwt-secret' JWT 密钥
configPORT3001 服务端口
configREDIS_HOST127.0.0.1 Redis 服务 IP 地址,支持 IPv6
🔐 secretREDIS_PASSWORD
configREDIS_PORT6379 Redis 服务端口
configREDIS_USERNAME用户名,没有留空即可
// 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/fengzhongsen-short-url-1005oe)](https://m8ven.ai/mcp/fengzhongsen-short-url-1005oe)
commit: 9c53573fe11a67a884266684a19715f2ccd3c5d5
code hash: e0c0eb32c90a5258dc7679d36f02363e8c854c59d60c875a42a92535ab9b38fd
verified: 6/15/2026, 1:44:02 PM
view raw JSON →