# Brandfetch — MCP server on mcp.ai > Connect your Brandfetch account and use 7 tools for images and design straight from your AI agent. Connect with your own API key. Brandfetch offers an API that retrieves company logos, brand colors, and other visual assets, helping marketers and developers maintain consistent branding across apps. By: mcp.ai · official Page: https://mcp.ai/brandfetch ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_brandfetch?ms=1787296080000 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/brandfetch/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/brandfetch/ 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/brandfetch/skill.md Postman collection (v2.1): https://mcp.ai/brandfetch/postman.json ## Tools - brandfetch_get_brand_info(identifier: string) — Retrieves brand information including logos, colors, fonts, and company details using a domain, Brand ID, ISIN, or stock ticker. Logo data may be absent for some domains — do not assume logos are alwa - brandfetch_get_graphql_version(query?: string) — Tool to retrieve the Brandfetch GraphQL API version. Use when you need to check the current API version via the GraphQL endpoint. - brandfetch_get_taxonomy(query?: string) — Tool to retrieve Brandfetch's taxonomy via GraphQL API. Use this to get a complete list of industries, countries, and geographic regions used in Brandfetch's classification system. The taxonomy includ - brandfetch_get_transaction_info(countryCode: string, transactionLabel: string) — This tool converts payment transaction labels into detailed merchant brand information. It takes a transaction label (like what you see on your credit card statement) and returns comprehensive brand d - brandfetch_list_subscribable_events() — Tool to retrieve all available webhook event types that can be subscribed to via the Brandfetch GraphQL API. Returns event names and descriptions for webhook configuration. Available events include br - brandfetch_list_webhooks(query?: string) — Tool to retrieve a list of all webhooks via GraphQL API. Use when you need to query webhook configurations and their statuses in the Brandfetch system. - brandfetch_search_brands(name: string) — Searches for brands by name and returns matching brand information including URLs and icons, enabling rich autocomplete experiences. Use this tool first to resolve a vague name or ticker to a precise ## Example prompts - "What can I do in Brandfetch?" - "Show me a summary of my Brandfetch account" ## Links Docs: https://mcp.ai/docs/mcps/brandfetch Website: https://mcp.ai/mcps/brandfetch