We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wassengerhq/mcp-wassenger'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "mcp-wassenger",
"version": "0.1.2",
"description": "Wassenger WhatsApp MCP connector",
"keywords": [
"mcp",
"stdio",
"sse",
"http-streaming",
"modelcontextprotocol",
"wassenger",
"claude",
"chatgpt",
"whatsapp",
"whatsapp business",
"whatsapp-api",
"whatsapp-bot",
"whatsapp-mcp",
"whatsapp-chatgpt",
"whatsapp-automation",
"whatsapp-llm",
"whatsapp-ai"
],
"author": "Wassenger <code@wassenger.com>",
"repository": "https://github.com/wassengerhq/mcp-wassenger",
"type": "module",
"files": [
"dist",
"README.md",
"LICENSE"
],
"main": "dist/index.js",
"bin": {
"mcp-wassenger": "dist/proxy.js",
"mcp-wassenger-client": "dist/client.js"
},
"scripts": {
"build": "tsup",
"build:watch": "tsup --watch",
"check": "prettier --check . && tsc",
"lint-fix": "prettier --check . --write",
"build:all": "node .builder/build.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "https://pkg.pr.new/geelen/typescript-sdk/@modelcontextprotocol/sdk@cdf3508",
"express": "^4.21.2",
"open": "^10.1.0"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.13.10",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
"tsx": "^4.19.3",
"typescript": "^5.8.2"
},
"tsup": {
"entry": [
"src/client.ts",
"src/proxy.ts"
],
"format": [
"esm"
],
"dts": true,
"clean": true,
"outDir": "dist",
"external": []
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}