Claude
registry.search
Search read-only HeyClaude registry entries by query, category, exact tag, and skill platform compatibility.
Remote heyclaude/heyclaude
Remote (network-hosted)
Other tools also called registry.search?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"tag": {
"type": "string",
"maxLength": 80,
"minLength": 1,
"description": "Return only entries carrying this exact tag."
},
"limit": {
"type": "integer",
"maximum": 25,
"minimum": 1,
"description": "Maximum number of results to return (1–25, default 10)."
},
"query": {
"type": "string",
"maxLength": 240,
"description": "Keywords to search for in entry titles, descriptions, and tags."
},
"category": {
"type": "string",
"pattern": "^[a-z0-9-]+$",
"maxLength": 120,
"minLength": 1,
"description": "Restrict results to this category (e.g. 'mcp', 'skills', 'hooks')."
},
"platform": {
"type": "string",
"maxLength": 80,
"minLength": 1,
"description": "Restrict to entries compatible with this platform (e.g. 'claude-desktop', 'cursor')."
},
"claimStatus": {
"enum": [
"all",
"unclaimed",
"pending",
"verified"
],
"type": "string",
"description": "Filter by claim or verification status ('unclaimed', 'pending', 'verified', or 'all')."
},
"sourceStatus": {
"enum": [
"all",
"available",
"missing"
],
"type": "string",
"description": "Filter by whether the entry's source URL is reachable ('available', 'missing', or 'all')."
},
"downloadTrust": {
"enum": [
"all",
"first-party",
"external",
"none"
],
"type": "string",
"description": "Filter by package download trust level ('first-party', 'external', 'none', or 'all')."
},
"hasSafetyNotes": {
"enum": [
"all",
"true",
"false"
],
"type": "string",
"description": "Filter by whether entries include safety notes ('true', 'false', or 'all')."
},
"hasPrivacyNotes": {
"enum": [
"all",
"true",
"false"
],
"type": "string",
"description": "Filter by whether entries include privacy notes ('true', 'false', or 'all')."
}
}
}