Server data from the Official MCP Registry
Give your AI agent the ability to respond with live, interactive apps that evolve.
Give your AI agent the ability to respond with live, interactive apps that evolve.
SaC SDK is an MCP server for generating interactive applications through agent conversations. The codebase shows reasonable architectural design with proper dependency management and no obvious malicious patterns. However, there are several security concerns: incomplete authentication in standalone mode, insufficient input validation on user intents, potential for code injection through unsafe iframe communication, and broad API/network permissions that could enable data exfiltration. The server accepts and renders arbitrary TSX code from agents without sufficient sandboxing validation, and the iframe-based execution model relies on postMessage for code updates without cryptographic verification. Supply chain analysis found 1 known vulnerability in dependencies. Package verification found 1 issue (1 critical, 0 high severity).
3 files analyzed · 14 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Set these up before or after installing:
Environment variable: SAC_API_KEY
Environment variable: SAC_API_BASE
Environment variable: SAC_MODEL
Environment variable: SAC_SEARCH_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"ai-dynsoft-sac": {
"env": {
"SAC_MODEL": "your-sac-model-here",
"SAC_API_KEY": "your-sac-api-key-here",
"SAC_API_BASE": "your-sac-api-base-here",
"SAC_SEARCH_API_KEY": "your-sac-search-api-key-here"
},
"args": [
"sac-sdk"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.