INDIVIDUAL MCP TOOL
screen_batch
Bulk-screen up to 50 entities in one call against all federal exclusion/sanctions lists.
LIVE ENDPOINT
https://exclude.dropwatchhq.com/mcp
Connect to this endpoint to inspect the live schema for screen_batch and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.exclude-feed]
url = "https://exclude.dropwatchhq.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"exclude-feed": {
"type": "http",
"url": "https://exclude.dropwatchhq.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: exclude-feed
Remote MCP URL: https://exclude.dropwatchhq.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"exclude-feed": {
"url": "https://exclude.dropwatchhq.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"exclude-feed": {
"type": "http",
"url": "https://exclude.dropwatchhq.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "exclude-feed",
"transport": "streamable-http",
"url": "https://exclude.dropwatchhq.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
screen_exclusion— Screen a business entity / vendor / counterparty for FEDERAL EXCLUSIONS & SANCTIONS before you onboard or pay it.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.watch_entity— Add an entity to a watchlist that is RE-SCREENED daily.