SAM.gov
Rank #29,679com.1102tools/sam-gov-mcp
SAM.gov readiness, entities, exclusions, opportunities, awards, hierarchy, and subawards. 20 tools.
SAM.gov is a Model Context Protocol (MCP) server published by 1102tools-dev. It ranks #29,679 of 115,460 servers tracked on MCP Toplist, and its repository has 20 GitHub stars. SAM.gov is listed on Official MCP, with 3 tracked versions. It was first listed on Aug 23, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 85,781 of 115,460 servers on MCP Toplist.
Use SAM.gov
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add sam-gov-mcp -e "SAM_API_KEY=<your SAM_API_KEY>" -- uvx sam-gov-mcpReplace each placeholder with your own value before saving.
[mcp_servers.sam-gov-mcp]
command = "uvx"
args = ["sam-gov-mcp"]
[mcp_servers.sam-gov-mcp.env]
SAM_API_KEY = "<your SAM_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sam-gov-mcp": {
"command": "uvx",
"args": [
"sam-gov-mcp"
],
"env": {
"SAM_API_KEY": "<your SAM_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sam-gov-mcp": {
"command": "uvx",
"args": [
"sam-gov-mcp"
],
"env": {
"SAM_API_KEY": "<your SAM_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sam-gov-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sam-gov-mcp"
],
"env": {
"SAM_API_KEY": "<your SAM_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sam-gov-mcp": {
"command": "uvx",
"args": [
"sam-gov-mcp"
],
"env": {
"SAM_API_KEY": "<your SAM_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sam-gov-mcp": {
"command": "uvx",
"args": [
"sam-gov-mcp"
],
"env": {
"SAM_API_KEY": "<your SAM_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.1102tools%2Fsam-gov-mcp)<a href="https://mcptoplist.com/server/com.1102tools%2Fsam-gov-mcp"><img src="https://mcptoplist.com/badge/com.1102tools%2Fsam-gov-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
1102tools-dev
Available versions (3)
| Version | Published |
|---|---|
| 1.0.12 | Aug 27, 2026 |
| 1.0.11 | Aug 24, 2026 |
| 1.0.10 | Aug 24, 2026 |
Frequently asked questions
- Who maintains SAM.gov?
- SAM.gov is maintained by 1102tools-dev, which publishes 10 MCP servers (17 total versions) tracked on MCP Toplist.
- Is SAM.gov listed on the Official MCP Registry?
- Yes — SAM.gov is listed on the Official MCP Registry.
- How many versions does SAM.gov have?
- MCP Toplist tracks 3 versions of SAM.gov, most recently published on Aug 27, 2026.
- Where can I find the source code for SAM.gov?
- The source code for SAM.gov is hosted at github.com/1102tools-dev/federal-contracting-mcps.