sam_entity_search
ActiveTool of Samgov
declared in 0.1.0
Search registered federal contractors by business name or UEI. Returns UEI, CAGE code, address, NAICS codes, small business status, and certifications.
Parameters schema
{
"type": "object",
"examples": [
{
"state": "VA",
"_apiKey": "your-samgov-api-key",
"business_name": "Acme Tech Solutions"
},
{
"naics": "541511",
"_apiKey": "your-samgov-api-key",
"business_name": "GreenTech Inc",
"small_business": true
}
],
"required": [
"business_name",
"_apiKey"
],
"properties": {
"naics": {
"type": "string",
"description": "Filter by primary NAICS code (optional)"
},
"state": {
"type": "string",
"description": "Filter by 2-letter US state code (e.g., \"VA\", \"CA\")"
},
"_apiKey": {
"type": "string",
"description": "SAM.gov API key"
},
"business_name": {
"type": "string",
"description": "Legal business name to search for"
},
"small_business": {
"type": "boolean",
"description": "Filter to only small business entities (optional)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Samgov
https://github.com/pipeworx-io/mcp-samgov
1/7 registries