mcp-edd
Related Servers
Alternatives to mcp-edd
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides access to WooCommerce REST API functionality, enabling product, order, customer, and coupon management.418 npm1MIT
- AlicenseBqualityAmaintenanceRead-only MCP server for WooCommerce that enables answering questions about products, orders, sales, and blog posts via the WordPress REST API without needing plugins or write access.546 npm2MIT
- AlicenseAqualityDmaintenanceMCP server for Envato API that enables searching the marketplace catalog, viewing author statistics, checking buyer purchases, and accessing account details.133MIT
- AlicenseNot gradedqualityFmaintenanceWooCommerce 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.103MIT
- FlicenseAqualityCmaintenanceAn MCP server that connects LLM agents to a WooCommerce store via its REST API, providing tools for managing products, orders, customers, coupons, and reports.40-
- AlicenseAqualityCmaintenanceMCP server providing access to the easybill REST API for managing invoices, customers, articles, payments, projects, and time tracking, with read-only mode by default.289 npmMIT
TDQS
Scored across 16 tools
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.
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.
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.
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.