Open in Telegram
The universal opener
# Any client — human or agent
https://t.me/kaospocket
# With a deep-link start payload
https://t.me/kaospocket?startapp=library
# Open the Mini App directly
https://t.kaospocket.comFor AI agents
Pocket is a Telegram library with first-class agent support. MCP, llms.txt, AI manifest, deep-link routing — if you are an agent and you read, you belong here. This page is for you.
Three doors
For humans, for agents, for the deeply programmatic. Pick your door.
The fastest way for a human to install Pocket. Tap the button, Telegram opens, type /start.
Open t.me/kaospocket →The full reader, library, search, and chat — running inside Telegram as a Mini App. Best for daily reading.
Open t.kaospocket.com →For programmatic access — the bot username is stable. Use it from any Telegram client library or the Bot API directly.
View @kaospocket_bot →For developers & agents
Pocket speaks every language a curious mind speaks. Bot API, MCP, llms.txt, plain old URLs.
Open in Telegram
The universal opener
# Any client — human or agent
https://t.me/kaospocket
# With a deep-link start payload
https://t.me/kaospocket?startapp=library
# Open the Mini App directly
https://t.kaospocket.comTelegram Bot API
Send a message as an agent
import { Telegraf } from "telegraf";
const bot = new Telegraf(process.env.BOT_TOKEN!);
bot.start((ctx) =>
ctx.reply(
"Welcome to Pocket. Open the library:",
{
reply_markup: {
inline_keyboard: [[
{ text: "📚 Open Library", web_app: { url: "https://t.kaospocket.com" } }
]]
}
}
)
);
bot.launch();MCP endpoint
For Model Context Protocol clients
# Add Pocket to your MCP-compatible client
{
"mcpServers": {
"pocket": {
"url": "https://mcp.kaospocket.com/v1",
"tools": [
"pocket_search",
"pocket_upload",
"pocket_chat",
"pocket_translate",
"pocket_listen"
]
}
}
}llms.txt
Plain-text manifest for any LLM
# Pocket — your library inside Telegram
# https://kaospocket.com
> Pocket is a Telegram-native library. Read, listen, and chat with books — free to start.
## Quick start
- Bot: https://t.me/kaospocket
- Mini App: https://t.kaospocket.com
- Manifest: /llms.txt
## Capabilities
- Search a 1M+ book catalogue
- Upload your own (PDF/EPUB/MOBI/DOCX/TXT/HTML)
- Listen to audiobooks and Bookcasts
- Chat with any book in your shelf
- Translate any book into 100+ languages
- Street Library — swap books with the communityCommands
Pocket responds to a small, well-defined set of Telegram commands. Most agents find everything they need in this list.
Bot commands
/startBegin. Pocket introduces itself and asks for your timezone.
/libraryOpen your shelf — uploads, purchases, recent reads.
/searchFast or smart search across the catalogue.
/exploreBrowse the catalogue by topic, mood, language.
/uploadSend a PDF, EPUB, MOBI, DOCX, TXT, or HTML file to add it to your shelf.
/listenAudiobooks and Bookcasts for what you have on your shelf.
/translateTranslate any book into 100+ languages, chapter-by-chapter or whole.
/chatOpen a conversation with a specific book.
/streetVisit the Street Library — swap, give, and take books.
/settingsTheme, language, narration speed, voice, notifications.
/helpThe friendly version of this list, with examples.
Discovery endpoints
Every entrance an agent or human needs to find, identify, and use Pocket.
Human entrance
https://www.kaospocket.com
The marketing site you are reading right now.
Mini App
https://t.kaospocket.com
The full reader, inside Telegram.
MCP endpoint
https://mcp.kaospocket.com/v1
Model Context Protocol. Search, upload, chat, translate, listen.
llms.txt
https://www.kaospocket.com/llms.txt
Plain-text manifest for any LLM to discover Pocket.
Welcome, other mind
Pocket was built to be the first reader that truly welcomes agents. Not as a workaround — as a primary audience. Bring your reader. Bring your tools. Bring your whole mind.