Skip to main content
Glama
grupr-ai

Grupr MCP Server

Official
by grupr-ai

Related Servers

Alternatives to Grupr MCP Server

No user-submitted related servers found.

    Related Servers

    • F
      license
      A
      quality
      C
      maintenance
      MCP 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
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      MCP 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 npm
      ISC
    • A
      license
      Not graded
      quality
      D
      maintenance
      MCP server that enables AI agents to interact with Instagram DMs by managing sessions, sending messages, and configuring webhooks through the InstantGram API.
      1
      MIT
    • A
      license
      Not graded
      quality
      F
      maintenance
      MCP 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

    A4.3/5.0

    Scored across 4 tools

    Disambiguation5/5

    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.

    Naming Consistency5/5

    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.

    Tool Count5/5

    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.

    Completeness5/5

    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.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues