Content is loading…
Generate a complete favicon set (PNG + ICO + manifest) from a logo URL.
favicon_generator#favicon#favicon generator#apple touch icon#ico#site manifestDownloads an image from a provided url to generate a standard favicon set including multiple PNG sizes, an apple-touch-icon, a multi-size ICO file, and a webmanifest. Returns a URL for a ZIP archive containing all assets and the specific HTML snippet required for the site head.
| Name | Type | Required | Description |
|---|---|---|---|
url | string | required | Source image URL — square logo recommended, 512×512+ ideal |
{
"url": "https://example.com/logo.png"
}curl -X POST https://toolsy.my/api/mcp \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "favicon_generator",
"arguments": {
"url": "https://example.com/logo.png"
}
}
}'Generate a free API key or set up an OAuth connector for Claude.ai.