VOOZH about

URL: https://apify.com/nexgendata/sales-intelligence-mcp?fpr=2ayu9b

⇱ Sales Intelligence MCP β€” Lead-Gen Tools for AI Agents Β· Apify


πŸ‘ Sales Intelligence MCP β€” 10 B2B Lead-Gen Tools for AI Agents avatar

Sales Intelligence MCP β€” 10 B2B Lead-Gen Tools for AI Agents

Pricing

from $8,000.00 / 1,000 sales intelligence tool calls

Go to Apify Store

Sales Intelligence MCP β€” 10 B2B Lead-Gen Tools for AI Agents

One MCP endpoint that gives any AI agent ten B2B prospecting tools: find company emails, enrich companies, discover leads by industry, detect hiring signals, track funding, detect tech stack, and search LinkedIn jobs. Works in Claude Desktop, Cursor, Cline, Windsurf, and n8n. Billed per call.

Pricing

from $8,000.00 / 1,000 sales intelligence tool calls

Rating

0.0

(0)

Developer

πŸ‘ NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

4 hours ago

Last modified

Share

One MCP endpoint that gives any AI agent ten B2B prospecting tools β€” find company emails, enrich a company, discover leads by industry, detect hiring signals, track funding, detect tech stack, and search LinkedIn jobs. Drop it into Claude Desktop, Cursor, Cline, Windsurf, or n8n and your assistant gains the prospecting power of Apollo, ZoomInfo, and Clearbit combined, billed per call instead of per seat.

This is the MCP hub for the NexGenData B2B suite: instead of juggling ten separate actors and API keys, your agent calls find_company_emails("stripe.com") or find_b2b_leads(industry="fintech", country="Singapore") and gets clean structured JSON back through a single streamable-HTTP MCP transport.

Who this is for

  • AI SDR tooling β€” give a sales agent autonomous research, qualification, and enrichment.
  • Founders building lead-gen automations β€” replace a four-vendor sales stack with one MCP server.
  • Sales engineers + RevOps β€” drop into Cursor and let the agent write enrichment loops over CRM exports.
  • Agent frameworks β€” LangChain, CrewAI, Autogen, Smolagents that need sales-intelligence tools.
  • n8n workflows β€” call prospecting tools mid-automation.

The 10 tools

ToolWhat it doesUpstream actor
find_company_emails(domain)Discover role-based + verified business emails for a domaincompany-email-finder
enrich_company(domain_or_name)Enrich one company with domain, industry, employees, socials, emailscompany-enrichment-tool
aggregate_company_profile(name)Full profile from homepage + /about + /careers + Crunchbase + JSON-LDcompany-data-aggregator
find_b2b_leads(industry, country, limit)Discover B2B leads matching industry / geo / size filtersb2b-leads-finder
enrich_lead_list(domains)Bulk-enrich a list of domains with contact + social datalead-list-enricher
detect_hiring_signal(company_slugs)Detect hiring momentum (open roles, growth signals) for target accountshiring-signal-detector
track_startup_funding(stage, sector, days_back)Track recent funding rounds by stage / sector / lookbackstartup-funding-tracker
detect_tech_stack(domain)Detect frameworks, CMS, analytics, payment, hosting (Wappalyzer replacement)wappalyzer-replacement
find_yc_companies(batch, stage)Browse the Y Combinator directory by batch and statusyc-companies-directory-scraper
search_linkedin_jobs(query, location)Search public LinkedIn job postings (title, company, date, description)linkedin-jobs-scraper

Every tool returns structured JSON wrapped in MCP's structuredContent envelope, so agents can reason over it without an extra parsing step.

Connect your MCP client

The server runs in Apify Standby mode at:

https://nexgendata--sales-intelligence-mcp.apify.actor/mcp

You need an Apify token β€” grab it from Apify Console β†’ Settings β†’ Integrations.

Claude Desktop (claude_desktop_config.json)

{
"mcpServers":{
"sales-intelligence":{
"url":"https://nexgendata--sales-intelligence-mcp.apify.actor/mcp",
"headers":{"Authorization":"Bearer YOUR_APIFY_TOKEN"}
}
}
}

Cursor (~/.cursor/mcp.json)

{
"mcpServers":{
"sales-intelligence":{
"url":"https://nexgendata--sales-intelligence-mcp.apify.actor/mcp",
"headers":{"Authorization":"Bearer YOUR_APIFY_TOKEN"}
}
}
}

Cline, Windsurf, and Continue.dev use the same streamable-http transport β€” point the client at the URL with an Authorization: Bearer … header.

Sample tool call

Agent call: find_b2b_leads(industry="fintech", country="SG", limit=25)
Returns: structuredContent -> [{company, domain, contacts:[{name, role, email}], industry, size_range}]

Example agent workflow

"Find fintech companies in Singapore with hiring momentum and verified emails":

1. find_b2b_leads(industry="fintech", country="Singapore", limit=10)
->10 fintech company domains in SG
2. detect_hiring_signal(company_slugs=[...])
-> keep the ones with open roles or growth signals
3. enrich_lead_list(domains=[...])
->add verified emails, social profiles, contact pages

One natural-language prompt, three MCP tool calls, a contact-ready list of qualified leads.

FAQ

Which clients does it work with? Claude Desktop, Cursor, Cline, Windsurf, and n8n β€” any MCP-compatible client that speaks the streamable-HTTP transport.

What tools does it expose? Ten: company emails, company enrichment, aggregate company profile, B2B leads, list enrichment, hiring-signal detection, funding tracking, tech-stack detection, YC directory, and LinkedIn jobs.

Do I need API keys for each underlying actor? No β€” one Apify token unlocks all ten tools. The server orchestrates everything server-side.

Can I extend it with my own tools? Yes β€” the source is open in the actor. Fork it, add FastMCP @server.tool() decorators wrapping Actor.call(...), and redeploy under your own namespace.

Can AI agents pay autonomously? Yes β€” the underlying actors support agentic / Skyfire payment, so an agent can discover, fund, and invoke the tools without a human in the loop.

What's the typical latency? Most tool calls land in the 15–45s range; LinkedIn jobs with full descriptions or a full YC batch can take longer. The MCP transport keeps the connection open while the upstream runs.

Related NexGenData actors

You might also like

n8n-mcp

nourishing_courier/web-data-for-ai

n8n-mcp

πŸ‘ User avatar

Ani BjΓΆrkstrΓΆm

4

Linkedin Ads Mcp Server [PPR]

zadexinho/linkedin-ads-mcp-server

MCP server providing LinkedIn Ad Library data to AI agents. Tools: [search_linkedin_ads], [get_ad_details], [get_advertiser_ads]. Connect Claude Desktop, Cursor, n8n, or any MCP-compatible client. Returns ad copy, creatives, and active status.

Airbnb MCP Server β€” Claude, Cursor & AI Agents

makework36/airbnb-mcp-server

Plug-and-play Airbnb MCP server for Claude Desktop, Cursor and any MCP-compatible AI agent. Search listings, compare prices across cities, pull ratings, photos and coordinates β€” no login, no API key.

πŸ‘ User avatar

deusex machine

23

n8n Documentation MCP Server

agentify/n8n-mcp-server

n8n MCP Server provides AI assistants with structured access to n8n node documentation, properties, and validation tools for building and verifying workflows efficiently.

✈️ Travel MCP β€” AI Hotel & Flight Search

nexgendata/travel-mcp-server

MCP server letting AI agents (Claude Desktop, Cursor, n8n, OpenAI Agents SDK) search hotels, flights, vacation rentals, and reviews across Booking.com, Airbnb, and TripAdvisor. Pay-per-result, no quotas β€” drop-in for AI travel concierges and itinerary builders.

Company Research & Lead Enrichment MCP Server

constructive_wainscot/companyscope-mcp

Company research & lead enrichment from 12 free sources. Full profiles: SEC financials, tech stacks, competitors, patents, key people, job postings. Works with Claude Desktop, ChatGPT, Cursor, Cline. MCP server for AI agents. Integrates with Make.com, Zapier, n8n.

πŸ‘ User avatar

Stew Williamson

10

Related articles

How to use MCP with Apify Actors
Read more
Best MCP servers for developers
Read more