Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-pvliesdonk-logodev-mcp": {
"args": [
"logodev-mcp"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Look up company logos and brand data via the logo.dev API.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'logodev-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked logodev-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing
DataForSEO API modelcontextprotocol server
MCP server for Mindbox CDP API — customer profiles, orders, segments. 3 tools.
MCP server for Yandex.Direct API — campaigns, ads, statistics, keywords. Bearer token auth.
MCP server for the PostFast API — schedule and manage social media posts via AI tools
MCP Security Weekly
Get CVE alerts and security updates for io.github.pvliesdonk/logodev-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Look up company logos and brand data via the logo.dev API.
Documentation | Config wizard | PyPI | Docker
get_logo) — fetch a company logo as an image plus URL by domain, ticker, ISIN, crypto symbol, or brand name; supports size, format, theme, greyscale, retina, and fallback options. Requires a publishable key (pk_…).search_brands) — resolve a brand or company name to candidate domains and logo URLs via typeahead or exact-match. Requires a secret key (sk_…).describe_company) — return structured company data (name, description, brand colours, social links) for a domain. Requires a secret key (sk_…).get_brand) — return the complete brand profile (logo, brandmark, banners, colours, description) for a domain — a richer superset of describe_company. Requires a secret key (sk_…).With this server mounted in an MCP client (Claude, etc.), you can:
get_logo (publishable key required).search_brands (secret key required).describe_company (secret key required).get_brand (secret key required).get_logo with identifier_type=ticker (publishable key required).pip install logodev-mcp
If you add optional extras via the PROJECT-EXTRAS-START / PROJECT-EXTRAS-END sentinels in pyproject.toml, document them below:
git clone https://github.com/pvliesdonk/logodev-mcp.git
cd logodev-mcp
uv sync --all-extras -
... [View full README on GitHub](https://github.com/pvliesdonk/logodev-mcp#readme)