ai.studio/etsy-gold
Etsy Gold — MCP
Etsy seller ops via Etsy OpenAPI v3 — 18 tools: listings CRUD, variant bulk by SKU, receipts, A-F grade + worst-first whole-shop audit, photo upload, taxonomy/tag gap, shipping, conversations, fulfillment, profit calc. + gold_setup_check =19 total. BYOK, fail-closed.
Binary: etsy-gold · Package: etsy-gold · MCP name: ai.studio/etsy-gold
Disclosure: This project is an independent Gold wrapper around the public Etsy OpenAPI v3 (
https://developers.etsy.com/documentation/openapi). We are not affiliated with Etsy, Inc. Etsy is a trademark of Etsy, Inc. This wrapper's original code is © 2026 Studio AI underGOLD MCP — COMMERCIAL LICENSE v1.0. Upstream docs remain under their own licenses.THIRD_PARTY_NOTICES.md+upstream/ORIGINAL_LICENSEpreserve attribution.
BYOK + fail-closed before price: Bring your own keys —
ETSY_ACCESS_TOKEN+ETSY_SHOP_IDstay on your machine, fail-closed without them (config_error, no fake shop). Works only on your own shop — BYOK, no shared backend. No keys in this repo, no backend submit while staged. Price $29 once (no subscription) — all 18gold_*tools +gold_setup_check=19 requireGOLD_LICENSE_KEY, fail-closed without it (offline 7-day grace). Seesrc/moat.ts+src/shared/gold-license.ts.
Buy Pro — PAID ONLY $29 once via Keygen CE (no free tier): https://gumroad.com/l/etsy-gold — staged, no live checkout.
Quick start
npx -y etsy-gold
# or local
npm install
npm run build
node dist/index.jsClaude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"etsy-gold": {
"command": "npx",
"args": ["-y", "etsy-gold"],
"env": {
"ETSY_ACCESS_TOKEN": "YOUR_OAUTH_TOKEN",
"ETSY_SHOP_ID": "12345678",
"GOLD_LICENSE_KEY": "gold_pro_..."
}
}
}
}Env vars (BYOK — no fake data, fail-closed)
Var | Purpose |
| Etsy OAuth token (BYOK, from your Etsy app) |
| Your Etsy shop ID (numeric) |
| Gold license — PAID ONLY PRO $29 once (no free tier) via Keygen CE. Or |
| Keygen CE account id for online validation (offline 7-day grace) |
Without ETSY_ACCESS_TOKEN + ETSY_SHOP_ID every tool returns config_error (no invented shop). Without GOLD_LICENSE_KEY every tool throws requires PRO license — fail-closed.
Tools (gold_* — 18 tools + gold_setup_check =19 total, all PRO $29 — BYOK fail-closed)
Tool | What it does |
| Create listing — title/description/price/quantity/tags/materials |
| Update listing fields by listing_id |
| Get single listing with details |
| List active listings with pagination |
| Get listing inventory — variations with price/qty/SKU |
| Bulk price/qty update by SKU up to 50 (variant bulk) |
| Grade whole shop A-F worst-first — the moat (eRank never built) |
| A-F grade single listing vs 20-point checklist |
| True profit after Etsy fees (6.5% + payments + shipping) |
| Tag gap — long-tail tag suggestions from top competitors |
| Taxonomy category finder (Etsy taxonomy) |
| Upload listing photo |
| List shipping profiles |
| Assign shipping profile to listing |
| List Etsy conversations (read-only) |
| List receipts/orders with status |
| Add tracking/fulfillment to receipt |
| List reviews for shop (sync) |
| Preflight — verifies ETSY_ACCESS_TOKEN + ETSY_SHOP_ID + ETSY_KEYSTRING + GOLD_LICENSE_KEY fail-closed |
All 18 gold tools + gold_setup_check =19 total are gold_* prefixed — PAID ONLY PRO $29 once, BYOK fail-closed without ETSY keys and GOLD_LICENSE_KEY (offline 7-day grace). See src/moat.ts 18 tools.
Upstream attribution
Derivative shape from Etsy OpenAPI v3 docs + eRank/Star seller patterns (no code copied, API only). Original code © 2026 Studio AI under GOLD MCP — COMMERCIAL LICENSE v1.0 (2026-08-19) — see LICENSE — LICENSE TIERS: PRO $29 once (PAID ONLY, no free tier) | TEAM $99/mo via Keygen CE. Etsy API docs: https://developers.etsy.com/documentation/reference
Weekly watch list
Etsy official dev-mcp is docs-only (no ops) — window OPEN but closing. Monthly wayback diff on dev-mcp tool count. Registry-listed via smithery.yaml + mcp.json (Glama / Pulsemcp / mcp.so / mcp-registry).
License
LICENSE — PRO $29 once, TEAM $99/mo. Etsy trademark remains Etsy's. No affiliation.
See also
Master plan:
docs/MCP-GOLD-MASTER-PLAN-2026-08-19.mdThird-party notices:
THIRD_PARTY_NOTICES.mdEtsy docs: https://developers.etsy.com/documentation/reference