Submit

Govtoolspro

@Michael Smith

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 decisions, not raw data.
Overview

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 a GOVTOOLSPRO_API_KEY from the GovToolsPro Chrome extension's Admin tab.

Server Config

{
  "mcpServers": {
    "govtoolspro": {
      "command": "npx",
      "args": [
        "-y",
        "govtoolspro-mcp-server"
      ],
      "env": {
        "GOVTOOLSPRO_API_KEY": "gtp_live_YOUR_KEY_HERE"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server