WEAPON ARSENAL

79+ TOOLS OF DESTRUCTION - FULL DOCUMENTATION

Quick Navigation

STANDALONE TOOLS - NO API KEYS REQUIRED!

These 7 tools work independently without ANY external APIs or services. Perfect for testing and instant results!

STANDALONE
validate_email
Validate email format + check MX records for deliverability
"Is this email deliverable?"
STANDALONE
validate_domain
Check domain DNS A/MX records to verify it exists
"Does this company domain exist?"
STANDALONE
extract_url_metadata
Scrape title, description, OG tags, and detect tech stack
"What's on this webpage?"
STANDALONE
calculate_lead_score
AI-powered lead scoring based on ICP (Ideal Customer Profile)
"Score this lead A/B/C/D"
STANDALONE
parse_business_card
Extract structured contact data from raw text
"Parse this business card text"
STANDALONE
clean_lead_data
Normalize phones, capitalize names, validate emails
"Clean up my lead list"
STANDALONE
generate_icp_questions
Generate discovery and qualification questions
"What should I ask this prospect?"

Lead Discovery & Prospecting

5 tools to find your ideal prospects from Google Maps, business databases, and the web.

APIFY
find_prospects
Search Google Maps for local businesses matching your criteria
"Find all dentists in Austin, TX"
APIFY
find_lookalikes
Find companies similar to your best customers using AI
"Find 50 companies like Stripe"
APIFY
scrape_local_leads
Bulk extract local business data from multiple locations
"Get all restaurants in 5 cities"
APIFY AI
discover_companies
AI-powered company discovery from any URL or content
"Find SaaS companies on TechCrunch"
APIFY
enrich_from_url
Extract company data from any webpage (About pages, etc.)
"Pull company info from this About page"

Lead Enrichment

3 tools to add emails, phone numbers, company data, and social profiles to your leads.

APIFY
enrich_lead
Full enrichment: email, company, social profiles, tech stack
"Enrich john@acme.com"
APIFY
enrich_leads_batch
Enrich up to 100 leads at once for maximum efficiency
"Enrich my CSV of 100 leads"
APIFY
enrich_company_contacts
Find decision-makers and key contacts at a company
"Find VPs at Salesforce"

LinkedIn Intelligence

3 tools to scrape LinkedIn profiles, posts, and analyze writing styles.

APIFY
scrape_linkedin_profile
Full profile: experience, education, skills, connections
"Get profile data for /in/elonmusk"
APIFY
scrape_linkedin_posts
Recent posts with engagement metrics and reactions
"Analyze their content strategy"
APIFY AI
analyze_linkedin_voice
AI analysis of writing style, tone, and communication patterns
"Personalize outreach to match their voice"

Company Research

6 tools for comprehensive company intelligence: tech stacks, funding, reviews, and more.

APIFY
research_company
Comprehensive company intel in one call - everything you need
"Tell me everything about Stripe"
APIFY
scan_tech_stack
Detect 100+ technologies on any website
"What tools does Shopify use?"
APIFY
get_crunchbase_data
Funding rounds, investors, key people, company timeline
"Who invested in OpenAI?"
APIFY
get_glassdoor_reviews
Employee reviews, ratings, salary data, culture insights
"What's the culture like at Meta?"
APIFY
scrape_g2
G2 software reviews, ratings, and comparisons
"What do users say about HubSpot?"
APIFY
scrape_capterra
Capterra reviews and software comparisons
"Compare Salesforce vs HubSpot"

Review Intelligence

4 tools to aggregate and analyze reviews from all major platforms.

APIFY
scrape_trustpilot
Consumer reviews and trust scores from Trustpilot
"Check reputation of this vendor"
APIFY
scrape_yelp
Local business reviews from Yelp
"Get reviews for this restaurant"
APIFY
aggregate_reviews
Combine reviews from all platforms into one view
"Show me all reviews everywhere"
APIFY AI
analyze_sentiment
AI sentiment analysis of reviews - find patterns
"What are the common complaints?"

Competitive Intelligence

5 tools to monitor competitors, track their ads, and analyze market gaps.

APIFY
monitor_competitors
Track website changes, hiring, social activity
"Alert me when competitors update pricing"
APIFY
scrape_facebook_ads
Facebook Ad Library scraping - see competitor ads
"What ads are my competitors running?"
APIFY
track_competitor_keywords
SEO keyword tracking and ranking analysis
"What keywords do they rank for?"
APIFY
compare_tech_stacks
Side-by-side technology comparison
"How does our stack compare?"
APIFY AI
competitive_gap_analysis
AI-powered gap analysis - find opportunities
"Where are we falling behind?"

Local Business Intelligence

4 tools for Google Business Profile data, local rankings, and citation audits.

APIFY
scrape_gbp
Full Google Business Profile data extraction
"Get all GBP data for this business"
APIFY
track_local_serp
Local pack ranking tracking for any keyword
"Where do we rank for 'plumber near me'?"
APIFY
audit_citations
NAP consistency check across 50+ directories
"Find citation errors"
APIFY
analyze_local_competitors
Local market competitive analysis
"Who are the top 10 dentists nearby?"

Social Listening

3 tools to monitor Reddit, Quora, and brand mentions across the web.

APIFY
scrape_reddit
Reddit discussions, comments, and sentiment analysis
"What does Reddit say about our product?"
APIFY
scrape_quora
Quora questions and answers in your space
"Find questions we can answer"
APIFY
monitor_brand_mentions
Cross-platform brand monitoring
"Track mentions of our brand"

AI-Powered Sales Actions

5 tools that use AI for lead scoring, personalized outreach, and deal predictions.

APIFY AI
score_and_prioritize
AI lead scoring based on ICP fit - A/B/C/D rankings
"Rank these 100 leads A/B/C/D"
APIFY AI
generate_outreach
Hyper-personalized message generation with AI
"Write 3 email variants for this lead"
APIFY AI
analyze_buying_signals
Detect purchase intent from multiple data sources
"Is this company ready to buy?"
APIFY AI
predict_deal_probability
AI deal close prediction based on signals
"What's the chance this closes?"
APIFY AI
recommend_approach
AI sales strategy recommendation
"How should I approach this prospect?"

Full Pipelines

3 end-to-end tools that chain multiple operations for complete workflows.

APIFY AI
full_company_research
Tech stack + funding + reviews + contacts in one call
"Complete dossier on this company"
APIFY AI
full_prospect_pipeline
Discover → Enrich → Score → Generate Outreach
"Find and prep 50 leads automatically"
APIFY AI
full_competitive_audit
Tech + content + ads + SEO + reviews audit
"Full competitive analysis report"

API Reference

How to integrate GOD MODE INTEL with Make.com, Claude Desktop, and your applications.

Endpoints

Endpoint Method Description
/ GET Server info, status, and tool count
/tools GET List all 79+ tools with schemas
/execute POST Execute a tool directly
/sse GET SSE endpoint for MCP protocol
/health GET Health check

Execute Tool Request

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",
      "deepScan": true
    }
  }'

Response Format

{
  "success": true,
  "tool": "scan_tech_stack",
  "data": {
    "url": "https://stripe.com",
    "technologies": [
      { "name": "React", "category": "FRAMEWORK", "confidence": "HIGH" },
      { "name": "Ruby on Rails", "category": "FRAMEWORK", "confidence": "HIGH" },
      { "name": "Google Analytics", "category": "ANALYTICS", "confidence": "HIGH" }
    ],
    "summary": {
      "framework": "React, Ruby on Rails",
      "analytics": ["Google Analytics", "Segment"],
      "hosting": "AWS",
      "cdn": "Cloudflare"
    }
  },
  "actorRunId": "xyz789abc",
  "actorStatus": "SUCCEEDED"
}

Make.com Integration

Method 1: HTTP Module

{
  "url": "https://god-mode-intel-mcp.vercel.app/execute",
  "method": "POST",
  "body": {
    "tool": "find_prospects",
    "input": {
      "query": "{{1.searchQuery}}",
      "location": "{{1.location}}",
      "maxResults": 25
    }
  }
}

Method 2: MCP Module

Server URL: https://god-mode-intel-mcp.vercel.app/sse

Method 3: Webhook Callback

{
  "tool": "full_prospect_pipeline",
  "input": { "query": "dentists", "location": "Austin, TX" },
  "webhookUrl": "https://hook.make.com/your-webhook-id"
}