govcon-feed
G
govcon-feed
/whats_changed_since

whats changed since

Return federal contract awards that are NEW or MODIFIED since a cursor token. Pass the cursor from a prior call to get only changes since then (cursor = your bo

liveunknown~5s typical
mcpgovcon-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-govcon-feed /whats_changed_since for me.

Input

FieldTypeDescription
cursorstringOpaque cursor from a previous response; omit for first call.
naicsarrayNAICS code prefixes, e.g. ['5415'].
agencystringAwarding agency name substring, e.g. 'Defense'.
recipientstringContractor name substring.
keywordstring
minAmountnumber
maxAmountnumber
limitnumberMax changes to return (default 100).

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-govcon-feed","endpoint":"/whats_changed_since","input":{}}'
cli
npx cracked-ai run -p mcp-com-dropwatchhq-govcon-feed -e /whats_changed_since -i '{}'
mcp
run_tool({ provider: "mcp-com-dropwatchhq-govcon-feed", endpoint: "/whats_changed_since", input: {} })

Try it

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