← dropwatchhq.com

INDIVIDUAL MCP TOOL

screen_exclusion

Screen a business entity / vendor / counterparty for FEDERAL EXCLUSIONS & SANCTIONS before you onboard or pay it.

dropwatchhq.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://exclude.dropwatchhq.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for screen_exclusion and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

dropwatchhq.com

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_batch — Bulk-screen up to 50 entities in one call against all federal exclusion/sanctions lists.
  • 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.