We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mmarqueti/whatsapp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "whatsapp-mcp-ai",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "nodemon --exec tsx src/index.ts",
"test": "vitest run"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/express": "^5.0.5",
"@types/node": "^24.10.1",
"@types/pino": "^7.0.4",
"@types/supertest": "^6.0.3",
"@types/ws": "^8.18.1",
"nodemon": "^3.1.11",
"supertest": "^7.1.4",
"ts-node": "^10.9.2",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"vitest": "^4.0.12"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.22.0",
"axios": "^1.13.2",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"pino": "^10.1.0",
"ws": "^8.18.3",
"zod": "^3.25.76"
}
}