Claude
registry.updates
List recently added or upstream-updated HeyClaude entries from generated registry metadata.
Remote heyclaude/heyclaude
Remote (network-hosted)
Other tools also called registry.updates?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"maximum": 25,
"minimum": 1,
"description": "Maximum entries to return (1–25, default 10)."
},
"since": {
"type": "string",
"maxLength": 40,
"minLength": 4,
"description": "Return only entries updated after this date, e.g. '2026-05-01'."
},
"category": {
"type": "string",
"pattern": "^[a-z0-9-]+$",
"maxLength": 120,
"minLength": 1,
"description": "Restrict to a single category (e.g. 'mcp', 'hooks')."
}
}
}