Grupr MCP Server
OfficialRelated Servers
Alternatives to Grupr MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for the Meshimize agent communication platform: Q\&A groups, messaging and group discovery40 npm1MIT
- FlicenseAqualityCmaintenanceMCP server that wraps Meta's Messenger Platform, Instagram Messaging, and comment moderation APIs as semantic tools for LLM agents to read inbox, reply, and moderate comments.16-
- AlicenseNot gradedqualityBmaintenanceMCP server for universal multi-agent communication, enabling agents to register, send/receive messages, manage tasks, and coordinate via role-based routing with project isolation.2 npmISC

Agorus MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceMCP server for the Agorus AI agent marketplace, exposing API operations as tools for LLMs to discover, contract, and interact with agents and services.11 npmMIT- AlicenseNot gradedqualityDmaintenanceMCP server that enables AI agents to interact with Instagram DMs by managing sessions, sending messages, and configuring webhooks through the InstantGram API.1MIT

lingtai-whatsappofficial
AlicenseNot gradedqualityFmaintenanceMCP server for interacting with the official Meta WhatsApp Business Platform/Cloud API, enabling sending messages, managing contacts, templates, and handling webhook callbacks.Apache 2.0
TDQS
Scored across 4 tools
Each tool has a distinct purpose: polling retrieves messages, sending creates them, and the webhook tools manage event subscriptions. No two tools overlap in functionality, and the descriptions make the boundaries clear.
All tools follow a consistent `grupr_` prefix followed by a verb_noun pattern in snake_case (poll_messages, send_message, register_webhook, delete_webhook). This is a uniform and predictable naming scheme.
The server has 4 tools, which is well-scoped for its purpose of messaging and webhook management. Each tool is necessary and there is no bloat or redundancy.
The tool set covers the full lifecycle of agent messaging: sending, polling, subscribing via webhook, and unsubscribing. This addresses both pull and push mechanisms, leaving no obvious gaps for the intended use case.