@etymolt/mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@etymolt/mcp-serververify brand name "Lumio""
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@etymolt/mcp-server
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 |
| 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 |
| Side-by-side comparison of 2-5 finalists with a recommended pick. | 1 call total |
| 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.
Related MCP server: Countries MCP Server
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-serverTiers (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 |
|
| Override for self-hosted or staging. |
| (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 |
|
|
|
|
| API only — |
| API only — |
| API only — |
| API only — |
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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAquality-maintenanceStdio-based MCP server with 12 tools for brand name availability and safety checks. Returns structured JSON for domains (with pricing), social handles, USPTO/EUIPO trademarks, app stores, package registries, safety scoring, batch comparison, and filing readiness.1218
- Alicense-qualityDmaintenanceMCP Server that gives AI assistants access to comprehensive country data from 250+ countries.1MIT
- Alicense-qualityAmaintenanceAn MCP server for tldx that allows AI agents to brainstorm brand names and instantly verify domain availability using lightning-fast, concurrent RDAP lookups.1,914Apache 2.0
- Alicense-qualityDmaintenanceAn MCP server that enables AI assistants to analyze images for AI-generated content using noise maps, error level analysis, frequency analysis, spectral decay, color analysis, and metadata inspection.MIT
Related MCP Connectors
Hosted MCP server for structured code review passes on human- and AI-written code. Free tier.
MCP server for NanoBanana AI image generation and editing
An MCP server that integrates with Discord to provide AI-powered features.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/etymolt/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server