@shareawish/mcp
OfficialRelated Servers
Alternatives to @shareawish/mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI shopping agents to search products, check stock, apply promotions, manage cart sessions, and create cryptographically signed checkout sessions on e-commerce storefronts, while giving merchants analytics into agent intent and catalog demand gaps.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to browse public wishlists, check available gifts within budget, reserve items, and draft coordination messages without scraping or clicking through the UI.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to save product URLs to a user's Wishfinity wishlist. When recommending products, the AI can generate a clickable link that saves items for later purchase or gifting.36 npm1MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to search products across Amazon and live Shopify storefronts, vet merchants, build carts, and obtain checkout URLs via a pay-per-call API with no API key or signup.-
- AlicenseAqualityDmaintenanceEnables AI assistants to search products and generate affiliate links across European and global affiliate networks, automating product discovery and link creation for monetization.25MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to discover and interact with a merchant's commerce layer, including product listing and checkout creation, while payments settle directly to the merchant's Stripe account.MIT
TDQS
Scored across 31 tools
Most tools map clearly to distinct resource-action pairs, and the three products_add_* variants are well differentiated by source (URL, manual, existing). However, shops_list with full=true overlaps with shops_get, and analytics_kpis vs earnings_summary both report click/conversion metrics, creating minor boundary ambiguity.
Almost all tools follow a resource_action snake_case pattern such as shops_get, lists_create, media_upload_video, and products_add_by_url. A few stand out (whoami, basket_guide, lists_list), but they are minor deviations and do not undermine the overall convention.
At 31 tools this is a heavy surface, especially since it includes four snippet/docs/guide tools, seven shop tools, and seven product tools. The count is above the 25+ threshold and feels too large for an agent to navigate efficiently, even though each tool is individually purposeful.
Core lifecycles are well covered: shops can be created, read, updated, and published; lists have full CRUD; media has upload, update, and delete; and products can be added, updated, and removed from lists. Obvious gaps are the lack of shops_delete and a way to delete products from the shop catalog, but agents can work around them.