com.dropwatchhq/entity-screen
Official2 toolsScreen a business or person for exclusions, debarment, and sanctions (SAM.gov, OFAC).
Screens businesses and individuals for exclusions, debarment, and OFAC sanctions.
Captured live from the server via tools/list.
screen_entity
Screen a company/provider/vendor/counterparty for risk before onboarding. Resolves the entity across SEC, USAspending, NPI, NIH and FDA, then checks federal exclusion lists (OIG LEIE, SAM.gov), FDA enforcement/recalls, and absence signals (stopped filing, lapsed activity). Returns a risk score plus sourced, neutral evidence with links.
Parameters (1)
- namestringrequired
Legal/business name or ticker of the entity to screen
resolve_entity
Resolve a real-world entity across regulated datasets and return its canonical identity plus all linked identifiers (ticker, CIK, UEI, DUNS, NPI). Use to cross-walk a name to its federal/SEC/health identifiers.
Parameters (1)
- namestringrequired
Entity name or ticker
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"entity-screen": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://screen.dropwatchhq.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.