Brand.dev API
$0.06/call
API to personalize your product with logos, colors, and company info from any domain.
Connect Brand.dev API 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": {
"brand-dev": {
"url": "https://brand-dev.mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}Or connect all tools
Access all tools (including Brand.dev API) 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.
13 Brand.dev API tools availableAbout Brand.dev API
Brand.dev API on xpay — Extract brand identity and company data without leaving your agent
Brand.dev API is a data enrichment service that retrieves logos, color palettes, typography, industry classification, and company metadata from any domain, email address, stock ticker, or ISIN. Developers use it to personalize product experiences, enrich transaction data, build brand intelligence tools, and automate design system extraction. On xpay, you call Brand.dev's 13 tools directly from Claude Code, Cursor, or any MCP-compatible agent—paying $0.06 per call with no Brand.dev account signup required.
What's available
brand-dev_retrieve_brand_data_by_domain— Fetch logos, backdrops, colors, industry, and description from a domain in one call.brand-dev_retrieve_brand_data_by_company_name— Look up brand data by company name instead of domain.brand-dev_extract_fonts_from_website— Analyze a website's typography: font families, usage stats, fallbacks, and element counts.brand-dev_identify_brand_from_transaction_data— Identify companies from transaction titles (built for fintech and payment platforms).brand-dev_retrieve_naics_code_for_any_brand— Classify any brand into a 2022 NAICS industry code.brand-dev_retrieve_brand_data_by_email_address— Extract brand data from an email domain; detects disposable and free email addresses.brand-dev_retrieve_simplified_brand_data_by_domain— Lightweight version returning only domain, title, colors, logos, and backdrops.brand-dev_extract_design_system_and_styleguide_from_website— Automatically extract comprehensive design systems: colors, typography, spacing, shadows, and UI components.brand-dev_extract_products_from_a_brands_website— (Beta) Scrape product listings with name, description, image, pricing, and features.brand-dev_take_screenshot_of_website— Capture viewport or full-page screenshots; supports heuristic targeting of login, pricing, or other page types.brand-dev_retrieve_brand_data_by_stock_ticker— Look up brand data using a stock ticker symbol.brand-dev_retrieve_brand_data_by_isin— Retrieve company brand data from an ISIN (International Securities Identification Number).
When Brand.dev API is the right tool
- You're building a B2B SaaS dashboard and need to auto-populate company logos and brand colors from a domain or email.
- You're enriching transaction or invoice data with company branding for better UX.
- You're analyzing competitor websites and need to extract design systems, typography, and product catalogs programmatically.
- You're classifying companies into industry codes (NAICS) for reporting or segmentation.
- You're personalizing user experiences based on the company behind an email address or domain.
- You're building a brand intelligence or market research tool that aggregates visual and metadata from multiple companies.
When to choose something else
- If you only need basic WHOIS or DNS lookups, a lighter DNS API may be cheaper and faster.
- If you need real-time stock data or financial metrics beyond company metadata, use a dedicated financial data API (e.g., Alpha Vantage, IEX Cloud).
- If you're doing large-scale web scraping of product catalogs, a dedicated web scraping service with custom parsing may be more cost-effective than per-call pricing.
- If you need historical brand data or change tracking over time, Brand.dev API provides snapshots; you may need a separate versioning layer.
- If your use case is one-off or very low volume, the $5 free credit may not justify integration overhead.
Pricing snapshot
All 13 Brand.dev API tools on xpay are priced at $0.06 per call. No subscription, no monthly minimums. You pay only for what you use. A typical enrichment workflow (domain → brand data + design system) costs $0.12–$0.18 depending on which tools you chain together.
Quickstart
Option 1: Brand.dev API alone (recommended for this provider)
claude mcp add --transport http brand-dev "https://brand-dev.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
Then in Claude Code, ask your agent to use brand-dev_retrieve_brand_data_by_domain with a domain argument—it will call the tool directly and return logos, colors, and company metadata.
Option 2: All xpay providers in one connection
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
With the unified endpoint, use xpay_discover("brand data") to find Brand.dev tools, then xpay_run("brand-dev/retrieve_brand_data_by_domain", {"domain": "example.com"}) to invoke them.
For Cursor, Windsurf, Cline, or VS Code (Copilot): Add this to your mcp.json:
{
"mcpServers": {
"brand-dev": {
"url": "https://brand-dev.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).
Why route Brand.dev API through xpay?
- No Brand.dev API signup. xpay holds the upstream credentials; you authenticate once with your xpay key and access all 13 Brand.dev tools immediately.
- Pay per call, not per month. $0.06 per tool invocation. No subscription, no seat licenses, no unused quota waste.
- MCP-native integration. Call Brand.dev directly from Claude Code, Cursor, Windsurf, or any MCP-compatible agent without writing HTTP clients or managing API keys in your codebase.
- Unified billing across providers. If you also use Tavily, Apollo, or other xpay-wrapped APIs, one invoice covers everything.
- Instant access to new tools. When Brand.dev releases new endpoints, xpay exposes them automatically; no client library updates needed.
FAQs
See the FAQ section below for common questions about setup, pricing, and use cases.
Frequently Asked Questions
Brand.dev API is a data enrichment service that retrieves company branding, design systems, and metadata from domains, email addresses, stock tickers, and ISINs. It returns logos, color palettes, typography, industry classification (NAICS), product listings, and screenshots. Developers use it to personalize product UX, enrich transaction data, and automate brand intelligence workflows.
All 13 Brand.dev API tools cost $0.06 per call on xpay. There is no subscription, no monthly minimum, and no per-provider signup fee. You pay only for the calls you make. New xpay users get $5 free credit to try it out.
No. xpay holds the upstream Brand.dev credentials on your behalf. You only need an xpay account (free signup at https://xpay.tools with email or Google). Once you have your xpay API key, you can call all Brand.dev tools immediately without signing up for Brand.dev directly.
Common use cases include: auto-populating company logos and brand colors in B2B dashboards, enriching invoices and transactions with company branding, extracting design systems and typography from competitor websites, classifying companies into industry codes, personalizing user experiences based on company metadata, and building brand intelligence or market research tools.
Run this command: `claude mcp add --transport http brand-dev "https://brand-dev.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"` (replace YOUR_XPAY_KEY with your xpay API key from https://xpay.tools). Then ask Claude to use tools like `brand-dev_retrieve_brand_data_by_domain` with a domain argument, and it will fetch logos, colors, and company info.
Add this entry to your `mcp.json` file: `{ "mcpServers": { "brand-dev": { "url": "https://brand-dev.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY" } } }`. Replace YOUR_XPAY_KEY with your xpay API key. Restart your editor, and the Brand.dev tools will be available to your AI assistant.
If you only need basic domain metadata, consider DNS APIs or WHOIS services. For financial data and stock information, use Alpha Vantage or IEX Cloud. For large-scale web scraping, dedicated scraping services may be more cost-effective. For one-off lookups, manual research or lighter enrichment APIs might suffice. Brand.dev is best for automated, high-volume personalization and design system extraction.
Yes. You can connect the unified xpay endpoint (`https://mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY`) to access Brand.dev, Tavily, Apollo, and all other xpay-wrapped providers in one MCP connection. Use `xpay_discover()` to find tools and `xpay_run()` to invoke them. Alternatively, connect Brand.dev alone with its dedicated endpoint for simpler setup.

