McpMux
Back to Registry

FinalApproval (npx) MCP Server

Community

Contributed by FinalApproval

Human-in-the-loop approval gate for AI agents. Your agent calls submit_approval before any irreversible action; a human reviews on a branded page and a signed webhook fires back with the decision.

About the FinalApproval (npx) MCP Server

The FinalApproval (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Human-in-the-loop approval gate for AI agents. Your agent calls submit_approval before any irreversible action; a human reviews on a branded page and a signed webhook fires back with the decision. This is a community-contributed MCP server by FinalApproval.

Install the FinalApproval (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@finalapproval/mcp-server"
  ],
  "env": {
    "FINALAPPROVAL_API_KEY": "${input:FINALAPPROVAL_API_KEY}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "FINALAPPROVAL_API_KEY",
        "label": "FinalApproval API Key",
        "description": "Channel API key from your FinalApproval workspace (starts with fa_).",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "fa_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
        "obtain": {
          "url": "https://finalapproval.ai",
          "instructions": "1. Sign up at finalapproval.ai\n2. Create a channel\n3. Copy the channel API key (starts with fa_)",
          "button_label": "Get API Key"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

approvalhuman-in-the-loopagent-safetywebhookgovernance

Supported AI Clients

The FinalApproval (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install FinalApproval (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.