Serversapp.scfcontrolsplatform/mcp-server-scf
S

app.scfcontrolsplatform/mcp-server-scf

app.scfcontrolsplatform/mcp-server-scf · v1.0.12
▦ npm
v1.0.12npm npm: mcp-server-scf↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "app.scfcontrolsplatform/mcp-server-scf",
  "description": "MCP server for the SCF Controls Platform — 72 tools for controls, evidence, risk, and TPRM.",
  "repository": {
    "url": "https://github.com/MarkAC007/mcp-server-scf",
    "source": "github"
  },
  "version": "1.0.12",
  "websiteUrl": "https://scfcontrolsplatform.com",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-server-scf",
      "version": "1.0.12",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your SCF Controls Platform API key. Generate at Settings > API Keys. Starts with the scf_ prefix.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SCF_API_KEY"
        },
        {
          "description": "Platform API endpoint. Defaults to https://uk.scfcontrolsplatform.app (UK data residency).",
          "format": "string",
          "default": "https://uk.scfcontrolsplatform.app",
          "name": "SCF_API_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}