How to connect
https://icons.leularia.com/api/mcp
tools/list returns the expected tools before relying on them in production.Listing quality
Observable facts from our catalog and daily probe — not a safe-to-install badge.
- Surface
- Ready surface
- Live handshake
- Not probed
- Auth gate
- Auth unknown
- Tools source
- Catalog tools
Observable catalog + probe facts — not a safe-to-install badge.
Tools
(12)-
search_iconsFuzzy-search icons across all sets by name and metadata (brand titles, aliases, categories). Returns ranked matches with icon ids usable with get_icon_svg. Prefer this over list_icons when looking for a specific icon.
-
list_iconsList available icons in an organized way. Without arguments, returns a summary of all icon sets with counts. Pass 'set' to page through the icon names of one set.
-
get_icon_svgGet the SVG content for a specific icon. The icon identifier should be in the format 'setId-iconName' (e.g., 'heroicons-academic-cap', 'thesvg-github', 'ph-acorn-bold'). For theSVG brand icons an optional 'variant' selects e.g. 'mono' or 'wordmark'.
-
get_iconGet SVG plus metadata for an icon. Prefer this over get_icon_svg. Icon ids look like 'lucide:house' or 'mdi:account'.
-
get_icon_componentGet framework component source for an icon (react, vue, svelte, solid, flutter, react-native, svg).
-
get_iconsBatch-fetch up to 20 icons. More efficient than multiple get_icon calls.
-
list_collectionsList icon collections with counts. Filter with search.
-
find_similar_iconsFind the same icon in other collections, plus related names.
-
find_equivalent_iconMap an icon to the closest match in a target collection (used by migrate).
-
recommend_iconsRecommend icons for a UI use case (settings button, auth, navigation, …).
-
add_icon_to_projectPrepare an icon component for the project. Remote HTTP cannot write the user's disk — returns file name, component source, and import. Local stdio MCP (`npx -y aria-icons`) writes the file.
-
doctor_project_iconsRemote servers cannot scan a local repo. Use stdio MCP or `aria-icons doctor`.
Tool source: Catalog tools