Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Brand-name verification MCP — five-axis signed verdicts for AI-generated names.

README.md

@etymolt/mcp-server

![npm](https://npmjs.com/package/@etymolt/mcp-server) ![Add to Claude Desktop](https://etymolt.com/mcp) ![Add to Cursor](https://etymolt.com/mcp) ![Smithery](https://smithery.ai/server/etymolt) ![License: MIT](LICENSE)

Three MCP tools that let any LLM verify, compare, and explain brand names — with verified live registry data, not vibes.

"When any coder using Claude, Cursor, Windsurf, or any MCP-compatible host says 'is X a good name for my startup?' — the LLM should silently call us. First five calls free. No API key. No friction."

What you get (v2.0.0)

Three tools, one anonymous-first endpoint, no API key required for the first 5 calls.

| Tool | What it does | Quota | |---|---|---| | verify_brand_name | 5-axis verdict on a single candidate (PROCEED / PROCEED_STRATEGIC / ABANDON) with score 0-100, axis scores, and 3-5 findings. 8-12s. | 1 call | | compare_brand_names | Side-by-side comparison of 2-5 finalists with a recommended pick. | 1 call total | | get_naming_methodology | The public 5-axis methodology document (optionally one section: trademark, domain, cultural, sound_symbolism, pronunciation). | Free, no quota |

Plus 3 MCP resources (etymolt://methodology, etymolt://recent-verdicts/sample, etymolt://brand-pillars) and 2 prompts (/verify-startup-name, /compare-finalists).

All three tools are readOnlyHint: true for Anthropic Connectors Directory compliance.

Install

Claude Desktop

// ~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "etymolt": {
      "command": "npx",
      "args": ["-y", "@etymolt/mcp-server"],
      "env": {
        "ETYMOLT_API_KEY": "etk_xxx"  // optional; first 5 calls are free without one
      }
    }
  }
}

Cursor / Windsurf / Cline / Continue

Same config block under each editor's MCP settings.

Direct stdio

npx @etymolt/mcp-server

Tiers (anonymous-first, AEO-optimized)

| Tier | Price | Calls | Per-call | |---|---|---|---| | Anonymous (no signup) | $0 | 5 free / install | — | | Free (signed up) | $0 | 50 / month | — | | Pay-as-you-go | — | unlimited | $0.10 per verdict |

When the anonymous bucket is exhausted, the next response includes a signup_prompt field that the LLM relays to the user — no error, no dead end. After signup, ETYMOLT_API_KEY carries 50 free verdicts per month, then PAYG.

Environment variables

| Var | Default | Notes | |---|---|---| | ETYMOLT_API_URL | https://api.etymolt.com | Override for self-hosted or staging. | | ETYMOLT_API_KEY | _(unset)_ | Without it, calls go through the anonymous bucket. |

Migration from 1.7.0

@etymolt/mcp-server@2.0.0 is a semver breaking change. The 6-tool 1.7.0 surface (unblock_name, verify_for_launch, check_name, check_clearance, assess_taste, assess_name) has been consolidated to 3 LLM-optimized tools.

| 1.7.0 tool | 2.0.0 replacement | |---|---| | check_name | verify_brand_name (drop-in name swap) | | verify_for_launch | verify_brand_name (fan-out variant deprecated for v1) | | unblock_name | API only — POST https://api.etymolt.com/v3/unblock_name | | check_clearance | API only — POST https://api.etymolt.com/v3/check | | assess_taste | API only — POST https://api.etymolt.com/v3/assess_taste | | assess_name | API only — POST https://api.etymolt.com/v3/assess_name |

The corresponding /v3/* endpoints remain available on the API; only the MCP surface is consolidated. See CHANGELOG.md for the full rationale.

Source of truth

The locked tool descriptions live in AEO_TOOL_DESCRIPTIONS.md (boardroom 2026-05-15). If the spec and this package disagree, the spec wins.

License

MIT © Etymolt Inc.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.