Logo.dev
$0.02/call
Logo.dev - Brand search and company data API
Connect Logo.dev tools
Cursor
Claude Code
Claude Desktop
Windsurf
VS Code
Cline
Roo Code
ChatGPT
Gemini CLI
Amazon Q
Goose
Augment
n8n
API / cURL
AI SDK
TypeScript SDK
{
"mcpServers": {
"logo": {
"url": "https://logo.mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}Or connect all tools
Access all tools (including Logo.dev) through a single MCP connection.
{
"mcpServers": {
"xpay": {
"url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}Agent Discovery
Machine-readable catalogs for LLM agents and automation.
curl https://xpay.tools/llms.txt
curl https://xpay.tools/agents.txt
curl https://xpay.tools/skill.md
Pricing
Pay per tool call. No subscriptions.
1 Logo.dev tool availableAbout Logo.dev
Logo.dev on xpay — Brand and company data lookup without the signup friction
Logo.dev is a brand search and company data API that lets you query domains, company information, and brand metadata by name. Developers use it to enrich lead lists, verify company domains, and build brand-aware applications. Instead of signing up directly with Logo.dev and managing separate credentials, xpay wraps the API as an MCP tool—you authenticate once with your xpay key and pay per call.
Logo.dev powers domain discovery and brand intelligence workflows. On xpay, you get the same capabilities without the account overhead.
What's available
logo_brand_search($0.02/call) — Search for company domains and brand information by company name. Returns domain, logo URL, and company metadata.
When Logo.dev is the right tool
- You're building a lead enrichment pipeline and need to verify or discover company domains from brand names.
- You're automating domain lookups for email outreach or CRM workflows.
- You need lightweight company metadata (logo, domain) without a full data provider subscription.
- You want to enrich user signups with company information based on company name alone.
- You're prototyping a brand-aware feature and don't want to commit to a long-term contract.
When to choose something else
- You need deep firmographic data (employee count, funding, industry classification)—consider Apollo, Hunter, or RocketReach instead.
- You require real-time email validation or bulk email finder capabilities—Clearbit or Hunter Email Finder are better fits.
- You're doing large-scale B2B data enrichment with complex filtering—a dedicated data platform like ZoomInfo or Dun & Bradstreet may be more cost-effective.
- You need historical company intelligence or news feeds—Crunchbase or PitchBook offer richer context.
- You only need a single domain lookup once—a free WHOIS or DNS lookup tool may suffice.
Pricing snapshot
| Tool | Price per call |
|---|---|
logo_brand_search | $0.02 |
Quickstart
Add Logo.dev to Claude Code:
claude mcp add --transport http logo "https://logo.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
Replace YOUR_XPAY_KEY with your xpay API key (get one free at https://xpay.tools after email or Google signup). Once connected, your Claude Code agent can call logo_brand_search by name—just ask it to search for a company domain.
If you want Logo.dev alongside other xpay providers in one connection, use the unified endpoint instead:
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
For Cursor, Windsurf, Cline, or VS Code with Copilot, add an entry to your mcp.json file:
{
"mcpServers": {
"logo": {
"url": "https://logo.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
}
}
}
Why route Logo.dev through xpay?
- No Logo.dev signup — xpay holds the provider credentials. You authenticate once with your xpay key and never create a separate Logo.dev account.
- Pay only for what you use — $0.02 per call, no subscription or monthly minimum. Stop paying when you stop calling.
- MCP-native integration — Tools are exposed as standard MCP resources. Any MCP-compatible agent (Claude Code, Cursor, Cline, etc.) can invoke them without custom code.
- Unified billing — If you use multiple xpay providers (Tavily, Apollo, Hunter, etc.), one invoice covers all of them.
- Instant activation — No approval process, no waiting for Logo.dev to enable your account. Start making calls immediately after signup.
Frequently Asked Questions
Logo.dev is a brand search and company data API. You give it a company name, and it returns the company's domain, logo URL, and basic metadata. It's useful for lead enrichment, domain discovery, and building brand-aware applications without maintaining a separate database of company information.
Logo.dev calls cost $0.02 per call on xpay. There is no subscription or monthly minimum—you pay only for the calls you make. Your first $5 of usage is free after signup.
No. xpay holds the Logo.dev credentials on your behalf. You sign up once at xpay.tools with your email or Google account, get an xpay API key, and use that key to call Logo.dev through MCP. You never create a separate Logo.dev account or manage Logo.dev credentials yourself.
Run `claude mcp add --transport http logo "https://logo.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"` in your terminal, replacing `YOUR_XPAY_KEY` with your xpay API key. After that, Claude Code can call `logo_brand_search` directly. Get your xpay key at https://xpay.tools after signup.
Yes. Add an entry to your `mcp.json` file with the Logo.dev MCP endpoint URL and your xpay key. For Cursor, Windsurf, Cline, or VS Code with Copilot, the config looks like: `{ "mcpServers": { "logo": { "url": "https://logo.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY" } } }`.
Common use cases include enriching lead lists with company domains, verifying company information during user signup, automating domain lookups for email outreach, and building brand-aware features that need company metadata. It's lightweight and fast for domain discovery workflows.
If you need deeper firmographic data (employee count, funding, industry), consider Apollo or RocketReach. For email finding and validation, Hunter or Clearbit are stronger. For large-scale B2B enrichment, ZoomInfo or Dun & Bradstreet may be more cost-effective. For simple domain lookups, free WHOIS tools work too.
Yes. Instead of adding the per-provider endpoint, use the unified xpay endpoint: `https://mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY`. This exposes Logo.dev and every other xpay provider in one MCP connection. You can then discover and call tools from any provider using the same xpay key and billing.

