b2b-lead-intelligence
Allows LangChain agents to use B2B firmographics, executive contact discovery, and hiring signal capabilities for AI-driven sales workflows.
💼 B2B Company & Decision-Maker Lead Intelligence MCP Pro (Apollo / Proxycurl Alternative)
An enterprise-grade Model Context Protocol (MCP) Server and live B2B firmographics engine that equips Claude Desktop, Cursor IDE, LangChain, and AI SDR sales agents with real-time company intelligence, executive contact emails, and hiring growth signals.
⚡ Overview
B2B Lead Intelligence Pro is a high-speed, cost-efficient alternative to Apollo, ZoomInfo, and Proxycurl. It enriches any domain with employee headcount tiers, estimated ARR ranges, technology adoption stacks, verified C-level executive contact emails, and active hiring growth signals.
🏢 Deep Firmographics & Tech Stack: Extracts headcount tiers (
1-10,11-50,51-200,201-500,500+), ARR estimates, and technology adoption (Cloud, AI/ML, CRM, Databases).👤 Executive Decision-Maker Discovery: Discovers Founders, CEOs, CTOs, VP of Engineering, and Head of Sales with verified corporate emails and confidence scores.
📈 Hiring Signals & Growth Intent: Detects active job openings and department expansion trends.
🔌 Zero-Config MCP Integration: Plug-and-play with Claude Desktop, Cursor, and Antigravity agents.
Related MCP server: GrowthKit Revenue Intelligence
🛠️ MCP Tools & Capabilities
The server exposes the following Model Context Protocol (MCP) tools:
Tool Name | Parameters | Description |
|
| Enriches any company domain with deep firmographics, headcount tier, ARR estimate, headquarters, and tech stack tags. |
|
| Discovers executive decision-makers (C-Level, VP Engineering, VP Sales) with verified corporate emails and LinkedIn profiles. |
|
| Extracts active job openings, department expansion surges, and buying intent signals. |
🔌 Quickstart: Connect to Claude Desktop & Cursor
1. Claude Desktop Configuration
Add this server to your claude_desktop_config.json:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"b2b-lead-intelligence": {
"command": "python3",
"args": [
"/path/to/b2b-lead-intelligence-api/mcp_server.py"
]
}
}
}2. Cursor IDE Configuration (.cursor/mcp.json)
{
"mcpServers": {
"b2b-lead-intelligence": {
"command": "python3",
"args": ["/path/to/b2b-lead-intelligence-api/mcp_server.py"]
}
}
}📦 Python SDK & CLI Usage
pip install b2b-lead-intelligencefrom b2b_lead_intelligence import enrich_company, find_executives, get_hiring_signals
# 1. Company Firmographics & Tech Stack
company = enrich_company("stripe.com")
print(f"Company: {company['company_name']} | Headcount: {company['firmographics']['headcount_tier']}")
print(f"Tech Stack: {company['tech_stack']['technologies']}")
# 2. Executive Decision-Maker Leads
leads = find_executives("stripe.com", department="Engineering", limit=3)
for exec in leads["decision_makers"]:
print(f"{exec['name']} ({exec['title']}) -> {exec['email']} [Confidence: {exec['email_confidence']}%]")🌐 Serverless REST API Endpoints
Method | Endpoint | Description |
|
| Deep company firmographics, ARR tier, headcount, and tech stack. |
|
| Executive decision-maker contact extraction with verified corporate emails. |
|
| Department growth indicators and active job openings. |
|
| Service health status and supported capabilities. |
📄 License
MIT License. Created by Meanus Arcanus.
This server cannot be installed
Maintenance
Related MCP Connectors
TAM mapping, company discovery, contact intelligence, and technographics across 65M+ B2B domains.
Real-time B2B buying signals on your target accounts: funding, hiring, leadership, tech stack.
B2B lead generation, email verification, company enrichment, and agentic GTM Ops.
B2B sales intelligence — company emails, enrichment, lead lists, hiring & funding signals.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to automate sales prospecting by finding contacts by role and industry, enriching data with emails and tech stacks, scoring against ideal customer profiles, and generating personalized outreach sequences. Streamlines lead generation and sales engagement workflows through integrated research and sequence generation tools.
- AlicenseNot gradedqualityBmaintenanceSales intelligence for DACH & EU SMEs — lead scoring, ICP fit, CRM enrichment & writeback.MIT
- FlicenseNot gradedqualityBmaintenanceEnriches B2B company profiles with structured data including firmographic, technographic, and intent signals.
- AlicenseNot gradedqualityDmaintenanceProvides real-time website audits, lead scoring, tech-stack detection, and local-business search for AI agents doing sales outreach and competitor research.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/meanusarcanus/b2b-lead-intelligence-api'
If you have feedback or need assistance with the MCP directory API, please join our Discord server