icons-for-agents.site
The icon library for agentic development. 10,000+ open-source icons (Lucide, Heroicons, Tabler, Simple Icons) your AI agents can search and embed as SVG or PNG — MCP server, llms.txt, no API key.
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 2 · Act 0 · Transact 0 · Score: Not yet scored
Tool inspector
get_icon_url
Get the hosted SVG/PNG URL for an icon by name, with optional color, size and format.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
name |
string | yes | Icon name, e.g. 'home'. |
color |
string | no | Hex color without '#', e.g. '4f46e5'. |
size |
number | no | Pixel size. |
format |
string | no | 'svg' (default) or 'png'. |
Raw JSON schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Icon name, e.g. 'home'."
},
"color": {
"type": "string",
"description": "Hex color without '#', e.g. '4f46e5'."
},
"size": {
"type": "number",
"description": "Pixel size."
},
"format": {
"type": "string",
"description": "'svg' (default) or 'png'."
}
},
"required": [
"name"
]
}
Similar websites
neohack.dev
An inviting pixel-art doorway into NetHack. Explore at your own pace, one thoughtful turn at a time.
persona-chat.dev
Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…
demos.telerik.com
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
bandarra.me
WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…