{ "name": "tgatlas-mcp", "mcpName": "io.github.starnikovoleg/tgatlas", "version": "0.1.2", "description": "MCP server for public Telegram channels — profiles, subscriber counts, posting cadence, and the channels Telegram itself considers similar.", "type": "module", "bin": { "tgatlas-mcp": "src/index.js" }, "main": "src/index.js", "files": [ "src", "README.md", "LICENSE", "logo.png" ], "engines": { "node": ">=18" }, "keywords": [ "mcp", "modelcontextprotocol", "telegram", "telegram-channels", "osint", "channel-discovery", "ai-agents", "llm" ], "license": "MIT", "scripts": { "start": "node src/index.js", "test": "node test/smoke.js" }, "homepage": "https://rapidapi.com/starnikovoleg/api/telegram155", "repository": { "type": "git", "url": "git+https://github.com/starnikovoleg/tgatlas-mcp.git" }, "bugs": { "url": "https://github.com/starnikovoleg/tgatlas-mcp/issues" } }