GOD MODE INTEL MCP V2 - Ultimate B2B Intelligence Suite avatar

GOD MODE INTEL MCP V2 - Ultimate B2B Intelligence Suite

Pricing

from $0.01 / 1,000 results

Go to Apify Store
GOD MODE INTEL MCP V2 - Ultimate B2B Intelligence Suite

GOD MODE INTEL MCP V2 - Ultimate B2B Intelligence Suite

The most comprehensive B2B intelligence MCP server w/59+ tools, LinkedIn Intel Suite Sales Navigator, Post Engagers, Event Attendees, Company Followers), Y Combinator, SMB Enrichment, Campaign Orchestration & pay-per-event pricing. Built for Claude Desktop, Make.com, Zapier & n8n integrations.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

13

Total users

6

Monthly active users

6 days ago

Last modified

Share

73+ B2B intelligence tools with LinkedIn Intelligence Suite, Video Ad Intelligence (Mindvalley-style), Review Intelligence Suite, AI Search Intelligence Suite, Campaign Orchestration, pay-per-event pricing, and MCP protocol support for Claude Desktop & Make.com

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: LinkedIn session cookies for authenticated scraping (required for LinkedIn Intelligence Suite tools)

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"supabaseUrl": "https://example.com"
}

Run with real data

{
"demoMode": false,
"tool": "list_tools",
"toolInput": {},
"linkedinCookiesJson": "YOUR_API_KEY_HERE",
"requiresSalesNavigator": false,
"apifyToken": "YOUR_API_KEY_HERE",
"firecrawlApiKey": "YOUR_API_KEY_HERE",
"apolloApiKey": "YOUR_API_KEY_HERE",
"hunterApiKey": "YOUR_API_KEY_HERE",
"anthropicApiKey": "YOUR_API_KEY_HERE",
"supabaseUrl": "https://example.com",
"supabaseApiKey": "YOUR_API_KEY_HERE"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
toolstring"list_tools"Yes*The MCP tool to execute
toolInputobject{}NoInput parameters for the selected tool (JSON object)
demoModebooleantrueNoReturn sample data without making real API calls (for testing)
linkedinCookiesJsonstring-Yes*LinkedIn session cookies for authenticated scraping (required for LinkedIn Intelligence Suite tools)
requiresSalesNavigatorbooleanfalseNoCheck if you have LinkedIn Sales Navigator subscription (required for export_sales_nav_leads and export_sales_nav_accounts)
apifyTokenstring-Yes*Your Apify API token for calling underlying actors
firecrawlApiKeystring-Yes*API key for Firecrawl-powered tools
apolloApiKeystring-Yes*API key for lead enrichment via Apollo
hunterApiKeystring-Yes*API key for email discovery via Hunter
anthropicApiKeystring-Yes*API key for AI-powered tools (scoring, outreach generation)
webhookUrlstring-NoURL to send results to (supports Zapier, Make, n8n)
supabaseUrlstring-NoSupabase project URL for direct lead storage (e.g., https://yourproject.supabase.co). When configured, leads are saved directly to Supabase instead of via webhooks.
supabaseApiKeystring-Yes*Supabase service role API key for direct database access
proxyConfigurationobject-NoProxy settings for stealth scraping

*Required when Demo Mode is off.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal