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
| Field | Type | Description |
|---|---|---|
| cursor | string | Opaque cursor from a previous response; omit for first call. |
| naics | array | NAICS code prefixes, e.g. ['5415']. |
| agency | string | Awarding agency name substring, e.g. 'Defense'. |
| recipient | string | Contractor name substring. |
| keyword | string | |
| minAmount | number | |
| maxAmount | number | |
| limit | number | Max 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.