mcpbeat Sign in

Vantagate MCP Server

local only

Vantagate MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 67 installs a week from npm. Last commit 5 May 2026.

VantaGate MCP Server & OpenAPI integration - Human-in-the-Loop for AI Agents

Installs per day peak 22 · avg 13 · +12% w/w
a month agotoday
67
Installs / week
npm · @vantagate/mcp-server
1
Stars
0 open issues
5 May 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Sends data to a third-party sink src/index.ts:103
        "Obtain from Dashboard → 'Add to Slack'. Must start with https://hooks.slack.com/"

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vantagate-mcp-server -- npx -y @vantagate/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vantagate-mcp-server": {
      "args": [
        "-y",
        "@vantagate/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vantagate-mcp-server]
command = "npx"
args = ["-y", "@vantagate/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "vantagate-mcp-server": {
      "args": [
        "-y",
        "@vantagate/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vantagate-mcp-server": {
      "args": [
        "-y",
        "@vantagate/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VANTA_API_KEY (Your VantaGate API Key (Format: vg_123...)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vantagate MCP Server

same job, measured the same way
Whatsapp MCP
by meharajm

WhatsApp MCP Server - Human-in-the-loop for AI agents via WhatsApp

68 installs/wk local only
Impri
by sekera-radim

Impri MCP server — human-in-the-loop approval inbox for AI agents

37 installs/wk local only
Redmine
by vfa-khuongdv

MCP server for Redmine API integration with AI agents.

62 installs/wk local only
MCP Backlog
by vfa-khuongdv

MCP server for Backlog API integration with AI agents.

30 installs/wk local only
Hootsuite
by asklokesh

MCP server for Hootsuite API integration

47 installs/wk local only
Chanty
by asklokesh

MCP server for Chanty API integration

63 installs/wk local only
Harness
by asklokesh

MCP server for Harness API integration

52 installs/wk local only
Tableau
by asklokesh

MCP server for Tableau API integration

51 installs/wk local only

Vantagate MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Vantagate MCP Server?
Vantagate MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @vantagate/mcp-server was installed 67 times last week.
How do I connect Vantagate MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @vantagate/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Vantagate MCP Server?
The npm package @vantagate/mcp-server was installed 67 times in the last week. Week over week that is +12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vantagate MCP Server open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.