← Back to Plugins
MCP Server MCP

io.github.smythmyke/govtoolspro-mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "govtoolspro-mcp-server",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from the GovToolsPro extension → Profile → API Keys tab. Format: gtp_live_... or gtp_test_...",
          "isRequired": true,
          "isSecret": true,
          "name": "GOVTOOLSPRO_API_KEY"
        },
        {
          "description": "Override the API base URL. Default: https://mcp.govtoolspro.com/api/v1/workflows",
          "name": "GOVTOOLSPRO_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...