namecatcher skills for VS Code
io.github.productmap/namecatcher-skills
Score and value collectible Telegram usernames: namability 0-100, fair price, thesis. No API key.
client:VS Code
transport:stdio
runtime:npm
Install namecatcher skills in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "namecatcher-api-origin",
"description": "NAMECATCHER_API_ORIGIN",
"password": true
}
],
"servers": {
"namecatcher-skills": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"namecatcher-mcp"
],
"env": {
"NAMECATCHER_API_ORIGIN": "${input:namecatcher-api-origin}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs