com.dropwatchhq/exclude-feed
Official4 toolsScreen a business for federal exclusions & sanctions: OFAC SDN, HHS-OIG LEIE, SAM.gov debarment.
Screens businesses against federal exclusion lists including OFAC, HHS-OIG and SAM.gov databases.
Captured live from the server via tools/list.
screen_exclusion
Screen a business entity / vendor / counterparty for FEDERAL EXCLUSIONS & SANCTIONS before you onboard or pay it. One unified, DEDUPED check across OFAC SDN, OFAC Consolidated (sanctions), HHS-OIG LEIE (healthcare exclusions), SAM.gov (federal contractor debarment/suspension), and publicly-available state debarment lists. Returns match / possible-match / no-match, the matched record(s) with source + exclusion type + dates, and a confidence score. FCRA-SAFE: this is KYB/sanctions compliance for entities — NOT a consumer report, not for credit/employment/insurance/tenancy decisions about individuals.
Parameters (5)
- namestringrequired
Legal / business name of the entity to screen.
- npistring
Optional 10-digit NPI (healthcare) for an exact LEIE match.
- ueistring
Optional SAM UEI.
- statestring
Optional 2-letter state to disambiguate name matches.
- countrystring
Optional country to disambiguate.
screen_batch
Bulk-screen up to 50 entities in one call against all federal exclusion/sanctions lists. Pass an array of names (or {name,npi,state} objects). Returns one verdict per row. Free tool (rate-limited).
Parameters (1)
- entitiesarrayrequired
Array of names or {name,npi,uei,state} objects (max 50).
roster_rescreen
Re-screen an ENTIRE ROSTER of employees, contractors, and vendors against the federal exclusion & sanctions lists (HHS-OIG LEIE, OFAC SDN+Consolidated, SAM.gov debarment) in ONE call, and mint a DATED, ed25519-SIGNED COMPLIANCE RECEIPT. This is the OIG-mandated MONTHLY exclusion check for healthcare billing / RCM / compliance teams: OIG guidance says screen every employee, contractor, and vendor against the LEIE each month, because a single excluded person on a claim triggers Civil Monetary Penalties. The signed receipt is your audit artifact — verifiable offline, proving WHO you screened, against WHICH list build, on WHAT date. Returns per-entity verdicts (cleared vs. flagged) plus a verifiable receipt URL.
Parameters (3)
- orgstring
Your organization name (printed on the compliance receipt).
- periodstring
Compliance period as YYYY-MM (defaults to the current month).
- rosterarrayrequired
The people/entities to screen. Each is a name string or {name, npi?, uei?, state?} object (max 250).
watch_entity
Add an entity to a watchlist that is RE-SCREENED daily. You get alerted (webhook/email) the first time it appears on any federal exclusion or sanctions list. Use for continuous vendor / counterparty monitoring.
Parameters (4)
- namestringrequired
- npistring
- webhookstring
Optional URL POSTed on a new hit.
- emailstring
Optional email alerted on a new hit.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"exclude-feed": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://exclude.dropwatchhq.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.