verified-feed
V
verified-feed
/feed_status

feed status

Return the latest verification snapshot of a minted feed: per-record status + as-of date + stale flags (records past the feed's freshness SLA) + signed receipts

liveunknown~5s typical
mcpverified-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-verified-feed /feed_status for me.

Input

FieldTypeDescription
slug*string

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

Try it

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