kevanantha/etsy-seller
v0.1.0
Manage your Etsy shop as a seller: listings, inventory, and receipts/orders via Open API v3.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
etsy-sellerstdio
{
"type": "stdio",
"command": "node",
"args": [
"${PLUGIN_ROOT}/src/server.mjs"
],
"cwd": "${PLUGIN_ROOT}",
"env": {
"ETSY_KEYSTRING": "${ETSY_KEYSTRING}",
"ETSY_SHARED_SECRET": "${ETSY_SHARED_SECRET}",
"ETSY_REDIRECT_URI": "${ETSY_REDIRECT_URI}"
}
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "etsy-seller",
"version": "0.1.0",
"description": "Manage your Etsy shop as a seller: listings, inventory, and receipts/orders via Open API v3.",
"author": {
"name": "Kevin Anantha"
},
"keywords": [
"etsy",
"seller",
"listings",
"inventory",
"orders"
],
"extensions": {
"com.cursor": {
"variables": {
"ETSY_KEYSTRING": {
"description": "Etsy App API keystring from Your Apps",
"required": true,
"secret": true
},
"ETSY_SHARED_SECRET": {
"description": "Etsy App shared secret from Your Apps",
"required": true,
"secret": true
},
"ETSY_REDIRECT_URI": {
"description": "OAuth callback registered on the Etsy app (use localhost, not 127.0.0.1)",
"required": false,
"default": "http://localhost:3456/callback"
}
}
}
}
}
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.cursor