# Logolark by CyberMax > Free company logo API and MCP server: domain, URL or email in; the verified logo URL, square icon, format, size, transparency and brand colour out. Give a domain, URL or work email. Logolark reads the company's own website, downloads every logo and icon it publishes, checks the real format and size, and returns the best logo, the best square icon and the brand colour. ## API (free, no key, CORS enabled) - [/api/logo](https://logolark.cybermax-tools.workers.dev/api/logo?domain=stripe.com): Find the verified logo, icon and brand colour of up to 5 companies - GET for simple calls, POST a JSON body for lists. Same field names as the bulk version's dataset records. - OpenAPI 3.1: https://logolark.cybermax-tools.workers.dev/openapi.json ## MCP (remote, streamable HTTP, no auth) - Endpoint: https://logolark.cybermax-tools.workers.dev/mcp - `find_logo`: 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. ## Limits - 15 calls per minute per IP address. - Up to 5 domains per call. - Up to 10 logo and icon candidates are downloaded and checked per domain (6 when you send 5 domains). - About 15 seconds per call at most. - Free, no key. Logos stay the property of their owners. ## More - Health: https://logolark.cybermax-tools.workers.dev/health - All CyberMax tools: https://cybermax-tools-cybermax.static.hf.space/ - A bulk and scheduled version is coming to the Apify Store.