Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.smythmyke/govtoolspro-mcp-server

NPM · GOVTOOLSPRO-MCP-SERVER · SCANNED AUG 3

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

+19 this week 63 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability68
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1633 tokens (~163/item across 10 items; 10 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · govtoolspro-mcp-server

# add to Claude Code
claude mcp add smythmyke-govtoolspro-mcp-server -- npx -y govtoolspro-mcp-server
# add to Codex CLI
codex mcp add smythmyke-govtoolspro-mcp-server -- npx -y govtoolspro-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "smythmyke-govtoolspro-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "govtoolspro-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add smythmyke-govtoolspro-mcp-server --command npx --arg -y --arg govtoolspro-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  smythmyke-govtoolspro-mcp-server:
    command: "npx"
    args: ["-y", "govtoolspro-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "smythmyke-govtoolspro-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "govtoolspro-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +58
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Security disclosure: fail → unverified functional
    • Schema quality: unverified → excellent functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 −14
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 44

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 10 exposed · ~1,633 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
analyze_award_patterns ~131

Analyze how contracts in a NAICS are typically awarded: award-size distribution, competition mix (full & open / limited / sole-source), bid intensity (single-bid rate, expected bidders), contract vehicles, and pricing types. From public USAspending + FPDS data. Costs 3 credits.

NameTypeReqDescription
naicsCodestringyesNAICS code (required).
pscCodestringOptional PSC code to narrow the analysis.
statestringOptional 2-letter place-of-performance state filter.
yearsnumberLookback in years (default ~3).
NameTypeReqDescription
awardSizeDistributionarray
bidStatisticsobject|null
competitionobject|null
contractVehiclesarray
pricingTypesarray

No examples provided.

analyze_market ~112

Full market-intelligence snapshot for a NAICS: 5-year federal spending trend, industry size (Census), top contractors with market share + HHI concentration, set-aside distribution, geographic distribution, and contract-vehicle usage. From public USAspending + Census data. Costs 5 credits.

NameTypeReqDescription
naicsCodestringyesNAICS code (required).
pscCodestringOptional PSC code for sharper competitor filtering.
setAsidestringOptional set-aside context.
NameTypeReqDescription
concentrationobject|null
contractVehiclesarray
federalSharePctnumber|null
geographicDistributionarray
industryContextobject|null
recentLargeAwardsarray
setAsideDistributionarray
spendingTrendarray
topContractorsarray

No examples provided.

balance ~44

Return the current GovToolsPro credit balance and subscription status for the authenticated account. Free — exercises auth end-to-end. The extension and the API draw from the same shared credit pool.

Input schema present but exposes no named parameters.

NameTypeReqDescription
balancenumberyesCurrent total credit balance.
subscriptionobject|nullActive subscription, or null if none.
subscriptionCreditsnumberCredits from the active subscription.
topupCreditsnumberCredits purchased as one-off top-ups.
totalPurchasednumberLifetime credits purchased.
totalUsednumberLifetime credits consumed.

No examples provided.

find_incumbents ~211

Identify the likely current incumbent(s) for a solicitation using public USAspending + FPDS award data. Returns the primary incumbent (name, award value, period of performance), FPDS competition signals (offers received, set-aside, sole-source flags), and an anticipated next-award start date. Deterministic, free. FPDS failures degrade gracefully (USAspending half stays intact).

NameTypeReqDescription
anticipatedStartDatestringISO date overriding the responseDeadline-based anticipated-start calculation.
fpdsMaxResultsnumberMax FPDS contracts (default 50, max 100).
limitnumberMax USAspending contracts (default 50, max 100).
solicitationobjectyesSolicitation context. naicsCode is REQUIRED. Optional: pscCode, agency, subAgency, office, placeOfPerformance, title, responseDeadline.
yearsnumberUSAspending lookback in fiscal years (default 5, max 10).
NameTypeReqDescription
anticipatedStartDatestring
fpdsErrorstring|null
fpdsResultsnumber
otherIncumbentsarray
primaryIncumbentobject|null
usaspendingResultsnumber

No examples provided.

find_partners_near ~155

Find potential teaming partners / subcontractors near a solicitation's place of performance via Google Places. Given a capability keyword and a geocodable address, returns nearby businesses ranked by proximity, enriched (top results) with phone and website. Deterministic, free. Verify capabilities, certifications, and eligibility independently before relying on results.

NameTypeReqDescription
addressstringyesPlace of performance — any geocodable string, e.g. 'Arlington, VA' or a full street address.
keywordstringyesIndustry/capability term, e.g. 'IT support', 'electrical contractor', 'janitorial services'.
radiusnumberSearch radius in miles (default 25, max 100).
NameTypeReqDescription
businessesarrayyes
placeOfPerformanceobject
totalResultsnumberyes

No examples provided.

get_solicitation ~218

Retrieve a single SAM.gov solicitation's structured fields by notice ID (or, best-effort, by solicitation number). Returns title, solicitation number, type, NAICS, PSC, set-aside, place of performance, response deadline (with timezone), points of contact, description, and attachment download links. Deterministic, free — pulls from SAM.gov's public opportunity records. This is the entry point for a workflow: feed the returned fields into score_go_no_go, find_incumbents, or find_partners_near.

NameTypeReqDescription
includeAttachmentsbooleanInclude attachment download links (default true). Set false to skip the extra lookup.
noticeIdstring32-character hex SAM.gov notice ID (the ID in a sam.gov/opp/<id>/view URL). Primary, most reliable input.
solicitationNumberstringSolicitation number (e.g. '140P6026Q0003'). Best-effort fallback — resolved via SAM.gov search; provide noticeId when you have it.
NameTypeReqDescription
archiveDatestring
archivedboolean
attachmentsarray
cancelledboolean
descriptionstring
linkstring
modifiedDatestring
naicsCodestring
naicsCodesarray
noticeIdstringyes
placeOfPerformanceobject|null
pointOfContactarray
postedDatestring
pscCodestring
responseDeadlinestring
responseTimeZonestring
setAsidestring
solicitationNumberstring
titlestringyes
typestring
typeLabelstring

No examples provided.

lookup_labor_rates ~132

Benchmark federal labor rates for a NAICS code and/or a specific labor category. Returns GSA CALC awarded ceiling rates (min/median/max by category) plus BLS OEWS wage data with a +55% government wrap (loaded hourly) estimate. Free. Public GSA + BLS data — verify allowable rates against the RFP.

NameTypeReqDescription
laborCategorystringSpecific labor category for a direct GSA search, e.g. 'program manager', 'software engineer'.
naicsCodestringNAICS code — maps to GSA labor categories + BLS SOC occupations.
NameTypeReqDescription
blsWagesarrayyes
gsaRatesarrayyes
summaryobject

No examples provided.

lookup_neco_data ~181

Fetch and parse a Navy NECO (Navy Electronic Commerce Online) solicitation page into structured data — solicitation number, title, response deadline, NSN/line items, buyer contact, set-aside, and document links. Deterministic scrape of the public neco.navy.mil site, free. No other govcon MCP exposes NECO data. Pass the full NECO URL when you have it (most reliable); solicitationNumber alone is best-effort.

NameTypeReqDescription
hkeystringOptional NECO hkey — improves solicitationNumber resolution.
necoUrlstringFull NECO solicitation URL (https://www.neco.navy.mil/...). Primary, most robust input.
solicitationNumberstringNavy solicitation number. Best-effort — the main NECO page may require an hkey to resolve.
NameTypeReqDescription
dataobject
requestedUrlstringyes
summaryobjectyes

No examples provided.

predict_recompete ~196

Discover federal contracts expiring within a window (recompete opportunities) via public USAspending data, optionally enriched with procurement-history signals (all-options-exercised, offers received, set-aside, competition type). Filter by NAICS, PSC, state, value, and keywords. Returns contracts with days-until-expiration and urgency. Deterministic, free. Expiration/option signals reflect reported data and may lag.

NameTypeReqDescription
enrichbooleanEnrich top results with procurement history (default true).
enrichCountnumberHow many to enrich (default 10, max 25).
filtersobjectAll optional. Narrow the recompete search.
limitnumberResults per page (default 25, max 100).
pagenumberPage number (default 1).
sortOrderstringSort by End Date (default 'desc').
NameTypeReqDescription
contractsarrayyes
hasMoreboolean
totalCountnumberyes

No examples provided.

score_go_no_go ~253

Score a federal solicitation as GO / NO-GO (0-100) against a company profile. Detects hard blockers (CMMC certification gaps, geographic/OEM constraints, set-aside ineligibility), scores NAICS match, past performance, and capability fit, and returns a recommendation with red flags and reasons. Deterministic decision-support — no AI, free. Pass the analyzed solicitation documents (from your extension or an analyze-solicitation step) plus your company profile.

NameTypeReqDescription
documentAnalysesarrayyesAnalyzed solicitation documents (required, at least one). Each item is the structured analysis of a solicitation document (summary, classification with naicsCode/setAside, valueAndScope with placeOfP…
incumbentDataobjectOptional incumbent context, e.g. { primaryIncumbent } from find_incumbents.
profileobjectCompany profile to score against: company (legalName, address.state), industryCodes.primaryNaics, businessTypes (smallBusiness, sdvosb, ...), capabilities (coreCompetencies, cmmcStatus.level).
solicitationDataobjectOptional extra solicitation context, e.g. { responseDeadline }.
NameTypeReqDescription
blockersarray
categoryScoresobject
reasonsarray
recommendationstringyesGO / NO-GO / REVIEW.
scorenumberyes0-100 fit score.

No examples provided.