Brandfetch MCP Server
@VincentSolconBraze
Brandfetch MCP Server について
Model Context Protocol (MCP) server for Brandfetch API
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"brandfetch-mcp": {
"command": "uv",
"args": [
"init",
"brandfetch-mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Brandfetch MCP Server?
The Brandfetch MCP Server is a Model Context Protocol (MCP) server that bridges Large Language Model (LLM) applications with the Brandfetch API. It enables AI assistants to search for brands and retrieve comprehensive brand information including logos, colors, fonts, and company details. This server is intended for developers building LLM-powered applications that need brand data.
How to use Brandfetch MCP Server?
Install the server with pip install "mcp[cli]" httpx python-dotenv or via uv. Configure a .env file with BRANDFETCH_API_KEY and BRANDFETCH_CLIENT_ID. Run the server directly with python brandfetch_server.py, install it in Claude Desktop with mcp install brandfetch_server.py, or test with mcp dev brandfetch_server.py. Use the provided tools search_brands and get_brand_info to interact with the Brandfetch API.
Key features of Brandfetch MCP Server
- Search for brands by name.
- Retrieve detailed brand information (logos, colors, fonts, company details).
- Filter fields to optimize response size.
- Built-in interactive prompts for proper API usage.
- Type-safe Python codebase with async support.
- Robust error handling and logging.
Use cases of Brandfetch MCP Server
- An AI assistant fetching a brand's logo and color palette for design recommendations.
- A chatbot looking up company details by domain or stock symbol.
- Integrating brand data into LLM-driven marketing content generation.
- Automating brand asset retrieval for internal tools.
FAQ from Brandfetch MCP Server
What does the Brandfetch MCP Server do?
It provides an MCP interface that allows LLMs to search for brands and retrieve comprehensive brand information from the Brandfetch API.
What are the prerequisites for using the server?
Python 3.9 or higher, and Brandfetch API credentials (API key and Client ID) obtained from the Brandfetch website.
How do I configure API credentials?
Create a .env file with BRANDFETCH_API_KEY and BRANDFETCH_CLIENT_ID variables. These can also be passed as optional parameters to the tools.
What tools does the server provide?
Two tools: search_brands (search by name) and get_brand_info (get details by domain, brand ID, ISIN, or stock symbol, with optional field filtering).
How can I run the server with Claude Desktop?
Use the command mcp install brandfetch_server.py to install it directly in Claude Desktop for seamless integration.
「その他」の他のコンテンツ
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
コメント