mcpbeat Sign in

Govcontractscout MCP Server

by govcontractscout Your server? Claim it
local only

Govcontractscout MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.

MCP server exposing the GovContractScout US government contracts API to AI agents.

Installs / week
npm · govcontractscout-mcp
0
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Govcontractscout MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: GCS_API_KEY (GovContractScout API key (gcs_live_...) from https://scout.govbidportals.com/api-keys), GOVCONTRACTSCOUT_API_BASE (Optional: API base URL override (defaults to https://scout.govbidportals.com)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Govcontractscout MCP

same job, measured the same way
Backtest360
by backtest360

MCP server exposing the Backtest360 engine API as tools for AI agents.

311 installs/wk 20 tools answering
Untappd
by darrenjrobinson

MCP server exposing Untappd API tools for AI agents — full v4 read API coverage

54 installs/wk local only
Poldex
by lordolami

MCP server exposing PolDex commercial insurance extraction tools to AI agents.

17 installs/wk local only
Yourimageshare
by mediashareorg

MCP server exposing the YourImageShare upload API (upload/list/delete) as tools for AI agents.

22 installs/wk local only
Modern CLI MCP Server
by nacosolutions

MCP server exposing 104+ modern CLI tools for AI agents with JSON output.

local only
MCP Z3 Prover
by daedalus

MCP server exposing Z3 solver API

47 installs/wk local only
Gam Seller MCP Node
by juan-sibbo

Governed, read-only MCP server exposing Google Ad Manager inventory discovery to buyer agents

99 installs/wk local only
CAST Imaging MCP Server
by cast-extend

MCP server exposing CAST Imaging software architecture insights to AI agents

local only

Govcontractscout MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Govcontractscout MCP?
Govcontractscout MCP 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 govcontractscout-mcp.
How do I connect Govcontractscout MCP?
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 govcontractscout-mcp straight from npm; nothing to host, nothing to sign up for.
Is Govcontractscout MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.