Skip to main content
Glama

WaPulse WhatsApp MCP Server

by Quegenx
index.ts1.07 kB
// Export all group tools export { createGroupTool, handleCreateGroup } from './createGroup.js'; export { addParticipantsTool, handleAddParticipants } from './addParticipants.js'; export { removeParticipantsTool, handleRemoveParticipants } from './removeParticipants.js'; export { promoteParticipantsTool, handlePromoteParticipants } from './promoteParticipants.js'; export { demoteParticipantsTool, handleDemoteParticipants } from './demoteParticipants.js'; export { leaveGroupTool, handleLeaveGroup } from './leaveGroup.js'; export { getGroupInviteLinkTool, handleGetGroupInviteLink } from './getGroupInviteLink.js'; export { changeGroupInviteCodeTool, handleChangeGroupInviteCode } from './changeGroupInviteCode.js'; export { getGroupRequestsTool, handleGetGroupRequests } from './getGroupRequests.js'; export { rejectGroupRequestTool, handleRejectGroupRequest } from './rejectGroupRequest.js'; export { approveGroupRequestTool, handleApproveGroupRequest } from './approveGroupRequest.js'; export { getAllGroupsTool, handleGetAllGroups } from './getAllGroups.js';

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Quegenx/wapulse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server