Skip to content

Isc Transforms

Free

by MCP Community

MCP server for SailPoint Identity Security Cloud (ISC) Transform authoring — scaffold, strict lint, catalog, and safe upsert to live tenants.

v1.0.23Added Apr 12, 2026
sailpointidentity-security-cloudisctransformsmcp
Works with:ClaudeGPTGeminiCopilot

Isc Transforms MCP Server

MCP server for SailPoint Identity Security Cloud (ISC) Transform authoring — scaffold, strict lint, catalog, and safe upsert to live tenants.

Installation

npx -y isc-transforms-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y isc-transforms-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "isc-transforms": {
      "command": "npx",
      "args": ["-y", "isc-transforms-mcp"]
    }
  }
}