Logokit Company Data MCP

Real-time comprehensive company data enrichment for AI agents. Look up industry, employee count, founding year, headquarters, social profiles, and brand assets for any company - by domain or stock ticker. Works in every MCP-compatible client.

New - Model Context Protocol

Company & Brand Data MCP Server for Claude, Cursor & ChatGPT

Real-time company enrichment for your AI assistant. Look up industry, employee count, founding year, headquarters, social profiles, and brand assets for any company - by domain or stock ticker. Works in every MCP-compatible client.

Get your API key Read the docs

Claude · logokit MCP connected

Searched LogoKit for TSLA

Tesla logo

Tesla, Inc.

tesla.com

Designs and manufactures electric vehicles, battery storage, and solar products.

founded2003

employees100K–150K

hqAustin, TX

gics_sectorConsumer Discretionary

gics_industryAutomobiles

xhttps://x.com/Tesla

linkedinhttps://linkedin.com/company/tesla-motors

Tesla, Inc. - headquartered in Austin, TX (relocated from Palo Alto in 2021). 100K–150K employees, founded 2003. GICS classification: Consumer Discretionary / Automobiles.

Searched LogoKit for asml.com

ASML logo

ASML Holding N.V.

asml.com

Builds the EUV lithography systems behind today's leading-edge semiconductors.

founded1984

employees30K–50K

hqVeldhoven, Netherlands

gics_sectorInformation Technology

gics_industrySemiconductors & Semiconductor Equipment

xhttps://x.com/ASML

linkedinhttps://linkedin.com/company/asml

ASML is the Dutch firm that builds the extreme-ultraviolet (EUV) lithography machines TSMC, Samsung, and Intel use for leading-edge chip production. Veldhoven HQ, 30K–50K employees, founded 1984. They're effectively a chokepoint in the global semiconductor supply chain.

Searched LogoKit for DK0062498333

Novo Nordisk logo

Novo Nordisk A/S

novonordisk.com

Global leader in diabetes and obesity care - makers of Ozempic, Wegovy, and NovoLog insulin.

founded1923

employees50K–100K

hqBagsværd, Denmark

gics_sectorHealth Care

gics_industryPharmaceuticals

isinDK0062498333

linkedinhttps://linkedin.com/company/novo-nordisk

That's Novo Nordisk A/S (NYSE:NVO) - the Danish pharma giant behind Ozempic and Wegovy. Bagsværd HQ, 50K–100K employees, founded 1923. Health Care / Pharmaceuticals.

Searched LogoKit for TTWO

Take-Two Interactive logo

Take-Two Interactive

take2games.com

Parent of Rockstar Games (Grand Theft Auto, Red Dead) and 2K (NBA 2K, BioShock).

founded1993

employees10K–15K

hqNew York, NY

gics_sectorCommunication Services

gics_industryInteractive Home Entertainment

xhttps://x.com/taketwo

linkedinhttps://linkedin.com/company/take-two-interactive

Take-Two Interactive (NASDAQ:TTWO) - parent of Rockstar Games and 2K. New York HQ, 10K–15K employees, founded 1993. Listed under Communication Services / Interactive Home Entertainment.

Ask about any company by domain or stock ticker - your agent calls LogoKit, LogoKit returns structured JSON.

Install in under a minute

Pick your client. One command - or one click.

Run in your terminal:

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

Add --scope user to make it available across all projects.

Install in one click:

Add to Cursor

Opens Cursor and pre-fills the server config. Paste your secret key after install.

Add as a custom connector in ChatGPT:

  1. In ChatGPT, open Settings → Connectors.
  2. Click Advanced and enable Developer mode, then choose Add custom connector.
  3. Fill in the form:

Name logokit MCP server URL https://mcp.logokit.com/mcp Authentication Custom header Header name Authorization Header value Bearer sk_pa_YOUR_TOKEN

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

Open Claude Settings → Developer → Edit config, then paste the entry below. We bridge via mcp-remote because Claude Desktop's config only loads stdio servers.

{
  "mcpServers": {
    "logokit": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.logokit.com/mcp",
        "--header",
        "Authorization: Bearer sk_pa_YOUR_TOKEN"
      ]
    }
  }
}

Requires Node.js (for npx). Save the file, then quit and reopen Claude Desktop. The logokit server appears in Settings → Connectors.

Also works in VS Code, Codex, Windsurf, Continue, Cline, Zed, and any other client supporting remote MCP over HTTP.

Built for AI agents

Works in every MCP client

Two tools, every company

get_brand_by_domain takes a website. get_brand_by_ticker takes a stock ticker, ISIN, CUSIP, SEDOL, or WKN. Both return the same structured record.

→ stripe.com

→ AAPL

→ US0378331005

→ 037833100

→ 865985

Works with every major MCP client

Claude Desktop, Cursor, VS Code, Codex, Windsurf, ChatGPT, Continue, Cline, Zed, Claude Code, and any other client that supports the Model Context Protocol over HTTP.

Hosted - no install

Connect directly to mcp.logokit.com over HTTPS. No npm package, no Node runtime, no version drift - paste the JSON config and restart your client.

Structured company data

GICS industry classification, employee range, founding year, headquarters, social profiles, brand colors, and logos - all in one response.

tool get_brand_by_domain

{
  "name": "Apple",
  "domain": "apple.com",
  "long_name": "Apple Inc.",
  "short_description": "Apple Inc. designs, manufactures, and markets smartphones, computers, tablets, wearables, and accessories, and offers digital content, cloud, and subscription services to customers worldwide.",
  "long_description": "Apple Inc. designs, manufactures, and markets smartphones, personal computers, tablets, wearables, and accessories worldwide. The company offers iPhone, Mac, iPad, AirPods, Apple TV, Apple Watch, Beats products, and HomePod. It also provides AppleCare support, cloud services, and operates platforms such as the App Store for digital content distribution. Apple offers subscription-based services including Apple Arcade, Apple Fitness+, Apple Music, Apple News+, Apple TV+, Apple Card, and Apple Pay. Its customers include consumers, small and mid-sized businesses, education, enterprise, and government sectors globally.",
  "website": "https://www.apple.com",
  "logo": "https://img.logokit.com/apple.com",
  "colors": [
    "#000000",
    "#f5f5f7",
    "#ffffff"
  ],
  "founded_year": 1976,
  "number_of_employees": "150,000-200,000",
  "social_media": {
    "facebook": "https://www.facebook.com/apple",
    "x": "https://x.com/apple",
    "instagram": "https://www.instagram.com/apple/",
    "linkedin": "https://www.linkedin.com/company/apple",
    "youtube": "https://www.youtube.com/apple",
    "pinterest": "https://www.pinterest.com/apple",
    "tiktok": "https://www.tiktok.com/@apple",
    "reddit": null,
    "snapchat": null,
    "discord": null,
    "tumblr": null,
    "vimeo": null
  },
  "address": {
    "address1": "One Apple Park Way",
    "address2": "",
    "city": "Cupertino",
    "state": "CA",
    "zip": "95014",
    "country": "US"
  },
  "gics_sector": "Information Technology",
  "gics_industry_group": "Technology Hardware & Equipment",
  "gics_industry": "Technology Hardware, Storage & Peripherals",
  "gics_sub_industry": "Technology Hardware, Storage & Peripherals"
}

Server-side · cron · batch jobs

Integrate MCP with backend agents

The MCP server is a plain HTTPS endpoint with Bearer auth. Drop it into autonomous workflows - nightly CRM enrichment, lead scoring, batch outreach, account research - and let your AI agents process tens of thousands of companies on a schedule.

No SDK, no client library.

Hit the endpoint from cron, Lambda, an edge function, or anything that speaks HTTPS.

Same auth as your REST API.

Reuse your existing sk_pa_… secret key - no new credentials to manage.

Predictable JSON output.

Every response uses the same Brand Data schema - easy to pipe into HubSpot, Salesforce, Attio, or a CSV.

sales-bot.ts · running

# nightly CRM enrichment · pulling unenriched accounts

~/sales-bot❯node enrich.ts --batch 248

[09:42:08]loaded 248 unenriched accounts

[09:42:08]connecting to mcp.logokit.com

[09:42:08]✓ logokit MCP · 2 tools available

[09:42:09] linear.app ✓ 6 fields updated

[09:42:10] vercel.com ✓ 6 fields updated

[09:42:11] notion.so ✓ 6 fields updated

[09:42:12] anthropic.com ✓ 6 fields updated

[09:42:13] resend.com ✓ 6 fields updated

processed 5 / 248 · 4.7s · eta 3m 51s ▍

One prompt · many companies

Compare companies and sectors with MCP

Pull data for entire competitor sets, portfolios, watchlists, or sectors in a single prompt. Your agent calls LogoKit in parallel, assembles the comparison, and hands you a structured answer - instead of guessing from training data.

Mix domains and tickers.

One prompt can lookup stripe.com, AAPL, and an ISIN side by side.

Uniform response shape.

Every lookup returns the same Brand Data schema, so the agent assembles tables and charts without custom mapping.

Verified, not invented.

Founding years, headcount, and HQs come from LogoKit's maintained database - not the model's training cutoff.

Who are the biggest names in fintech infrastructure?

Searched LogoKit for 3 companies

Stripe logo

Stripe · stripe.com

2010 · 5K–10K · S. San Francisco

Plaid logo

Plaid · plaid.com

2013 · 1K–5K · San Francisco

Adyen logo

Adyen · adyen.com

2006 · 1K–5K · Amsterdam

Verified profiles for each - colors, social, full address available on request.

MCP use cases for AI agents

Real workflows your AI assistant can power on day one.

AI Sales Outreach

Personalised cold emails at scale. Let your AI compose outreach that references the prospect's actual industry, employee count, and brand - pulled live, never made up.

CRM Enrichment

Auto-fill account properties. Hand your agent a list of domains and populate HubSpot, Salesforce, or Attio with structured brand data - industry, employee count, HQ, and founding year.

Financial Research

Resolve tickers, ISINs, CUSIPs. Paste any security identifier into Claude and get back the underlying company brief - ideal for analyst tooling and research workflows.

AI Design Tools

Real brand colors in generated UI. v0, Cursor, and ChatGPT can now ground every mockup in actual brand palettes and logos rather than placeholder grays.

User Onboarding

Theme your app by sign-up domain. Detect a user's company from their email, fetch their company logo, and personalise the first-run experience automatically.

Knowledge Bases & Docs

Smarter document context. Have your internal agent enrich AI-generated reports, internal wikis, and competitive briefs with verified company information.

MCP server pricing

The MCP server is included with the Startup, Scale, and Enterprise plans. Use the same secret API key you already have for the Brand Data API.

See pricing Brand Data API

MCP requests count against your Brand Data API quota. Monitor usage in your developer dashboard.

Frequently Asked Questions

What is the LogoKit Company Data MCP server?

Which tools does it expose?

Do I need to install anything?

Which MCP clients are supported?

How is authentication handled?

Is there a free tier?

Does it count against my Brand Data API quota?

What if a brand isn't found?

One API,

Millions of Logos

Get Started Contact Us

One API, Millions of Logos

Related Servers