GovCon API for VS Code
io.github.govconapi/govconapi
53 tools over US federal procurement: SAM.gov, FPDS awards, entities, subawards, exclusions.
client:VS Code
transport:stdio
runtime:pypi
Install GovCon API in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "govconapi-key",
"description": "GOVCONAPI_KEY",
"password": true
}
],
"servers": {
"govconapi": {
"type": "stdio",
"command": "uvx",
"args": [
"govconapi-mcp"
],
"env": {
"GOVCONAPI_KEY": "${input:govconapi-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs