Back to Browse

Infraveil MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Govern your backend control plane from your AI agent - signed, human-approval-gated.

About

Govern your backend control plane from your AI agent - signed, human-approval-gated.

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-designed, security-conscious MCP server with strong authentication and authorization controls. The codebase implements bidirectional HMAC-SHA256 request signing, response verification, and a human-approval gate for mutations. Credentials are properly handled via environment variables or agent file parsing rather than hardcoding. Minor code quality issues (broad exception handling, lack of input validation on some parameters) do not significantly impact the security posture. The server's permissions align appropriately with its purpose as a control-plane gateway. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

7 files analyzed · 8 issues 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.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

What You'll Need

Set these up before or after installing:

Control-plane base URL, e.g. https://api.infraveil.comOptional

Environment variable: INFRAVEIL_BASE_URL

Your Infraveil client id (same one the agent uses)Optional

Environment variable: INFRAVEIL_CLIENT_ID

The agent id this MCP server speaks forOptional

Environment variable: INFRAVEIL_AGENT_ID

The agent's existing token; used to sign requests. Never minted here.Required

Environment variable: INFRAVEIL_AGENT_TOKEN

Alternative to the four vars above: path to your rendered agent source; ids and token are read from it.Optional

Environment variable: INFRAVEIL_AGENT_FILE

Verify the control plane's response signatures (default on). Set 0 only for debugging.Optional

Environment variable: INFRAVEIL_VERIFY_RESPONSES

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-infraveilhq-control-plane": {
      "env": {
        "INFRAVEIL_AGENT_ID": "your-infraveil-agent-id-here",
        "INFRAVEIL_BASE_URL": "your-infraveil-base-url-here",
        "INFRAVEIL_CLIENT_ID": "your-infraveil-client-id-here",
        "INFRAVEIL_AGENT_FILE": "your-infraveil-agent-file-here",
        "INFRAVEIL_AGENT_TOKEN": "your-infraveil-agent-token-here",
        "INFRAVEIL_VERIFY_RESPONSES": "your-infraveil-verify-responses-here"
      },
      "args": [
        "infraveil-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!