Etsy Store MCP
by Minagera
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ETSY_TOKEN | Yes | Etsy API key and shared secret joined with a colon (`<keystring>:<shared_secret>`), sent as the `x-api-key` header on every request; the keystring half also acts as `client_id` for token refresh. | |
| ETSY_SHOP_ID | No | Default shop ID, so you don't need to pass `shop_id` on every call. | |
| ETSY_OAUTH_TOKEN | No | OAuth access token with `listings_w` (and `listings_r`/`shops_r`/`listings_d` as needed). Required for any write. Only used to seed the token cache on first run if `ETSY_REFRESH_TOKEN` is also set. | |
| ETSY_REFRESH_TOKEN | No | Enables automatic token refresh. When set, the server keeps its access token fresh on its own. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues