Odel
Etymolt

Etymolt

Local
@etymoltTypeScriptUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@etymolt/mcp-serverv2.1.0

Run

npx -y @etymolt/mcp-server

MCP client config

{
  "mcpServers": {
    "etymolt": {
      "command": "npx",
      "args": [
        "-y",
        "@etymolt/mcp-server"
      ]
    }
  }
}