Back to Browse

Scf MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for the SCF Controls Platform — 135 tools for controls, evidence, risk, and TPRM.

About

MCP server for the SCF Controls Platform — 135 tools for controls, evidence, risk, and TPRM.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (3 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 1 issue 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.

What You'll Need

Set these up before or after installing:

Your SCF Controls Platform API key. Generate in your self-hosted instance at Settings > API Keys. Starts with the scf_ prefix.Required

Environment variable: SCF_API_KEY

Base URL of your self-hosted SCF Controls Platform instance (e.g. http://localhost:8000). Required — the platform is self-hosted; there is no hosted default.Optional

Environment variable: SCF_API_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "app-scfcontrolsplatform-mcp-server-scf": {
      "env": {
        "SCF_API_KEY": "your-scf-api-key-here",
        "SCF_API_URL": "your-scf-api-url-here"
      },
      "args": [
        "-y",
        "mcp-server-scf"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!