Govtoolspro
About
Workflow tools for US federal contractors over MCP — go/no-go scoring, incumbent intelligence, teaming-partner search, recompete prediction, Navy NECO lookup, and SAM.gov solicitation retrieval. Returns synthesized
Details
- Author
- smythmyke
- Downloads
- 244
- Categories
- Other
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
GovtoolsproCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
{
"mcpServers": {
"govtoolspro": {
"command": "npx",
"args": [
"-y",
"govtoolspro-mcp-server"
],
"env": {
"GOVTOOLSPRO_API_KEY": "gtp_live_YOUR_KEY_HERE"
}
}
}
}
balance
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.
get_solicitation
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.
score_go_no_go
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.
find_incumbents
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).
find_partners_near
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.
predict_recompete
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.
lookup_neco_data
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.
lookup_labor_rates
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.
analyze_award_patterns
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.
analyze_market
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"govtoolspro": {
"govtoolspro": {
"command": "npx",
"args": [
"-y",
"govtoolspro-mcp-server"
],
"env": {
"GOVTOOLSPRO_API_KEY": "gtp_live_YOUR_KEY_HERE"
}
}
}
}
}
McpServers
{
"govtoolspro": {
"command": "npx",
"args": [
"-y",
"govtoolspro-mcp-server"
],
"env": {
"GOVTOOLSPRO_API_KEY": "gtp_live_YOUR_KEY_HERE"
}
}
}
GovToolsPro MCP Server
Workflow tools for US federal contractors — decisions, not raw data. Works in Claude Code, Claude Desktop, Cursor, Cline, and any MCP client. ## Tools (7) - balance — credit balance + subscription status - get_solicitation — notice ID / solicitation number → structured SAM.gov fields - score_go_no_go — GO/NO-GO scoring (0–100) vs. a company profile, with hard-blocker detection - find_incumbents — incumbent intelligence via USAspending + FPDS - find_partners_near — nearby teaming partners by proximity - predict_recompete — discover expiring contracts (recompete opportunities) - lookup_neco_data — parse Navy NECO solicitations ## Install npx -y govtoolspro-mcp-server Requires aGOVTOOLSPRO_API_KEY from the GovToolsPro Chrome extension's Admin tab.Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



