HomeFinance › govtoolspro-mcp-server

govtoolspro-mcp-server

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

TypeScript Cloud
★ 2 stars Last pushed 2026-09-04 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.3)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "govtoolspro-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "GOVTOOLSPRO_API_KEY": "<YOUR_VALUE>",
        "GOVTOOLSPRO_API_BASE": "<YOUR_VALUE>"
      }
    }
  }
}
  • GOVTOOLSPRO_API_KEY required secret — 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

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry