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!
- No API keys required - start using immediately
- No usage costs - unlimited executions
- Instant results - no external service calls
- Perfect for testing Make.com scenarios
Lead Discovery & Prospecting
5 tools to find your ideal prospects from Google Maps, business databases, and the web.
Lead Enrichment
3 tools to add emails, phone numbers, company data, and social profiles to your leads.
LinkedIn Intelligence
3 tools to scrape LinkedIn profiles, posts, and analyze writing styles.
Company Research
6 tools for comprehensive company intelligence: tech stacks, funding, reviews, and more.
Review Intelligence
4 tools to aggregate and analyze reviews from all major platforms.
Competitive Intelligence
5 tools to monitor competitors, track their ads, and analyze market gaps.
Local Business Intelligence
4 tools for Google Business Profile data, local rankings, and citation audits.
AI-Powered Sales Actions
5 tools that use AI for lead scoring, personalized outreach, and deal predictions.
Full Pipelines
3 end-to-end tools that chain multiple operations for complete workflows.
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"
}
3 tools to monitor Reddit, Quora, and brand mentions across the web.