source_freshness
ActiveTool of verification-mcp
Check whether a source URL is still live and how recently it was modified. Returns the HTTP last-modified header (if present), the most recent Wayback Machine snapshot, and a 'changed_recently' flag (last 90 days). Use this for RAG hygiene — flagging citations that point to pages that may have changed since the agent's training data.
Parameters schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "URL to check."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
verification-mcp
https://github.com/guptaprakhariitr/verification-mcp
2/7 registries