Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Mcp B2b Prospect Engine
M
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:27:45 PM

Mcp B2b Prospect Engine

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Enrich companies, discover hiring signals and find verified contacts in one actor.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "mcp-b2b-prospect-engine": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-b2b-prospect-engine"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Prospect Engine MCP Server

Smithery Glama score MCP Registry npm version npm downloads license mcpservers.org

MCP server for the Mamba Labs Prospect Engine actor on Apify.

Four modes in one actor: enrich companies you already have, discover who is hiring for your keywords, find contacts at a company, or run the whole chain end to end with an ICP gate in the middle.

Install

Terminal
npx -y @mambalabsdev/mcp-b2b-prospect-engine

Claude Desktop

config.json
{
  "mcpServers": {
    "mamba-b2b-prospect-engine": {
      "command": "npx",
      "args": ["-y", "@mambalabsdev/mcp-b2b-prospect-engine"],
      "env": { "APIFY_TOKEN": "your-apify-token" }
    }
  }
}

Get an Apify token at console.apify.com/account/integrations.

Tool

run_prospect_engine

Four modes in one actor: enrich companies you already have, discover who is hiring for your keywords, find contacts at a company, or run the whole chain end to end with an ICP gate in the middle.

InputTypeRequiredNotes
modeenumnoWhat to run. enrich_companies resolves identity, firmographics, LinkedIn and social for each company. discover_jobs finds who is hiring for your keywords and resolves the real employer from the job description. find_contacts finds people at each company. full chains all three.
domainsarraynoOne domain per line. Used by enrich_companies and find_contacts.
company_namesarraynoOne name per line. Used when you have a name but no domain.
keywordsarraynoRoles to search for. Used by discover_jobs and full. Example: copy editor, proofreader, content editor.
countrystringnoTwo letter country code for job search, for example us or gb.
locationstringnoOptional location filter for job search, for example New York.
lookback_daysstringnoDrop postings older than this many days. Sent as a string because Clay sends every field as a string.
max_resultsstringnoCap on postings returned per run. Keeps a broad keyword set from running away.
max_pagesstringno1 to 5. Each page is one SerpAPI call, so this is the main cost dial on discovery.
new_postings_onlystringnotrue to return only postings not seen in a previous run.
previous_run_datestringnoYYYY-MM-DD watermark for delta detection when the cross-run cache is unavailable.
remote_onlystringnotrue to keep only postings flagged remote by the board.
company_size_minstringnoDrop companies below this headcount. Only takes effect once headcount is known, so it applies in full mode and to any discovery row that carried an employee count. Discovery alone does not enrich.
company_size_maxstringnoDrop companies above this headcount. Same condition as the minimum.
exclude_staffingstringnotrue to drop postings from staffing and recruitment agencies.
exclude_marketplacesstringnotrue to drop Upwork, Fiverr, Freelancer and similar gig listings.
extra_marketplacesarraynoAdditional marketplace names to filter out.
fetch_posting_pagestringnotrue to open the job posting when the description alone does not identify the employer. Slower, and it is what catches a job board posting on an employer's behalf.
target_contactsstringno1 to 25.
job_titlesarraynoTitles to search for when finding contacts.
seniorityarraynoc_level, vp, director, manager, senior.
departmentsarraynomarketing, sales, engineering, product, finance, hr, operations, legal.
include_emailstringnotrue to run the email waterfall. Needs an Icypeas or Prospeo key, which you supply and are billed for directly.
verify_emailstringnotrue to verify each address. Needs a Reoon or BounceBan key.
score_icpstringnotrue to score every row against the ICP rules and tier it A to D.
icp_presetenumnoWhich scoring model to apply. "proofed_editorial" scores for a seller of managed copy editing and proofreading. "generic_b2b" scores on hiring intent, employer resolvability and headcount with no service-specific vocabulary.
min_icp_scorestringnoIn full mode, only companies scoring at or above this go on to contact discovery. Default 45: at 25 the filter passed every keyword-discovered editorial posting, because 25 is the floor such a posting can score.
extra_exclude_namesarraynoAny company whose name contains one of these is excluded.
signal_taxonomyarraynoOverride the default signal types. Each entry is an object with type, strength, title_keywords, and optional also_keywords and description_keywords.
include_socialstringnotrue to resolve Facebook, Instagram, X and YouTube alongside LinkedIn.
source_timeout_secsstringno5 to 120. A source that exceeds this is marked degraded and the run continues.
skip_cachestringnotrue to ignore the 7 day cross-run cache and recompute everything.
serper_api_keystringnoYour Serper.dev key. Powers people search in find_contacts, which is the highest-coverage layer. Without it the free fallback is measurably poor.
findymail_api_keystringnoYour Findymail key. First provider in the email waterfall.
icypeas_api_keystringnoYour Icypeas key. Runs on Findymail misses.
prospeo_api_keystringnoYour Prospeo key. Runs on the residual after Findymail and Icypeas.
reoon_api_keystringnoYour Reoon key. First email verification provider.
bounceban_api_keystringnoYour BounceBan key. Second verifier, used for the catch-all case.
serpapi_keystringnoYour SerpApi key. Required by discover_jobs and full. Distinct from a Serper key: different vendor.

Billing

You are charged per company enriched, per contact verified and per job posting discovered, at different rates for basic and full enrichment. Vendor API calls are billed to you by those vendors directly.

Pricing is on the actor's Apify page. Running this server consumes Apify credits.

What this server does and does not do

It is a thin client for the Apify actor. It passes your input through and returns the actor's output unchanged. Every behavior described above lives in the actor, not here.

Errors are surfaced, never swallowed. An invalid input, an invalid token, an exhausted balance, a timeout, or a run that returns anything other than a dataset all come back as an explicit tool error rather than as an empty result.

Source

The actor is on the Apify Store. This wrapper is MIT licensed.

Built by Mamba Labs

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Agent Skills Search Server

    Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.

    πŸ’» Developer Tools0 views
    Compare vs Agent Skills Search Server β†’
  • S
    Signals

    Predictive Signals, Company Search, Sector Trends and Contacts for PEs, IBs, M&A dealmakers.

    πŸ’» Developer Tools0 views
    Compare vs Signals β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’

Frequently Asked Questions about Mcp B2b Prospect Engine

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mcp-b2b-prospect-engine": { "command": "npx", "args": ["-y", "mcp-b2b-prospect-engine"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMcp B2b Prospect Engine AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mcp-b2b-prospect-engine?style=directory)](https://allmcps.com/mcp/mcp-b2b-prospect-engine)
HTML Embed
<a href="https://allmcps.com/mcp/mcp-b2b-prospect-engine"><img src="https://allmcps.com/api/badge/mcp-b2b-prospect-engine?style=directory" alt="Mcp B2b Prospect Engine on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/5 checks healthy over the last 7h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Mcp B2b Prospect Engine β†’Install in Claude DesktopInstall in CursorInstall in VS Code