etsy-mcp-server
Verified Safeby administrativetrick
Overview
Integrates with the Etsy API v3 to enable AI assistants to search for products, shops, listings, trending items, and reviews.
Installation
npx -y etsy-mcp-serverEnvironment Variables
- ETSY_API_KEY
Security Notes
The server correctly uses environment variables for the Etsy API key, preventing hardcoding. It uses `axios` for secure external API calls to Etsy. No `eval` or obfuscation found. As with any tool interfacing with an external API, the security relies partially on the robustness of the external service (Etsy API).
Similar Servers
kindly-web-search-mcp-server
Provides web search with robust, LLM-optimized content retrieval from various sources (StackExchange, GitHub, Wikipedia, arXiv, and general webpages) for AI coding assistants.
ebay-mcp
Enables AI assistants to manage eBay selling operations, including inventory, orders, marketing, and analytics, through a Model Context Protocol (MCP) server.
mcp-for-woocommerce
Connects WordPress and WooCommerce to AI systems via Model Context Protocol, enabling AI agents to query and manage e-commerce data (products, orders, categories, shipping, payments, taxes) and content (posts, pages).
amazon-order-mcp
Allows AI assistants to query Amazon order history by wrapping the amazon-orders Python library.