The plugin is designed with an enterprise-grade security architecture, with specific protection measures including:
- voucher encryption: All API keys and login information are encrypted and stored via the PBKDF2 algorithm, and the local credential repository is isolated at the hardware level (e.g. Keychain for Mac).
- least authority principle (LAP): Only necessary parameters (e.g. code snippets) are transmitted when the tool is called, and they are transmitted over a TLS 1.3 encrypted channel, which does not reveal the overall structure of the project.
- Certification Agent Mechanism: The actual tool invocation is done through the plug-in's authentication middleware, and the original user credentials are not sent directly to the third-party service.
- Audit log: All tool call logs are generated as timestamped logs and can be accessed by the user at any time in the"Security Center"View the operation history.
In terms of compliance, MCP Jetpack is SOC2 Type II certified and supports GDPR data deletion requests, 用户可通过support@mcpjetpack.com申请完全清除数据.
This answer comes from the articleMCP Jetpack: an automated MCP plugin for fast connection to AI toolsThe