get_icons
ActiveTool of iconify
declared in 0.1.0
Get SVG code and dimensions for specific icons. Input icon names in prefix:name format (e.g., "mdi:home", "fa:star"). Returns SVG markup, width, and height.
Parameters schema
{
"type": "object",
"examples": [
{
"icons": "home,arrow-left,user",
"prefix": "mdi"
},
{
"icons": "star",
"prefix": "fa"
}
],
"required": [
"prefix",
"icons"
],
"properties": {
"icons": {
"type": "string",
"description": "Comma-separated icon names within the collection (e.g., \"home,arrow-left,user\")"
},
"prefix": {
"type": "string",
"description": "Collection prefix (e.g., \"mdi\", \"fa\", \"heroicons\", \"lucide\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
iconify
https://github.com/pipeworx-io/mcp-iconify
1/7 registries