mcpbeat Sign in

GovWait MCP Server

by artwisdom Your server? Claim it
local only

GovWait runs on your own machine — the client starts it, so there is no endpoint to ping. 110 installs a week from npm. Last commit 21 Sep 2026.

Source-backed government processing times with current values, history, comparisons, and provenance.

Installs per day peak 110 · avg 3
a month agotoday
110
Installs / week
npm · govwait-mcp
0
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
custom licence
License
JavaScript

What the code does

We read the source, 9 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.

  const d = JSON.parse(readFileSync(path.join(API, f), 'utf8')); checked++;
Runs an external command machine/mcp-server/smoke-test.mjs:13
const server = spawn(process.execPath, [serverEntry], {

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 govwait -- npx -y govwait-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "govwait": {
      "args": [
        "-y",
        "govwait-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.govwait]
command = "npx"
args = ["-y", "govwait-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "govwait": {
      "args": [
        "-y",
        "govwait-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "govwait": {
      "args": [
        "-y",
        "govwait-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to GovWait

same job, measured the same way
Rithmo
by rithmo

AI agent governance with resolved business context, current decisions, provenance, and supersession.

answering
Git.Top
by haocn-ops

Evidence-backed open-source project search, recommendations, alternatives, and comparisons.

5 tools answering
fipeX MCP
by com-fipex

Brazilian FIPE vehicle reference prices: search, current price, history and comparison. Keyless.

4 tools answering
Sorqen
by ifan6oy

Sportsbook-derived no-vig fair value with confidence, provenance, and history over REST/MCP.

10 tools answering
SpineFrame
by ratnaditya-j

Governance runtime for AI agents with signed provenance, compliance audits, and OSINT.

4 installs/wk local only
Commerce
by lmk

Cross-merchant product search with real price history, comparisons, and demand signals.

13 tools answering
Agentrank MCP
by saviodamato

Find real, verifiable businesses with provenance and source URLs - for AI agents.

90 installs/wk local only
Cork & Curve wine travel
by corkandcurve

Verified wineries and wine bars in 31 regions with provenance, wine festivals, tours and stays.

10 tools answering

GovWait — questions

Answers built from our own checks of this server.

Why is there no uptime for GovWait?
GovWait 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 govwait-mcp was installed 110 times last week.
How do I connect GovWait?
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 govwait-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use GovWait?
The npm package govwait-mcp was installed 110 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is GovWait open source?
No, and the distinction matters: it ships its own licence file rather than a standard open-source licence. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.