sam_search_exclusions
ActiveTool of Samgov
Search the SAM.gov Exclusions list — parties DEBARRED, suspended, or otherwise excluded from receiving federal contracts, grants, or assistance. Answers "is this company/person barred from federal contracting" for KYB / vendor-vetting / procurement due diligence. Filter by name, US state, and classification (Firm / Individual / Vessel / Special Entity). Returns each excluded party with the exclusion type, program, excluding agency, and active/termination dates. Distinct from OFAC sanctions (see sanctions_screen) — this is the federal procurement debarment list.
Parameters schema
{
"type": "object",
"required": [
"name",
"_apiKey"
],
"properties": {
"name": {
"type": "string",
"description": "Name to search (company or individual), e.g. \"Smith Construction\". Matched against the exclusion name."
},
"limit": {
"type": "number",
"description": "Number of results (1-100, default 10)."
},
"state": {
"type": "string",
"description": "Optional 2-letter US state to filter by, e.g. \"VA\"."
},
"_apiKey": {
"type": "string",
"description": "SAM.gov API key"
},
"classification": {
"type": "string",
"description": "Optional classification: \"Firm\", \"Individual\", \"Vessel\", or \"Special Entity Designation\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Samgov
https://github.com/pipeworx-io/mcp-samgov
1/7 registries