You're viewing a demo portfolio

Join the waitlist
PRSM

get_icons

Active

Tool 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\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

iconify

https://github.com/pipeworx-io/mcp-iconify

1/7 registries
View full server →
get_icons — iconify — PRSM MCP