← Back to browse

govtoolspro-mcp-server

Indexed by io.github.smythmyke

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGOVTOOLSPRO_API_KEY GOVTOOLSPRO_API_BASE
Claude Code
claude mcp add --env GOVTOOLSPRO_API_KEY= --env GOVTOOLSPRO_API_BASE= govtoolspro-mcp-server -- npx govtoolspro-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"govtoolspro-mcp-server","command":"npx","args":["govtoolspro-mcp-server"],"env":{"GOVTOOLSPRO_API_KEY":"","GOVTOOLSPRO_API_BASE":""}}'
JSON
{
  "mcpServers": {
    "govtoolspro-mcp-server": {
      "command": "npx",
      "args": [
        "govtoolspro-mcp-server"
      ],
      "env": {
        "GOVTOOLSPRO_API_KEY": "",
        "GOVTOOLSPRO_API_BASE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.