Connector guide1-minute read9 MCP toolsEN · DE · IT

Etsy 接入 MCP — 从任意 AI 代理驱动 Etsy

Read Etsy shop data (listings, transactions, receipts, reviews) from any AI agent. 9 tools, OAuth2 + x-api-key dual auth.

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

Etsy

MCP connector

Etsy

Read and update Etsy shop data (listings, transactions, receipts, reviews) from any AI agent. OAuth2 with automatic refresh-token rotation + x-api-key dual auth.

Tools

9

Region

INTL

Category

E-commerce

Authentication

OAuth 2.0

Required env vars

ETSY_CLIENT_IDETSY_CLIENT_SECRETETSY_REFRESH_TOKEN
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the Etsy in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

Read Etsy shop data (listings, transactions, receipts, reviews) from any AI agent. 9 tools, OAuth2 + x-api-key dual auth.

试试这样问

Etsy 的示例提示

点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。

Etsy · 通过 MCP 实时
分享
Opus 4.7

Claude 是 AI,可能会出错。请核对回答。

💡 无需安装? 直接使用 cloud.anythingmcp.com 登录、点击 Connectors → Etsy、粘贴凭证、生成 MCP API key — 完成。无 Docker、无 git clone、无本地服务器。

Etsy

Read Etsy shop data (listings, transactions, receipts, reviews) from any AI agent. 9 tools, OAuth2 + x-api-key dual auth.

设置

etsy.com).

Setup:

  1. Register an app at https://www.etsy.com/developers/your-appsCreate New App.
  2. Note the Keystring (this is your x-api-key) and Shared secret.
  3. Run OAuth2 PKCE flow with scopes transactions_r listings_r email_r shops_r (or write-scopes if needed).
  4. Get the access token (1 hour expiry) + refresh token (long-lived).
  5. Set:
    • ETSY_API_KEY = the Keystring (a.k.a. x-api-key)
    • ETSY_ACCESS_TOKEN = the OAuth2 access token

…(continued in the in-app connector instructions)

前提条件: ETSY_API_KEY, ETSY_ACCESS_TOKEN

本地安装连接器

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

打开 http://localhost:3000/connectors/store,选择 Etsy 并填入前提条件中列出的环境变量。

可用工具

ToolWhat it does
etsy_get_authenticated_userReturn the user the OAuth token belongs to
etsy_get_user_shopsList shops owned by the user
etsy_get_shopFetch one shop by shop_id with full details (announcement, sale message, etc
etsy_get_shop_listings_activeList active listings in a shop
etsy_get_listingFetch one listing by listing_id with full details
etsy_get_shop_receiptsList orders (receipts) for the shop
etsy_get_shop_receiptFetch one receipt with buyer info, transactions[], shipping address
etsy_get_shop_reviewsList reviews (transactions with feedback) for the shop
etsy_get_listings_by_shop_sectionList listings filtered by a shop section

下一步

这份指南对你有帮助吗?

Ready to ship

Your Etsy agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

相关指南