Company & brand data by domain or ticker/ISIN: industry, headcount, HQ, social, colors, logos.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"com-logokit-brand-data": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Company & brand data by domain or ticker/ISIN: industry, headcount, HQ, social, colors, logos.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
This server is missing a description.If you've used it, help the community.
Add informationBe 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
一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布。解放个人生产力
MCP server for the PostFast API — schedule and manage social media posts via AI tools
Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.
MCP Security Weekly
Get CVE alerts and security updates for com.logokit/brand-data and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Brand & company data for AI agents — by domain or stock ticker.
The LogoKit MCP server connects Claude, Cursor, ChatGPT, and any MCP-compatible client to LogoKit's company database. Resolve any company by website domain or by security identifier and get back a structured record: industry classification, employee range, founding year, headquarters, social profiles, brand colors, and logos.
https://mcp.logokit.com/mcpAuthorization: Bearer sk_pa_… (secret API key, paid plans)| Tool | Argument | Returns |
|---|---|---|
get_brand_by_domain | a website domain — e.g. stripe.com | full Brand Data record |
get_brand_by_ticker | a ticker / ISIN / CUSIP / SEDOL / WKN — e.g. AAPL, US0378331005 | the same record |
Only populated attributes are returned; empty fields are omitted from the response.
Pass your LogoKit secret key as a Bearer token:
Authorization: Bearer sk_pa_YOUR_TOKEN
Secret keys (sk_pa_…) are available on the Startup, Scale, and Enterprise plans. Publishable keys (pk_*) are rejected, because MCP traffic is run by your agent rather than an end user's browser. Get a key at https://logokit.com/account/api-tokens. MCP requests count against your Brand Data API quota.
claude mcp add --transport http logokit \
https://mcp.logokit.com/mcp \
--header "Authorization: Bearer sk_pa_YOUR_TOKEN"
{
"mcpServers": {
"logokit": {
"url": "https://mcp.logokit.com/mcp",
"headers": { "Authorization": "Bearer sk_pa_YOUR_TOKEN" }
}
}
}
Claude Desktop's config only loads stdio servers, so bridge via mcp-remote (requires Node.js):
{
"mcpServers": {
"logokit": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.logokit.com/mcp",
"--header",
"Authorization: Bearer sk_pa_YOUR_TOKEN"
]
}
}
}
Settings → Connectors → Advanced → enable Developer mode → Add custom connector:
https://mcp.logokit.com/mcpAuthorization, value Bearer sk_pa_YOUR_TOKENConnectors require a paid ChatGPT plan (Plus, Pro, Team, Business, Enterprise, or Edu).
This repository holds the server.json used to publish the server to the official MCP Registry as com.logokit/brand-data. Publishing steps are in PUBLISHING.md.