Skip to main content
Glama

Related Servers

Alternatives to mcp-edd

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      An MCP server that provides access to WooCommerce REST API functionality, enabling product, order, customer, and coupon management.
      418 npm
      1
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      MCP server for Envato API that enables searching the marketplace catalog, viewing author statistics, checking buyer purchases, and accessing account details.
      13
      3
      MIT
    • A
      license
      Not graded
      quality
      F
      maintenance
      WooCommerce MCP Server enables interaction with WooCommerce stores through the WordPress REST API. It provides comprehensive tools for managing all aspects of products, orders, customers, shipping, taxes, discounts, and store configuration using JSON-RPC 2.0 protocol.
      103
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      MCP server providing access to the easybill REST API for managing invoices, customers, articles, payments, projects, and time tracking, with read-only mode by default.
      28
      9 npm
      MIT

    TDQS

    A3.5/5.0

    Scored across 16 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose: unique resources (customer, discount, product, sale, stats, logs) with specific operations. Even similar tools like get_discount and get_discount_by_code are differentiated by lookup method, and the multiple stats tools are differentiated by grouping (date, preset, product). No ambiguity.

    Naming Consistency5/5

    All tools follow the consistent pattern 'edd_verb_noun', using 'get_' for single items and 'list_' for collections, with lowercase and underscores throughout. The only outlier, 'validate_connection', still uses the same verb-noun style and is clearly distinguishable.

    Tool Count5/5

    With 16 tools, the server covers the core read operations and statistics for an EDD store without being overwhelming. Each tool has a clear role, and the count is well-scoped for a domain-specific server.

    Completeness3/5

    The server is heavily read-focused (all tools are get/list/validate), lacking any create, update, or delete operations for customers, discounts, products, or sales. While potentially intentional for an analytics-only tool, the absence of write operations is a notable gap for full store management.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues