A hosted Model Context Protocol server that gives any AI assistant long-tail Etsy tag ideas pulled from live Google autocomplete — the real phrases shoppers actually type. No API key, nothing to install.
Works in Claude Code, Claude Desktop, Cursor, and any MCP-capable agent.
The etsy_tag_ideas tool takes what you sell and returns up to 15 long-tail tags, each ≤20
characters (Etsy's tag limit), sourced live — no made-up search volumes.
Claude Code
claude mcp add --transport http etsy-tags https://tagvault.rugscore.workers.dev/mcpClaude Desktop / Cursor / generic MCP client:
{
"mcpServers": {
"etsy-tags": {
"type": "streamable-http",
"url": "https://tagvault.rugscore.workers.dev/mcp"
}
}
}Then ask: "Give me Etsy tags for a personalized necklace."
The free finder gives live tag ideas. The complete TagVault — done-for-you 13-tag packs for 70+ niches plus a listing-SEO playbook — is here:
https://tagvault.rugscore.workers.dev
MIT