MCP Server
MCP
io.github.smythmyke/govtoolspro-mcp-server
Workflow tools for federal contractors: go/no-go scoring, incumbent intel, recompete, NECO.
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
By
Comments
Sign in to leave a comment