We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/profplum700/etsy-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•333 B
# Etsy API Configuration
# Get these from https://developers.etsy.com/
# Your Etsy API Key (also called keystring)
ETSY_API_KEY=your_api_key_here
# Your Etsy Shared Secret
ETSY_SHARED_SECRET=your_shared_secret_here
# Your OAuth Refresh Token (obtain using: npx tsx src/get-refresh-token)
ETSY_REFRESH_TOKEN=your_refresh_token_here