wandpad-etsy-mcp
Related Servers
Alternatives to wandpad-etsy-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceA full-featured MCP server for the Etsy Open API v3 that enables managing an Etsy shop, including listings, inventory, images, digital files, and orders, through Claude or any MCP-compatible client.261MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to search for products, retrieve listing details, get shop information, discover trending items, and access reviews on Etsy through the Etsy API v3.714MIT
- FlicenseNot gradedqualityNot gradedmaintenanceEnables seamless integration with Etsy's marketplace API v3 to search listings, manage shop inventory, create and update products, optimize SEO, and access seller resources with OAuth support for authenticated operations.5-
- FlicenseBqualityCmaintenanceEnables Etsy sellers to manage their shops via natural language, including listing CRUD, bulk price and quantity updates by SKU, whole-shop A-F grade audits, photo uploads, shipping profiles, conversations, receipts, fulfillment tracking, and profit calculation.19-
- AlicenseBqualityDmaintenanceProvides full access to the Etsy Open API v3 for both buyer browsing and seller shop management through 37 specialized tools. It enables users to manage listings, process orders, handle shipping, and access inventory data via secure OAuth 2.0 authentication.2416MIT
- AlicenseAqualityCmaintenanceEnables interaction with the Etsy Open API v3, covering all 105 operations with authentication, scope management, and secure token refresh.714 npmMIT
TDQS
Scored across 22 tools
Every tool targets a distinct resource or action: auth tools separate from data reads, listing metadata updates separated from price/inventory/tags/variations. Potential overlap between update_inventory and update_variations is clearly delineated by scope (quantity-only vs. full structure replacement).
Predominantly follows etsy_<verb>_<object> (get_listing, update_price, upload_listing_image). Minor deviations exist: auth tools use etsy_auth_status/login/logout instead of a verb-first pattern, and list_listings uses 'list' rather than 'get', but the pattern is still predictable.
At 22 tools, the server is slightly heavy but well-scoped for full Etsy shop management (auth, reads, writes, analysis). Each tool earns its place; the count feels justified rather than bloated.
Covers the core lifecycle: create draft, activate/deactivate, update metadata/tags/price/inventory/variations, manage images, and read shop/listing/order data. Missing delete listing and possibly shipping/taxonomy reads are minor gaps given Etsy's typical workflows.