mcpbeat Sign in

Govtoolspro MCP Server

local only

Govtoolspro MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from npm. Last commit 12 Jun 2026.

Workflow tools for federal contractors: go/no-go scoring, incumbent intel, recompete, NECO.

Installs per day peak 29 · avg 10 · -11% w/w
a month agotoday
53
Installs / week
npm · govtoolspro-mcp-server
2
Stars
0 open issues
12 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

Secret passed into the image build Dockerfile:48
# Placeholder so build/CI validators can complete the protocol handshake. The
# server uses lazy config and starts without a real key; any actual tool call
# requires the user's GOVTOOLSPRO_API_KEY (supplied at runtime) and would fail
# auth at the backend otherwise. ToolHive in…

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

This one needs environment variables set before it will start: GOVTOOLSPRO_API_KEY (API key from the GovToolsPro extension → Profile → API Keys tab. Format: gtp_live_... or gtp_test_...), GOVTOOLSPRO_API_BASE (Override the API base URL. Default: https://mcp.govtoolspro.com/api/v1/workflows). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Govtoolspro MCP Server

same job, measured the same way
VibeSEO
by vibeseo

SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.

answering
Rocket Plus MCP
by crypto-goatz

56+ AI tools for CRM, content, workflows, SkillForge & marketing automation.

50 installs/wk local only
Meertrack
by meertrack

Competitive intelligence - track what competitors ship each week. 8 tools, 3 prompt workflows.

107 installs/wk answering
PrismHR MCP
by nikulk2992-jpg

Open-source MCP server for PrismHR. PEO workflow tools + Microsoft 365 connectors.

267 installs/wk local only
Algolia Productivity
by algolia

Connect LLM tools to your Algolia account with user-scoped access for internal workflows.

answering
Yieldagentx402
by fabio662

Policy-gated x402 MCP for agent workflows with TEE receipts, 18 tools, and no custody.

82 installs/wk local only
Instalent MCP
by instalent

Recruiting tools for candidate sourcing, enrichment, ATS workflows, campaigns, and outreach.

answering
Accelerators
by s2tconsulting

36 tools for AWS infrastructure, security compliance, AI workflows, and ACI governance.

51 installs/wk local only

Govtoolspro MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Govtoolspro MCP Server?
Govtoolspro 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 govtoolspro-mcp-server was installed 53 times last week.
How do I connect Govtoolspro 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 govtoolspro-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Govtoolspro MCP Server?
The npm package govtoolspro-mcp-server was installed 53 times in the last week. Week over week that is -11%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Govtoolspro MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 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.