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.
Ask about any company by domain or stock ticker - your agent calls LogoKit, LogoKit returns structured JSON.
Get started
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 CursorOpens Cursor and pre-fills the server config. Paste your secret key after install.
Add as a custom connector in ChatGPT:
- In ChatGPT, open Settings → Connectors.
- Click Advanced and enable Developer mode, then choose Add custom connector.
- 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).
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"
]
}
}
}
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.
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.
{
"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.
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.
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.
MCP requests count against your Brand Data API quota. Monitor usage in your developer dashboard.