Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

LeadSpark

БесплатноНе проверен

Enables AI agents to research companies and find contacts with structured data from multiple free sources, including company info, tech stack, and email address

GitHubEmbed

Описание

Enables AI agents to research companies and find contacts with structured data from multiple free sources, including company info, tech stack, and email addresses.

README

Research any company or person from your AI IDE. Get company info, tech stack, contacts, and emails - all without leaving Cursor, Claude Code, or Windsurf.

What it does

LeadSpark is an MCP server that gives your AI agent the ability to research companies and find contacts. Type "research stripe.com" and get back structured company data from 6+ free data sources.

Tools

Tool Description Data returned
research_company Full company enrichment Name, description, industry, HQ, founded year, employees, tech stack, social links, email provider, hosting
find_contacts Find people at a company Names, titles, LinkedIn URLs, probable email addresses
lookup_tech_stack Detect website technologies CMS, frameworks, analytics, CDN, hosting, chat tools, payments (60+ fingerprints)

Data sources (all free)

  • Website scraping (meta tags, Schema.org JSON-LD, about pages)
  • DNS/MX records (email provider, hosting detection)
  • SSL certificates (organization name, location)
  • Built-in tech fingerprints (60+ technologies)
  • GitHub API (org data, team members, languages)
  • DuckDuckGo Instant Answers (Wikipedia summaries, company facts)
  • Email pattern detection (first.last@, flast@, etc.)

Setup

Claude Code

Add to your MCP config (~/.claude.json or project settings):

{
  "mcpServers": {
    "leadspark": {
      "command": "npx",
      "args": ["-y", "leadspark-mcp"]
    }
  }
}

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "leadspark": {
      "command": "npx",
      "args": ["-y", "leadspark-mcp"]
    }
  }
}

Windsurf

Add to MCP settings:

{
  "mcpServers": {
    "leadspark": {
      "command": "npx",
      "args": ["-y", "leadspark-mcp"]
    }
  }
}

Optional: Set environment variables for better results

# Higher GitHub API rate limits (5K -> 15K requests/hour)
export GITHUB_TOKEN=your_github_token

# Hunter.io for email verification (50 free lookups/month)
export HUNTER_API_KEY=your_hunter_key

Example output

> research stripe.com

# Stripe, Inc
**Description:** Stripe is a financial services platform...

## Company Info
- Industry: Financial Services
- Headquarters: South San Francisco, California, US
- Founded: 2011
- Employees: 3029+ GitHub followers
- Email Provider: Google Workspace
- Hosting: AWS

## Social Links
- GitHub: https://github.com/stripe

## Tech Stack
- Framework: React, Next.js
- Analytics: Google Analytics
- Payments: Stripe

Development

git clone https://github.com/yourusername/leadspark-mcp
cd leadspark-mcp
npm install
npm run dev

License

MIT

from github.com/CodeSerg21/leadspark-mcp

Установка LeadSpark

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/CodeSerg21/leadspark-mcp

FAQ

LeadSpark MCP бесплатный?

Да, LeadSpark MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для LeadSpark?

Нет, LeadSpark работает без API-ключей и переменных окружения.

LeadSpark — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить LeadSpark в Claude Desktop, Claude Code или Cursor?

Открой LeadSpark на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare LeadSpark with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории communication