search_icons
ActiveTool of iconify
declared in 0.1.0
Search for icons by keyword across all collections. Returns icon names in prefix:name format (e.g., "mdi:home"). Use get_icons to fetch SVG data for results.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "home"
},
{
"limit": 50,
"query": "arrow"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum number of results (1-999, default 32)"
},
"query": {
"type": "string",
"description": "Search keyword (e.g., \"home\", \"arrow\", \"user\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
iconify
https://github.com/pipeworx-io/mcp-iconify
1/7 registries