74
/ 100
1 month ago
glama

etsy-mcp-server

A 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.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 4 credentials: ETSY_ACCESS_TOKEN, ETSY_API_KEY, ETSY_API_SECRET, ETSY_REFRESH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretETSY_ACCESS_TOKEN"": "your_access_token",
🔐 secretETSY_API_KEYyour_keystring_here
🔐 secretETSY_API_SECRETyour_shared_secret_here
🔐 secretETSY_REFRESH_TOKEN"": "your_refresh_token",
configETSY_SHOP_ID"": "your_shop_id"
configETSY_TOKEN_EXPIRY"": "your_token_expiry",
configOAUTH_PORT
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/dcoll-etsy-mcp-server-26nof3)](https://m8ven.ai/mcp/dcoll-etsy-mcp-server-26nof3)
commit: beebd3a5449b9517b36607fcb11d6aa3e2b7a71c
code hash: 9f65289a12d4619862d7844759a023382046deb0155c63cdc64478eb389d1d65
verified: 7/1/2026, 10:01:56 AM
view raw JSON →