PluginBench
MCP Server

io.github.smythmyke/govtoolspro-mcp-server MCP Server

io.github.smythmyke/govtoolspro-mcp-server

What is the io.github.smythmyke/govtoolspro-mcp-server MCP server?

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

How to install io.github.smythmyke/govtoolspro-mcp-server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "govtoolspro-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "govtoolspro-mcp-server"
      ],
      "env": {
        "GOVTOOLSPRO_API_KEY": "<YOUR_GOVTOOLSPRO_API_KEY>",
        "GOVTOOLSPRO_API_BASE": "<YOUR_GOVTOOLSPRO_API_BASE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "govtoolspro-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "govtoolspro-mcp-server"
      ],
      "env": {
        "GOVTOOLSPRO_API_KEY": "<YOUR_GOVTOOLSPRO_API_KEY>",
        "GOVTOOLSPRO_API_BASE": "<YOUR_GOVTOOLSPRO_API_BASE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "govtoolspro-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "govtoolspro-mcp-server"
      ],
      "env": {
        "GOVTOOLSPRO_API_KEY": "<YOUR_GOVTOOLSPRO_API_KEY>",
        "GOVTOOLSPRO_API_BASE": "<YOUR_GOVTOOLSPRO_API_BASE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "govtoolspro-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "govtoolspro-mcp-server"
      ],
      "env": {
        "GOVTOOLSPRO_API_KEY": "<YOUR_GOVTOOLSPRO_API_KEY>",
        "GOVTOOLSPRO_API_BASE": "<YOUR_GOVTOOLSPRO_API_BASE>"
      }
    }
  }
}
Claude Code
claude mcp add govtoolspro-mcp-server --env GOVTOOLSPRO_API_KEY=<YOUR_GOVTOOLSPRO_API_KEY> --env GOVTOOLSPRO_API_BASE=<YOUR_GOVTOOLSPRO_API_BASE> -- npx -y govtoolspro-mcp-server

Related MCP servers

AI-powered keyword research, SEO audits, and AI-visibility scans via the JackpotKeywords REST API.

View repository →

MarkItUp AI image annotation and marketing-visual generator (variations, outpaint, bg-removal).

View repository →

Patent dossiers, prosecution, claims + a legal layer (PTAB, litigation, term) + AI risk. USPTO.

View repository →