exclude-feed
E
exclude-feed
/screen_batch

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 verdi

liveverifiedunknown~5s typical
mcpprobedexclude-feed
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-dropwatchhq-exclude-feed /screen_batch for me.

Input

FieldTypeDescription
entities*arrayArray of names or {name,npi,uei,state} objects (max 50).

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-dropwatchhq-exclude-feed","endpoint":"/screen_batch","input":{"entities":[]}}'
cli
npx cracked-ai run -p mcp-com-dropwatchhq-exclude-feed -e /screen_batch -i '{"entities":[]}'
mcp
run_tool({ provider: "mcp-com-dropwatchhq-exclude-feed", endpoint: "/screen_batch", input: {"entities":[]} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.