exclude feed for Claude Desktop
com.dropwatchhq/exclude-feed
Screen a business for federal exclusions & sanctions: OFAC SDN, HHS-OIG LEIE, SAM.gov debarment.
client:Claude Desktop
transport:streamable-http
tools:4
Install exclude feed in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"exclude-feed": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://exclude.dropwatchhq.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs