Back to Browse

Software As Content Sdk MCP Server

Developer ToolsUse Caution4.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Give your AI agent the ability to respond with live, interactive apps that evolve.

About

Give your AI agent the ability to respond with live, interactive apps that evolve.

Security Report

4.0
Use Caution4.0High Risk

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.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

API key for the LLM provider (OpenRouter, Anthropic, OpenAI, etc.)Required

Environment variable: SAC_API_KEY

Custom API endpoint for OpenAI-compatible providersOptional

Environment variable: SAC_API_BASE

Override the default generation modelOptional

Environment variable: SAC_MODEL

Tavily API key for web search in generated appsRequired

Environment variable: SAC_SEARCH_API_KEY

How to Install

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"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Software As Content Sdk MCP Server - Give your AI agent the ability to respond with live, | MCP Marketplace