{
  "entry": {
    "kind": "mcp",
    "slug": "minimax-mcp-server",
    "name": "MiniMax MCP Server",
    "vendor": "MiniMax",
    "description": "MiniMax's official server exposes text-to-speech, image generation, and video generation to agents, so a model can produce media assets as part of a workflow rather than describing them.\n\nCapabilities are outbound network access, credential access, and filesystem writes for generated files. The considerations are generation-shaped rather than access-shaped: an agent that can produce synthetic video and audio autonomously is a capability worth governing by policy, and generated files landing on disk should go somewhere predictable rather than wherever the agent chose.",
    "website": "https://www.minimax.io",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [
      "network:outbound",
      "credentials:access",
      "filesystem:write"
    ],
    "packaging": null,
    "configFiles": null,
    "category": null,
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 45,
      "band": "medium",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        },
        {
          "id": "high-risk-capabilities",
          "kind": "capability",
          "label": "2 high-risk capabilities: credentials:access, filesystem:write",
          "contribution": 20
        },
        {
          "id": "credential-theft-risk",
          "kind": "combination",
          "label": "Credential theft risk (high)",
          "description": "Filesystem write combined with credentials access can plant persistent credential stealers.",
          "contribution": 15
        }
      ],
      "dangerousCombos": [
        {
          "id": "credential-theft-risk",
          "name": "Credential theft risk",
          "description": "Filesystem write combined with credentials access can plant persistent credential stealers.",
          "capabilities": [
            "filesystem:write",
            "credentials:access"
          ],
          "severity": "high"
        }
      ]
    },
    "dangerousCombos": [
      {
        "id": "credential-theft-risk",
        "name": "Credential theft risk",
        "description": "Filesystem write combined with credentials access can plant persistent credential stealers.",
        "capabilities": [
          "filesystem:write",
          "credentials:access"
        ],
        "severity": "high"
      }
    ]
  }
}