MCP server for U.S. federal government contract opportunities from SAM.gov. Search procurement notices by department, date range, and limit. Data updated daily. Public Domain.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"govbid-mcp-server": {
"command": "npx",
"args": [
"-y",
"imgproc-git/govbid-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add govbid-mcp-server npx -y imgproc-git/govbid-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"govbid-mcp-server": {
"command": "npx",
"args": [
"-y",
"imgproc-git/govbid-mcp-server"
]
}
}
}
📋 Copy