# Seerxo (remote · api.seerxo.com)

Generate SEO-optimized Etsy listings — title, description, and 13 tags — from your AI assistant.

- Trust score: 82/100 (high trust)
- Change this week: +8
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api.seerxo.com`: 82/100 (this document), [markdown](https://verifymcp.io/servers/semihbugrasezer-seerxo/api.md), [page](https://verifymcp.io/servers/semihbugrasezer-seerxo/api)
- npm · `seerxo`: 35/100, [markdown](https://verifymcp.io/servers/semihbugrasezer-seerxo/seerxo.md), [page](https://verifymcp.io/servers/semihbugrasezer-seerxo/seerxo)

## Channel facts

- Endpoint: `https://api.seerxo.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.13.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 94/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 510 tokens (~102/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http semihbugrasezer-seerxo https://api.seerxo.com/mcp
```

### Codex

```toml
[mcp_servers.semihbugrasezer-seerxo]
url = "https://api.seerxo.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "semihbugrasezer-seerxo": {
      "type": "remote",
      "url": "https://api.seerxo.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add semihbugrasezer-seerxo --url https://api.seerxo.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  semihbugrasezer-seerxo:
    url: "https://api.seerxo.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "semihbugrasezer-seerxo": {
      "type": "http",
      "url": "https://api.seerxo.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 82, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 81, +6)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 75, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 74, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 74)

First indexed and scored.

## MCP tools (5)

### `generate_etsy_seo` (~102 tokens)

Generate Etsy listing

Use this when the user wants a complete SEO-optimized Etsy listing from a product idea. Returns a title, A/B title variants, description, exactly 13 tags, and attributes. Uses one generation from the monthly quota.

Input parameters:

- `category` (string): Etsy category, e.g. "Home & Living"
- `product_name` (string, required): Product description, e.g. "handmade ceramic coffee mug, speckled glaze, 12oz"

Output parameters:

- `cross_sell` (string): Suggested complementary product.
- `description` (string): SEO-optimized product description.
- `features` (array): Product feature highlights.
- `shipping_tip` (string): Shipping pricing guidance.
- `suggested_attributes`: Suggested Etsy attribute values.
- `tags` (array): All 13 Etsy tags.
- `target_keywords` (array): Primary keyword phrases targeted by the listing.
- `title` (string): Primary SEO title.
- `title_alternatives` (array): Alternative titles for A/B testing.
- `usage` (object)

### `seerxo_analyze_listing` (~117 tokens)

Audit Etsy listing

Use this when the user wants to score or diagnose an existing Etsy listing. Returns an explainable SEO score, sub-scores, weak points, missing keywords, and tag utilization. Free — does not use quota.

Input parameters:

- `description` (string): Current Etsy listing description
- `product_name` (string): Short product description, e.g. "handmade ceramic coffee mug, speckled glaze, 12oz"
- `tags` (array): Current Etsy tags
- `title` (string): Current Etsy listing title

Output parameters:

- `checks` (array): All evaluated SEO checks.
- `coverage` (number): Percentage of product keywords covered by the listing.
- `fixes` (array): Legacy actionable fix list.
- `grade` (string): Letter grade derived from the SEO score.
- `missingKeywords` (array): Product keywords missing from the listing.
- `passed` (number): Number of SEO checks that passed.
- `percent` (number): Legacy alias for the overall SEO score.
- `seoScore` (number): Overall Etsy SEO score from 0 to 100.
- `subScores` (object)
- `tagUtilization` (object)
- `total` (number): Total number of SEO checks.
- `weakPoints` (array): Ranked SEO findings and fixes.

### `seerxo_optimize_listing` (~128 tokens)

Optimize Etsy listing

Use this when the user wants to rewrite an existing Etsy title, description, or tags based on audit findings. A re-audit gate prevents score regression. Uses one generation from the monthly quota.

Input parameters:

- `description` (string): Current Etsy listing description
- `mode` (string): Which fields to rewrite (default: full)
- `product_name` (string): Short product description, e.g. "handmade ceramic coffee mug, speckled glaze, 12oz"
- `tags` (array): Current Etsy tags
- `title` (string): Current Etsy listing title

Output parameters:

- `after` (object): Audit summary after optimization.
- `before` (object): Audit summary before optimization.
- `diff` (object): Before and after values for each listing field.
- `fallback` (boolean): Whether the original listing was kept to prevent a score regression.
- `mode` (string): Optimization mode that was applied.
- `optimized` (object)
- `resolved` (array): Finding IDs resolved by the rewrite.
- `unresolved` (array): Finding IDs still present after the rewrite.
- `usage` (object)

### `seerxo_suggest_keywords` (~126 tokens)

Suggest Etsy keywords

Use this when the user wants Etsy keyword ideas for a product or listing. Returns ranked autosuggest phrases with relative demand and placement guidance; never fabricates search volumes. Uses one generation from the monthly quota.

Input parameters:

- `description` (string): Current Etsy listing description
- `product_name` (string): Short product description, e.g. "handmade ceramic coffee mug, speckled glaze, 12oz"
- `seed` (string): Seed phrase to expand
- `tags` (array): Current Etsy tags
- `title` (string): Current Etsy listing title

Output parameters:

- `confidence` (string): Confidence in the available suggestions.
- `keywords` (array): Keyword suggestions in Etsy autosuggest demand order.
- `seed` (string): Normalized seed phrase used for suggestions.
- `source` (string): Source used for keyword suggestions.
- `usage` (object)

### `seerxo_quota` (~37 tokens)

Check quota

Use this when the user asks about Seerxo credits or usage. Shows the authenticated account's remaining monthly generation quota. Free.

Output parameters:

- `current` (number): Generations used this month.
- `limit` (number): Monthly generation limit.
- `remaining` (number): Generations remaining this month.
- `tier` (string): Seerxo account tier.
- `usageByChannel` (object)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/semihbugrasezer-seerxo/api#diagnostics

## Score history

- 2026-08-03: 82
- 2026-08-02: 81
- 2026-08-01: 81
- 2026-07-31: 81
- 2026-07-30: 75
- 2026-07-29: 76
- 2026-07-28: 75
- 2026-07-27: 74
- 2026-07-26: 74

## Links

- Remote endpoint: https://api.seerxo.com/mcp
- Repository: https://github.com/semihbugrasezer/seerxo
- Website: https://www.seerxo.com/
- Changelog RSS feed: https://verifymcp.io/servers/semihbugrasezer-seerxo/api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/semihbugrasezer-seerxo/api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/semihbugrasezer-seerxo/api
