GovCon API for Grok
io.github.govconapi/govconapi
53 tools over US federal procurement: SAM.gov, FPDS awards, entities, subawards, exclusions.
client:Grok
transport:stdio
runtime:pypi
Install GovCon API in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"govconapi": {
"type": "stdio",
"command": "uvx",
"args": [
"govconapi-mcp"
],
"env": {
"GOVCONAPI_KEY": "<GOVCONAPI_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs