group_search
ActiveTool of io.github.saloprj/dialogbrain
Search for public groups or channels by topic on Telegram (or other channels). Returns matching groups with title, member count, and whether messages can be previewed. Finds public groups/channels by topic — NOT individual people. To find or add a specific person by @username, use contacts.discover / contacts.find instead. When to use: - Finding groups related to a topic or niche - Building a list of groups for outreach or monitoring After searching, use group.scan to evaluate quality before joining.
Parameters schema
{
"type": "object",
"required": [
"channel",
"keywords"
],
"properties": {
"limit": {
"type": "integer",
"default": 20,
"maximum": 50,
"minimum": 1,
"description": "Maximum number of results to return (1-50, default 20)"
},
"channel": {
"type": "string",
"description": "Channel to search on (e.g. 'telegram')"
},
"keywords": {
"type": "string",
"description": "Search keywords or phrase (e.g. 'crypto trading signals')"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries