Predictleads MCP and the Yalc Framework
The signal layer for event triggered Yalc workflows. When intent (hiring, funding, news, technographics) drives outbound timing, this MCP fires the trigger.
Add Predictleads to Claude Code in one command
claude mcp add predictleads --transport http "https://mcp.predictleads.com/sse" --headers "X-API-Key:YOUR_PREDICTLEADS_KEY"
Sign up at predictleads.com (100 free API requests per month). Generate an API key from your dashboard. Predictleads documents an MCP integration; the exact server URL may differ from the placeholder above. Check the MCP integration section of the Predictleads docs for the current URL and headers.
Predictleads, plainly
Predictleads provides structured signal data on 100 million plus companies: news events across 29 categories, job openings, technographics (1.2 billion technology detections all time), key customers, financing rounds, and similar company lookups. The vendor positions explicitly for AI agents and exposes the same dataset via REST, MCP, webhooks, and flat files.
For Yalc workflows, Predictleads is the canonical signal source. Where Crustdata gives you the database (who exists), Predictleads gives you the trigger (what just changed). When a Yalc agent says "alert me when ICP accounts post a hiring signal" or "trigger outbound when a target company raises Series B", Predictleads supplies the event.
Position in the GTM operating system
The Predictleads MCP sits at the **listen** node in Yalc's GTM topology. Most static prospecting (firmographics, ICP filtering) happens upstream in Crustdata. Predictleads kicks in when the question shifts from "who matches" to "who just changed".
The MCP exposes the signal endpoints as native Claude tools. Yalc workflows can subscribe to Predictleads webhooks for real time push, or query the MCP on demand for batch intelligence digests.
Deploying the Predictleads MCP inside Yalc workflows
Workflow position
The signal listener. Yalc subscribes to Predictleads watchers on target accounts, classifies the event via Claude, decides whether to trigger an outbound action. Downstream is the standard Yalc send pipeline.
Prompt patterns
Copy paste prompts for Claude Code that invoke the Predictleads MCP.
Chaining recommendations
Anti patterns to avoid
Compatibility
Predictleads documents an MCP integration that works inside Claude Code, Cursor, and other MCP clients. The free tier (100 requests per month) is enough to pilot a real Yalc workflow. Webhooks are first class for production volume.
Pros, cons, who it's for
Pros
- 100 API requests per month free. Easy to start.
- 29 event categories cover most B2B trigger patterns (hiring, funding, tech, news).
- 100M+ company coverage at the firmographic layer plus a signal layer most enterprise databases don't ship.
- Real time webhooks for signal events. No polling.
- Multiple delivery formats (REST, MCP, webhooks, flat files). Pick what fits your workflow.
Cons
- Pricing above the free tier is custom. Procurement friction.
- Signal noise without filtering. Most events aren't outreach worthy.
- Some event categories (press releases) are higher volume / lower signal than others (financing).
- Less people level data than Crustdata. Predictleads is company centric.
Who it's for
- GTM teams running event triggered outbound (signal based prospecting)
- Sales engineers who want intent data without enterprise sales suite pricing
- Data teams building internal company intelligence pipelines
The Predictleads ecosystem inside Yalc
MCPs to consider instead
Frequently asked
How does the Predictleads MCP compare to Crustdata's MCP?
They compose. Crustdata is a database (who exists, where, what they do). Predictleads is a signal layer (what just changed). Most Yalc workflows install both and chain them.
What kinds of signals does the MCP surface?
29 event categories. High signal include financing rounds, executive hires, expansion moves, technology adoption, hiring patterns, layoff news, product launches. Lower signal include routine press releases.
Can I use Predictleads via webhooks instead of MCP polling?
Yes. Webhooks are first class. Subscribe to event types and target accounts, Predictleads POSTs when events match. Yalc workflows route POSTs through Claude for classification before any action.
How current are the signals?
Most events surface within hours of detection. Some (job openings, news) are near real time. Some (financing rounds) lag because the source itself lags.
Does Predictleads have person level data?
It's company centric. For person level, pair with Crustdata. The strength is company events and technographics.
Is the free tier really enough to ship something?
Yes for piloting. 100 requests per month with webhook delivery scales further than 100 polling calls. For low frequency monitoring on a small target list, the free tier covers a real workflow.
Install the Predictleads MCP
Drop it into Claude Code and orchestrate from your next Yalc prompt.
claude mcp add predictleads --transport http "https://mcp.predictleads.com/sse" --headers "X-API-Key:YOUR_PREDICTLEADS_KEY"