{
  "markdown": "# LogoKit MCP Server\n\n**Brand & company data for AI agents — by domain or stock ticker.**\n\nThe 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.\n\n- **Endpoint:** `https://mcp.logokit.com/mcp`\n- **Transport:** MCP Streamable HTTP\n- **Auth:** `Authorization: Bearer sk_pa_…` (secret API key, paid plans)\n- **Landing page:** https://logokit.com/mcp\n- **Docs:** https://docs.logokit.com/mcp/overview\n\n## Tools\n\n| Tool | Argument | Returns |\n|------|----------|---------|\n| `get_brand_by_domain` | a website domain — e.g. `stripe.com` | full Brand Data record |\n| `get_brand_by_ticker` | a ticker / ISIN / CUSIP / SEDOL / WKN — e.g. `AAPL`, `US0378331005` | the same record |\n\nOnly populated attributes are returned; empty fields are omitted from the response.\n\n## Authentication\n\nPass your LogoKit **secret** key as a Bearer token:\n\n```\nAuthorization: Bearer sk_pa_YOUR_TOKEN\n```\n\nSecret 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.\n\n## Install\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http logokit \\\n  https://mcp.logokit.com/mcp \\\n  --header \"Authorization: Bearer sk_pa_YOUR_TOKEN\"\n```\n\n### Cursor, VS Code, Windsurf, and other HTTP clients\n\n```json\n{\n  \"mcpServers\": {\n    \"logokit\": {\n      \"url\": \"https://mcp.logokit.com/mcp\",\n      \"headers\": { \"Authorization\": \"Bearer sk_pa_YOUR_TOKEN\" }\n    }\n  }\n}\n```\n\n### Claude Desktop\n\nClaude Desktop's config only loads **stdio** servers, so bridge via `mcp-remote` (requires Node.js):\n\n```json\n{\n  \"mcpServers\": {\n    \"logokit\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"mcp-remote\",\n        \"https://mcp.logokit.com/mcp\",\n        \"--header\",\n        \"Authorization: Bearer sk_pa_YOUR_TOKEN\"\n      ]\n    }\n  }\n}\n```\n\n### ChatGPT\n\nSettings → Connectors → Advanced → enable Developer mode → **Add custom connector**:\n\n- **MCP server URL:** `https://mcp.logokit.com/mcp`\n- **Authentication:** Custom header → name `Authorization`, value `Bearer sk_pa_YOUR_TOKEN`\n\nConnectors require a paid ChatGPT plan (Plus, Pro, Team, Business, Enterprise, or Edu).\n\n## Official MCP Registry\n\nThis repository holds the [`server.json`](./server.json) used to publish the server to the [official MCP Registry](https://registry.modelcontextprotocol.io) as `com.logokit/brand-data`. Publishing steps are in [PUBLISHING.md](./PUBLISHING.md).\n\n## License\n\n[MIT](./LICENSE)\n",
  "bytes": 2860,
  "sha": "4edd29b3f9a787c7b18cfa5395625cd1954a615a10a3c23952eaf663a80cd1af",
  "repo_slug": "logo-kit/logokit-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_logokit_brand_data_3ad9dca0/readme"
}