com.dropwatchhq/verified-feed
Official4 toolsContradiction-verified, freshness-SLA'd signed feed: per-record status + as-of date + receipt.
Verified data feed with signed records, freshness guarantees, and audit receipts.
Captured live from the server via tools/list.
verify_record
Run a contradiction-verified, signed verification on ONE record of a data owner's feed. Attaches a verification STATUS (VERIFIED / CONTRADICTED / EXCLUSION_HIT / UNVERIFIABLE), an AS-OF date, source links, and a tamper-evident hash-chain receipt — by re-checking the record's subject against the live contradiction-engine (SEC 10-K vs USAspending) and, for named entities, the live exclude-feed. A dated evidence statement, never a guarantee.
Parameters (2)
- feedstring
Feed slug the record belongs to (used for SLA + receipt scoping).
- recordobjectrequired
{ id, subject:{ticker?, name?}, claim? }
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. Try slug 'govcon-demo'.
Parameters (1)
- slugstringrequired
verify_subject
One-off contradiction-verified check of a single subject (ticker and/or named entity) against the live hubs, with an as-of date and signed receipt. Free preview shows status only; paid call returns full detail + receipt.
Parameters (2)
- tickerstring
- namestring
verify_receipt
Recompute + verify a verification receipt's hash-chain (proves the verification is unaltered since its as-of date). Pass the receipt id.
Parameters (1)
- idstringrequired
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"verified-feed": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://verified.dropwatchhq.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.