Skip to main content
Glama

npm npm downloads MCP License: MIT GitHub stars

Type what you sell. Get the whole listing.

Front-loaded SEO title (+ A/B variants) · hook-first description · all 13 tags · Etsy attributes — generated in seconds, ready to paste. Then keep improving: score, fix, and keyword-mine existing listings from the same CLI, MCP server, and Claude Code skill.

Try it free → · Quick start · Sample output


⚡ See it work

You type:

seerxo generate --product "handmade ceramic coffee mug, speckled glaze, 12oz"

You get:

TITLE   Handmade Ceramic Coffee Mug | Artisan Pottery | Unique Kitchen Gift | Microwave Safe

TAGS    handmade mug · ceramic coffee cup · pottery mug · artisan mug · unique gift
        coffee lover gift · handcrafted · kitchen decor · tea cup · housewarming gift
        birthday present · ceramic pottery · handmade gift

DESCRIPTION
Elevate your morning coffee ritual with this beautifully handcrafted ceramic mug.
Each piece is lovingly made by skilled artisans, ensuring no two mugs are exactly
alike. Featuring a comfortable ergonomic handle and smooth glazed finish. …

+ 2 A/B title variants · Etsy attributes · target keywords · shipping tip · cross-sell idea

Every field respects Etsy's rules out of the box: title ≤140 chars, exactly 13 tags, each tag ≤20 chars, lowercase, no duplicates.

Related MCP server: Etsy MCP Server

🧰 Use it where you already work

Channel

Best for

Get started

🖥️ CLI

Terminal lovers, scripts, batch work

npm i -g seerxo

🤖 Claude Desktop (MCP)

"Generate a listing" mid-conversation

Setup ↓

🧑‍💻 Claude Code skill

Listings without leaving your editor

seerxo skill add

🌐 Web app

Zero install + free SEO Score audit

Open and type

One account, one credit pool — every channel shares it.

🚀 Quick start

npm install -g seerxo
seerxo login     # Google sign-in in your browser; API key is saved for you
seerxo generate --product "boho macrame wall hanging" --category "Home & Living"

Already have a listing? Score it, fix it, and mine keywords from the same CLI:

seerxo analyze  --title "Minimalist Mug" --tags "mug,gift" --description "..."   # SEO score + weak points
seerxo optimize --title "Minimalist Mug" --tags "mug,gift" --description "..."   # guided rewrite, before/after score
seerxo keywords --seed "ceramic mug"                                             # ranked Etsy autosuggest keywords

(seerxo audit works as an alias for analyze.)

Prefer interactive? Just run seerxo and type your product (add a category with |, e.g. Boho bedroom wall art set | Wall Art). Add --json to any command for machine-readable output.

  1. Install the CLI and sign in (seerxo login) as above.

  2. Add the MCP server to your Claude Desktop config:

    macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%/Claude/claude_desktop_config.json

    {
      "mcpServers": {
        "seerxo": { "command": "seerxo-mcp" }
      }
    }

    Credentials are read from ~/.seerxo-mcp/config.json (written by seerxo login); you can override with SEERXO_EMAIL / SEERXO_API_KEY env vars. The file is plaintext — keep it on single-user machines: chmod 700 ~/.seerxo-mcp && chmod 600 ~/.seerxo-mcp/config.json

  3. Restart Claude Desktop and ask: "Generate an Etsy listing for my handmade ceramic coffee mug"

The repository is also a Claude Code plugin. To test it directly from a clone:

claude plugin validate .
claude --plugin-dir .

Or install the same skill through the Seerxo CLI:

npm install -g seerxo && seerxo login
seerxo skill add            # user-level, all projects
seerxo skill add --project  # …or current repo only

Restart Claude Code and ask for an Etsy listing — the skill drives the CLI for you. Remove anytime with seerxo skill remove. No global install? npx seerxo skill add.

seerxo configure --email you@example.com --api-key keyId.secret

Check state anytime with seerxo status; sign out with seerxo logout.

📦 What you get

Field

Details

Title

≤140 chars, primary keywords front-loaded for Etsy search

A/B titles

Alternative titles for split-testing

Description

Hook-first opening, features, usage scenarios, call-to-action

13 tags

Each ≤20 chars, lowercase, deduplicated, broad + specific mix

Attributes

Occasion, style, color, material, recipient — Etsy's filter dropdowns

Extras

Target keywords, shipping tip, cross-sell suggestion

💡 Tip: you can paste an Etsy listing URL that contains a title slug (etsy.com/listing/123/boho-macrame-wall-hanging) — the product name is derived from it. Bare links without a slug can't be read; paste the listing title instead.

💳 Pricing

Free

Premium

Listing audit (analyze)

Unlimited

Unlimited

AI actions (generate, optimize, keywords)

5 / month

up to 300 / month — Upgrade →

Both plans include every channel — CLI, Claude Desktop, Claude Code skill, and the web app.

🤝 Support

GitHub Issues · info@seerxo.com · seerxo.com

The npm package is seerxo — the old seerxo-mcp package is deprecated (the seerxo-mcp binary still ships inside seerxo for Claude Desktop).

📝 License

MIT — see LICENSE.


Built for Etsy sellers by Seerxo

⭐ Star the repo if it saves you listing time — it helps other sellers find it.

Available Tools

1 tool
generate_etsy_seoCInspect

Generate SEO-optimized Etsy product title, description, and tags. Free: 10 generations/month.

ParametersJSON Schema
NameRequiredDescriptionDefault
categoryNoOptional product category (e.g., "Home & Living")
product_nameYesThe product name to generate SEO for

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions a rate limit ('10 generations/month'), which is useful, but fails to describe other critical traits like whether the tool requires authentication, what the output format looks like, or any potential errors. For a generation tool with no annotation coverage, this is insufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded, stating the core purpose in the first sentence and adding a rate limit in the second. Both sentences earn their place by providing essential information without unnecessary details. However, it could be slightly more structured by explicitly separating usage guidelines from behavioral traits.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of an SEO generation tool with no annotations and no output schema, the description is incomplete. It lacks details on output format, error handling, authentication needs, and broader context like when to use it effectively. The rate limit hint is helpful but insufficient for a tool that likely produces structured content, leaving significant gaps for an AI agent to understand full behavior.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage, with clear documentation for both parameters. The description does not add any additional meaning beyond what the schema provides, such as examples or constraints not covered in the schema. Since the schema does the heavy lifting, the baseline score of 3 is appropriate, as the description neither compensates for gaps nor enhances parameter understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Generate SEO-optimized Etsy product title, description, and tags.' It specifies the verb ('Generate') and resource ('Etsy product title, description, and tags'), making it easy to understand what the tool does. However, since there are no sibling tools mentioned, it cannot differentiate from alternatives, which prevents a perfect score.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides minimal usage guidance: it mentions 'Free: 10 generations/month,' which implies a rate limit but does not specify when to use this tool versus alternatives or any prerequisites. There is no explicit context for when or why to invoke it, such as for new product listings or SEO improvements, leaving gaps in practical application advice.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool updatev1.0.0
    • First observedgenerate_etsy_seo

TDQS

B3.1/5.0
Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined and distinct by default.

Naming Consistency5/5

A single tool inherently has perfect naming consistency, as there are no other tools to compare it against for patterns or conventions.

Tool Count2/5

One tool is too few for a server named 'Etsy SEO Generator', which suggests a broader scope (e.g., generating, analyzing, or optimizing SEO). A single generation tool feels thin and incomplete for this domain.

Completeness2/5

The server's name implies a comprehensive SEO toolset, but only generation is covered. Obvious gaps include analysis, optimization, validation, or management of SEO elements, making the surface severely incomplete for the stated purpose.

Maintenance

ActivityActive
ResponsivenessUnresponsive

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables seamless integration with Etsy's marketplace API v3 to search listings, manage shop inventory, create and update products, optimize SEO, and access seller resources with OAuth support for authenticated operations.
    5
    -
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to search for products, retrieve listing details, get shop information, discover trending items, and access reviews on Etsy through the Etsy API v3.
    7
    13
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Provides full access to the Etsy Open API v3 for both buyer browsing and seller shop management through 37 specialized tools. It enables users to manage listings, process orders, handle shipping, and access inventory data via secure OAuth 2.0 authentication.
    2
    41
    4
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/semihbugrasezer/seerxo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server