MCP server for Easy Digital Downloads REST API - sales, customers, products, analytics
| Tool name | Description | Destructive? |
|---|---|---|
| edd_validate_connection | Validate Store API URL and credentials | ✓ no |
| edd_list_products | List all products from the EDD store | ✓ no |
| edd_get_product | Get detailed product info by ID | ✓ no |
| edd_list_sales | List recent sales with optional filters | ✓ no |
| edd_get_sale | Get sale by ID or purchase key | ✓ no |
| edd_list_customers | List customers with purchase stats | ✓ no |
| edd_get_customer | Get customer by ID or email | ✓ no |
| edd_get_stats | Get earnings or sales statistics | ✓ no |
| edd_get_stats_by_date | Get daily stats for a date range | ✓ no |
| edd_get_stats_by_product | Get stats breakdown by product | ✓ no |
| edd_list_discounts | List all discount codes | ✓ no |
| edd_get_discount | Get discount details by ID | ✓ no |
| edd_get_download_logs | Get file download history | ✓ no |