{
  "markdown": "# mcp-telegram-bot\n\n> MCP server that exposes a Telegram bot\n\n[![PyPI](https://img.shields.io/pypi/v/mcp-telegram-bot.svg)](https://pypi.org/project/mcp-telegram-bot/)\n[![Python](https://img.shields.io/pypi/pyversions/mcp-telegram-bot.svg)](https://pypi.org/project/mcp-telegram-bot/)\n[![Coverage](https://codecov.io/gh/daedalus/mcp-telegram-bot/branch/main/graph/badge.svg)](https://codecov.io/gh/daedalus/mcp-telegram-bot)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n\n## Install\n\n```bash\npip install mcp-telegram-bot\n```\n\n## Setup\n\n1. Create a Telegram bot by talking to @BotFather on Telegram\n2. Get your bot token\n3. Set the `TELEGRAM_BOT_TOKEN` environment variable\n\n## Usage\n\n```bash\nexport TELELEGRAM_BOT_TOKEN=\"your-bot-token-here\"\nmcp-telegram-bot\n```\n\n### MCP Tools\n\n- **send_message**: Send a message to a Telegram chat\n- **get_me**: Get bot information\n- **get_updates**: Get recent updates from Telegram\n\n### MCP Resources\n\n- **bot://status**: Get bot status\n\nmcp-name: io.github.daedalus/mcp-telegram-bot\n\n## Development\n\n```bash\ngit clone https://github.com/daedalus/mcp-telegram-bot.git\ncd mcp-telegram-bot\npip install -e \".[test]\"\n\n# run tests\npytest\n\n# format\nruff format src/ tests/\n\n# lint\nruff check src/ tests/\n\n# type check\nmypy src/\n```\n\n## License\n\nMIT\n",
  "bytes": 1391,
  "sha": "ac175a715bbed4cc3ef2cb5d39e46e0fc600afc28ed4919ee07962766d8e357a",
  "repo_slug": "daedalus/mcp-telegram-bot",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_daedalus_mcp_telegram_bot_74517a8a/readme"
}