LeadSpark
FreeNot checkedEnables AI agents to research companies and find contacts with structured data from multiple free sources, including company info, tech stack, and email address
About
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
Installing LeadSpark
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/CodeSerg21/leadspark-mcpFAQ
Is LeadSpark MCP free?
Yes, LeadSpark MCP is free — one-click install via Unyly at no cost.
Does LeadSpark need an API key?
No, LeadSpark runs without API keys or environment variables.
Is LeadSpark hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install LeadSpark in Claude Desktop, Claude Code or Cursor?
Open LeadSpark on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Gmail
Read, send and search emails from Claude
by GoogleSlack
Send, search and summarize Slack messages
by SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare LeadSpark with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All communication MCPs
