Odel
govtoolspro mcp server

govtoolspro mcp server

Local
@smythmyke2TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmgovtoolspro-mcp-serverv0.1.3

Run

npx -y govtoolspro-mcp-server

MCP client config

{
  "mcpServers": {
    "govtoolspro-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "govtoolspro-mcp-server"
      ]
    }
  }
}