# Logo.dev — MCP server on mcp.ai > Connect your Logo.dev account and use 2 tools for images and design straight from your AI agent. Connect with your own API key. Logo.dev provides a high-quality logo API and company brand database, enabling developers to retrieve official high-resolution logos from any domain without scraping or manual effort. By: mcp.ai · official Page: https://mcp.ai/logo_dev ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_logo_dev?ms=1787293740000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/logo_dev/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/logo_dev/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/logo_dev/skill.md Postman collection (v2.1): https://mcp.ai/logo_dev/postman.json ## Tools - logo_dev_get_logo_image(token: string, domain: string) — Tool to retrieve the logo image for a domain. Use when you need the raw image bytes (PNG or SVG) of a specific domain's logo. Use after validating the domain string. - logo_dev_search_brand(limit?: integer, query: string, offset?: integer, country?: string, industry?: string) — Tool to search for brands based on a query string. Returns existing brand metadata only — no logo creation or editing. Use when you need to retrieve a list of matching brands with optional pagination ## Example prompts - "What can I do in Logo.dev?" - "Show me a summary of my Logo.dev account" ## Links Docs: https://mcp.ai/docs/mcps/logo_dev Website: https://mcp.ai/mcps/logo_dev