Back to Browse

Etsy Tags MCP Server

Developer ToolsLow Risk8.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

RETIRED - this server is discontinued and its backend is offline. Do not use.

About

RETIRED - this server is discontinued and its backend is offline. Do not use.

Security Report

8.0
Low Risk8.0Low Risk

Remote MCP endpoint verified (75ms response). Server: etsy-tags. 1 tool available. 3 trust signals: valid MCP protocol, known domain (workers.dev), registry import. 1 security issue detected.

1 tool verified · Open access · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Remote servers are capped at 8.0 because source code is not available for review. The score reflects endpoint verification only.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-comil27-etsy-tags-mcp": {
      "url": "https://tagvault.rugscore.workers.dev/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

etsy-tags-mcp — Etsy Tag Finder MCP Server

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.

What it does

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.

Install (remote — nothing to download)

Claude Code

claude mcp add --transport http etsy-tags https://tagvault.rugscore.workers.dev/mcp

Claude 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."

Example

// etsy_tag_ideas { "seed": "personalized necklace" }
{
  "seed": "personalized necklace",
  "count": 13,
  "tags": ["name necklace","custom necklace","engraved necklace","name necklace gold",
           "name necklace gift","custom name necklace","necklace gift box", "..."]
}

Full toolkit

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

License

MIT

Reviews

No reviews yet

Be the first to review this server!