The Ultimate B2B Sales Intelligence Platform for Make.com | 48+ AI-Powered Tools
GOD MODE INTEL MCP Server
The Ultimate B2B Sales Intelligence Platform for Make.com | 48+ AI-Powered Tools (7 Standalone!)
Enterprise-grade B2B intelligence at your fingertips. GOD MODE INTEL MCP consolidates lead discovery, company research, competitive analysis, LinkedIn scraping, review aggregation, and AI-powered sales automation into a single, unified MCP server designed for Make.com, Claude Desktop, Zapier, n8n, and any MCP-compatible client.
Key Features:
- 48 total tools spanning 10 intelligence categories
- 7 standalone tools that work WITHOUT any API keys or external services!
- 41 Apify-powered tools for real-time web scraping
- Full MCP protocol support (stdio + HTTP/SSE)
Built for the Make.com MCP Community Challenge - Managing and Scaling Workflows with Make and MCP
Why GOD MODE INTEL?
The Problem: Sales Intelligence Tool Sprawl
Modern B2B sales teams face a fragmented landscape:
- $500-2,000/month spent on 5-10 different tools (Apollo, ZoomInfo, BuiltWith, SimilarWeb, etc.)
- Hours wasted switching between platforms and manually copying data
- No unified workflow - data silos everywhere
- Complex integrations that break and require maintenance
- Inconsistent data formats that don't talk to each other
The Solution: One MCP Server to Rule Them All
GOD MODE INTEL consolidates everything into a single MCP endpoint with:
- 48+ intelligence tools spanning 10 categories
- Native MCP protocol support for AI-first workflows
- Unified data format across all tools
- Real-time execution with live data (not stale databases)
- Pay-per-use pricing - no monthly minimums
- Seamless Make.com integration via HTTP/SSE
Enterprise-Grade Scaling with MCP
This solution demonstrates how MCP enables true enterprise scaling by:
- Unified Context Layer: All 48+ tools share a common data format, enabling seamless chaining in Make scenarios
- AI Agent Infrastructure: Works with Claude, GPT, and any MCP-compatible AI for autonomous research
- Horizontal Scaling: Spin up multiple workers via Make scenarios for parallel processing
- Dynamic Tool Selection: AI agents can choose the right tool based on task requirements
Live Demo
Try it now: https://god-mode-intel-mcp.vercel.app
# Test the API directly
curl -X POST https://god-mode-intel-mcp.vercel.app/execute \
-H "Content-Type: application/json" \
-d '{"tool": "scan_tech_stack", "input": {"url": "https://stripe.com"}}'
Platform Integrations
GOD MODE INTEL works with all major automation platforms:
| Platform | Integration Method | Best For |
|---|---|---|
| Make.com | HTTP Module, MCP Module, or SSE | Complex multi-step workflows with visual builder |
| Zapier | Webhooks or custom integration | Simple trigger-action automations |
| n8n | HTTP Request Node | Self-hosted, privacy-focused workflows |
| Claude Desktop | MCP Protocol (stdio) | AI-assisted interactive research |
| Custom Apps | REST API or Webhooks | Direct programmatic integration |
Tool Categories (48+ Tools)
Lead Discovery & Prospecting (5 tools)
| Tool | Description | Use Case |
|---|---|---|
find_prospects |
Search Google Maps for local businesses | "Find all dentists in Austin, TX" |
find_lookalikes |
Find companies similar to your best customers | "Find 50 companies like Stripe" |
scrape_local_leads |
Bulk extract local business data | "Get all restaurants in 5 cities" |
discover_companies |
AI-powered company discovery from any URL | "Find SaaS companies mentioned on TechCrunch" |
enrich_from_url |
Extract company data from any webpage | "Pull company info from this About page" |
Lead Enrichment (3 tools)
| Tool | Description | Use Case |
|---|---|---|
enrich_lead |
Full enrichment: email, company, social, tech stack | "Enrich john@acme.com" |
enrich_leads_batch |
Tools (7)
find_prospectsSearch Google Maps for local businessesfind_lookalikesFind companies similar to your best customersscrape_local_leadsBulk extract local business datadiscover_companiesAI-powered company discovery from any URLenrich_from_urlExtract company data from any webpageenrich_leadFull enrichment: email, company, social, tech stackscan_tech_stackIdentify technologies used by a websiteEnvironment Variables
APIFY_API_TOKENrequiredRequired for the 41 Apify-powered scraping toolsConfiguration
{
"mcpServers": {
"god-mode-intel": {
"command": "npx",
"args": ["-y", "@johnrippy1980/god-mode-intel-mcp-server"],
"env": {
"APIFY_API_TOKEN": "your_token_here"
}
}
}
}