Skip to content
Grok

namecatcher skills for Grok

io.github.productmap/namecatcher-skills

Score and value collectible Telegram usernames: namability 0-100, fair price, thesis. No API key.

client:Grok transport:stdio runtime:npm

Install namecatcher skills in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "namecatcher-skills": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "namecatcher-mcp"
      ],
      "env": {
        "NAMECATCHER_API_ORIGIN": "<NAMECATCHER_API_ORIGIN>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

namecatcher skills in other clients