Skip to main content
Glama

Related Servers

Alternatives to alexa-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      C
      maintenance
      An MCP server that lets LLMs control Amazon Alexa devices, including announcements, text commands, smart-home group management, routines, and list operations.
      18
      2
      MIT
    • F
      license
      Not graded
      quality
      A
      maintenance
      MCP server that writes items to a Bring! shopping list, enabling Claude to add recipe ingredients directly to your list via natural language.
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      A read-only MCP server for accessing Amazon wishlist data via HTML snapshot parsing or optional live browser-backed reads.
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      MCP server that gives AI agents full control over grocery lists, todos, and packing lists. Your AI creates lists, adds items, checks them off, and shares with family/friends.
      3
      MIT

    TDQS

    A3.8/5.0

    Scored across 7 tools

    Disambiguation5/5

    Each tool targets a distinct action on the shopping list (add, complete, delete, list, update) or authentication/status. No overlap; even complete_items and update_item have clear different purposes (batch complete vs. individual update).

    Naming Consistency5/5

    All tool names follow a consistent verb_noun pattern with underscores (e.g., add_items, check_status). The style is uniform across all 7 tools, making them predictable for an agent.

    Tool Count5/5

    With 7 tools, the server covers essential shopping list operations and authentication without being too sparse or bloated. The count is well-scoped for the domain.

    Completeness4/5

    The set covers all basic CRUD actions for shopping list items (create via add_items, read via list_items, update via update_item/complete_items, delete via delete_items) plus authentication. The only minor gap is the lack of a dedicated 'get single item' tool, but listing and name-based operations suffice.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues