GovCon API for Cursor
io.github.govconapi/govconapi
53 tools over US federal procurement: SAM.gov, FPDS awards, entities, subawards, exclusions.
client:Cursor
transport:stdio
runtime:pypi
Install GovCon API in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"govconapi": {
"type": "stdio",
"command": "uvx",
"args": [
"govconapi-mcp"
],
"env": {
"GOVCONAPI_KEY": "<GOVCONAPI_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs