
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@alipay/open-mcp-server
Advanced tools
基于 Model Context Protocol (MCP) 的支付宝开放平台MCP服务,支持将远程支付宝官方MCP SSE服务代理到本地stdio服务,并提供支付宝身份认证功能。
| 命令行参数 | 环境变量 | 类型 | 默认值 | 必填 | 描述 |
|---|---|---|---|---|---|
--env | AP_CURRENT_ENV | string | 'prod' | ❌ | 运行环境: 'prod' 或 'sandbox' |
--appId | AP_APP_ID | string | - | ✅ | 开放平台注册的应用 ID |
--appPrivateKey | AP_APP_KEY | string | - | ✅ | 应用受限私钥 PKCS#8 格式 |
--appAuthToken | AP_INVOKE_AUTH_TOKEN | string | - | ❌ | 支付宝应用授权令牌 |
--logLevel | LOG_LEVEL | string | 'info' | ❌ | 日志级别: 'debug', 'info', 'none' |
--logEnabled | AP_LOG_ENABLED | boolean | true | ❌ | 是否启用本地文件日志记录 |
找到 Claude Desktop 配置文件:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json编辑配置文件,添加 MCP 服务器配置:
{
"mcpServers": {
"alipay-mcp": {
"command": "npx",
"args": [
"-y",
"@alipay/open-mcp-server",
"--appId", "2021000123456789",
"--appPrivateKey", "MIIEpAIBAAKCAQEA..."
]
}
}
}
完整配置
{
"mcpServers": {
"alipay-mcp": {
"command": "npx",
"args": [
"-y",
"@alipay/open-mcp-server",
"--appId", "2021000123456789",
"--appPrivateKey", "MIIEpAIBAAKCAQEA...",
"--appAuthToken", "应用授权令牌,第三方应用代调用时需要设置的 ",
"--logLevel", "info",
"--logEnabled", "true,开启日志打印"
]
}
}
}
日志文件默认保存在:
~/mcp-server-alipay.log如有问题,可通过以下方式获取支持:
FAQs
alipay openplatform mcp server
The npm package @alipay/open-mcp-server receives a total of 3 weekly downloads. As such, @alipay/open-mcp-server popularity was classified as not popular.
We found that @alipay/open-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.