Logolark: Company Logo API & Favicon Finder by Domain
Logolark: company domain to logo, square icon and brand colour. Free, no key.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"logo-finder": {
"url": "https://logolark.cybermax-tools.workers.dev/mcp?via=mcp-registry"
}
}
}Remote endpoints
https://logolark.cybermax-tools.workers.dev/mcp?via=mcp-registrystreamable-httpWhat it can do
Tool inventory
Tools (1)
🟢find_logo(domains)
Find a company's real logo and square icon from its own website, verified by downloading: logo URL, icon URL, format (SVG/PNG/ICO/WebP), pixel size, transparency, brand name and brand colour (hex). Use when you need a company's logo image or brand colour. Accepts domains, URLs or work emails; up to 5 per call.
Input Schema
{
"type": "object",
"properties": {
"domains": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1,
"maxItems": 5,
"description": "Company domains, website URLs or work emails, e.g. \"stripe.com\", \"https://www.notion.so\", \"[email protected]\". Up to 5."
}
},
"required": [
"domains"
]
}Community
Evidence