We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/johnrippy1980/god-mode-intel-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "god-mode-intel-mcp-server",
"version": "1.0.0",
"description": "GOD MODE INTEL - True MCP Server for Make.com integration with 48+ B2B intelligence tools",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx watch src/index.ts",
"start:stdio": "node dist/index.js --stdio",
"start:http": "node dist/index.js --http"
},
"author": "LocalHowl <support@localhowl.com>",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"apify-client": "^2.9.0",
"axios": "^1.7.0",
"express": "^4.18.2",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^22.0.0",
"tsx": "^4.7.0",
"typescript": "^5.4.0",
"vercel": "^50.4.9"
},
"engines": {
"node": ">=18.0.0"
}
}