namecatcher skills for Cursor
io.github.productmap/namecatcher-skills
Score and value collectible Telegram usernames: namability 0-100, fair price, thesis. No API key.
client:Cursor
transport:stdio
runtime:npm
Install namecatcher skills in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"namecatcher-skills": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"namecatcher-mcp"
],
"env": {
"NAMECATCHER_API_ORIGIN": "<NAMECATCHER_API_ORIGIN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs