Telegram Bot Api Docs Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Telegram Bot Api Docs Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
It gives AI clients access to the current Telegram Bot API documentation. The server scrapes the official docs on startup, validates the method/type graph, and serves the result through MCP tools and JSON resources.
Run the published package over stdio, which is the usual transport for local AI client bindings:
uvx telegram-bot-api-docs-mcpOr run as an HTTP MCP server:
uvx telegram-bot-api-docs-mcp --transport http --host 127.0.0.1 --port 8080Startup requires internet access because the server fetches https://core.telegram.org/bots/api every time it starts.
For local development from a checkout, use uv run python main.py with the same arguments.
This repo includes a project-scoped Codex config at .codex/config.toml:
[mcp_servers.telegram-bot-api-docs]
command = "uvx"
args = ["telegram-bot-api-docs-mcp"]Start a new Codex session from this trusted repo and run /mcp to confirm that telegram-bot-api-docs is connected.
get_bot_api_overview: version, release date, changelog URL, and counts.list_methods / list_types: paginated method/type discovery with optional search.get_method / get_type: full docs for a method or type.get_field: docs for a specific method parameter or type field.search_bot_api: search names, descriptions, fields, return types, and relationships.get_related_types: subtype and usage graph for a type.dump_bot_api_spec: raw full spec or a single section.telegram-bot-api://overviewtelegram-bot-api://methodstelegram-bot-api://typestelegram-bot-api://specscrape.py contains the parser and schema validation used by the MCP server.
Thanks to PaulSonOfLars for such wonderful project
Here is an example bot created completely using codex
Made by Mukund
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.