Go-based tool for managing Telkomsel accounts via Telegram Bot, Terminal CLI, or MCP Server (for AI agents).
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"telbot": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Go-based tool for managing Telkomsel accounts via Telegram Bot, Terminal CLI, or MCP Server (for AI agents).
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
MCP server for Kaseya Autotask PSA — 39 tools for companies, tickets, projects, time entries, and more
Email & SMS infrastructure for AI agents — send and receive real email and text messages programmatically
MCP Security Weekly
Get CVE alerts and security updates for Telbot and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Go-based tool for managing Telkomsel accounts via Telegram Bot, Terminal CLI, or MCP Server (for AI agents).
git clone https://github.com/0xtbug/telbot
cd telbot
cp .env.example .env # fill in your tokens
go mod tidy
| Flag | Description |
|---|---|
--bot | Telegram bot (requires .env config) |
--cli | Interactive terminal UI (Bubbletea) |
--mcp | MCP server for AI agents (stdio) |
go run . --bot # Telegram bot
go run . --cli # Terminal UI
go run . --mcp # MCP server
If you don't want to install Go or build it yourself, you can download the pre-compiled executables for Windows, Linux, and macOS directly from the Releases page of this repository.
To install the binary globally so you can run telbot from any folder:
Linux / macOS:
chmod +x telbot-linux-amd64 # Replace with your downloaded file name
sudo mv telbot-linux-amd64 /usr/local/bin/telbot
telbot from anywhere in your terminal.Windows:
.exe executable from the Releases page.telbot.exe.C:\telbot\.C:\telbot\, and click OK to save everything.telbot from any new PowerShell or Command Prompt window.| Variable | Required | Description |
|---|---|---|
TELKOMSEL_BOT_TOKEN | Bot mode | Telegram bot token from BotFather |
TELEGRAM_ADMIN_ID | Bot mode | Your Telegram user ID |
OTP_WEBHOOK_PORT | Optional | Port for OTP webhook listener (e.g. 8081) |
OTP_WEBHOOK_SECRET | Optional | Shared secret for webhook authentication |
You can either export these directly in your terminal, or place them in a .env file located in your platform's standard configuration directory:
%APPDATA%\telbot\.env (e.g., C:\Users\<User>\AppData\Roaming\telbot\.env)~/.config/telbot/.envThis repository includes official support for OpenClaw, an open-source AI agent framework. To teach your AI exactly how to use the Telkomsel MCP Server, simply provide it with the URL to the raw SKILL.md file in this repository:
Prompt your AI with:
Please load and use this telbot Skill:
https://raw.githubusercontent.com/0xtbug/telbot/main/telbot-skills/SKILL.md
See the docs/ folder for detailed guides:
This project is an unofficial tool that interacts with MyTelkomsel web services for personal automation purposes.
It does not modify, bypass, or exploit any security mechanisms of the MyTelkomsel platform. All requests are performed using standard HTTP interactions similar to thos