You're viewing a demo portfolio

Join the waitlist
PRSM

sam_search_exclusions

Active

Tool of Samgov

declared in 0.1.0

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\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Samgov

https://github.com/pipeworx-io/mcp-samgov

1/7 registries
View full server →
sam_search_exclusions — Samgov — PRSM MCP