INDIVIDUAL MCP TOOL
verify_record
Run a contradiction-verified, signed verification on ONE record of a data owner's feed.
LIVE ENDPOINT
https://verified.dropwatchhq.com/mcp
Connect to this endpoint to inspect the live schema for verify_record and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.verified-feed]
url = "https://verified.dropwatchhq.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"verified-feed": {
"type": "http",
"url": "https://verified.dropwatchhq.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: verified-feed
Remote MCP URL: https://verified.dropwatchhq.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"verified-feed": {
"url": "https://verified.dropwatchhq.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"verified-feed": {
"type": "http",
"url": "https://verified.dropwatchhq.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "verified-feed",
"transport": "streamable-http",
"url": "https://verified.dropwatchhq.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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.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.verify_receipt— Recompute + verify a verification receipt's hash-chain (proves the verification is unaltered since its as-of date).