Command Palette

Search for a command to run...

UnylyUnyly
Browse all

LogoKit Brand & Company Data

FreeNot checked

Company & brand data by domain or ticker/ISIN: industry, headcount, HQ, social, colors, logos.

GitHubEmbed

About

Company & brand data by domain or ticker/ISIN: industry, headcount, HQ, social, colors, logos.

README

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.

Tools

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.

Authentication

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.

Install

Claude Code

claude mcp add --transport http logokit \
  https://mcp.logokit.com/mcp \
  --header "Authorization: Bearer sk_pa_YOUR_TOKEN"

Cursor, VS Code, Windsurf, and other HTTP clients

{
  "mcpServers": {
    "logokit": {
      "url": "https://mcp.logokit.com/mcp",
      "headers": { "Authorization": "Bearer sk_pa_YOUR_TOKEN" }
    }
  }
}

Claude Desktop

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"
      ]
    }
  }
}

ChatGPT

Settings → Connectors → Advanced → enable Developer mode → Add custom connector:

  • MCP server URL: https://mcp.logokit.com/mcp
  • Authentication: Custom header → name Authorization, value Bearer sk_pa_YOUR_TOKEN

Connectors require a paid ChatGPT plan (Plus, Pro, Team, Business, Enterprise, or Edu).

Official MCP Registry

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.

License

MIT

from github.com/logo-kit/logokit-mcp

Installing LogoKit Brand & Company Data

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/logo-kit/logokit-mcp

FAQ

Is LogoKit Brand & Company Data MCP free?

Yes, LogoKit Brand & Company Data MCP is free — one-click install via Unyly at no cost.

Does LogoKit Brand & Company Data need an API key?

No, LogoKit Brand & Company Data runs without API keys or environment variables.

Is LogoKit Brand & Company Data hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install LogoKit Brand & Company Data in Claude Desktop, Claude Code or Cursor?

Open LogoKit Brand & Company Data on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare LogoKit Brand & Company Data with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs