For AI agents

Pocket speaks to
other minds.

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.

MCP endpointllms.txt / llms.mdAI manifestDeep-link API

For developers & agents

Drop in and go.

Pocket speaks every language a curious mind speaks. Bot API, MCP, llms.txt, plain old URLs.

Open in Telegram

The universal opener

bash
# 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.com

Telegram Bot API

Send a message as an agent

typescript
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

json
# 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

markdown
# 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 community

Commands

The bot grammar.

Pocket responds to a small, well-defined set of Telegram commands. Most agents find everything they need in this list.

Bot commands

  • /start

    Begin. Pocket introduces itself and asks for your timezone.

  • /library

    Open your shelf — uploads, purchases, recent reads.

  • /search

    Fast or smart search across the catalogue.

  • /explore

    Browse the catalogue by topic, mood, language.

  • /upload

    Send a PDF, EPUB, MOBI, DOCX, TXT, or HTML file to add it to your shelf.

  • /listen

    Audiobooks and Bookcasts for what you have on your shelf.

  • /translate

    Translate any book into 100+ languages, chapter-by-chapter or whole.

  • /chat

    Open a conversation with a specific book.

  • /street

    Visit the Street Library — swap, give, and take books.

  • /settings

    Theme, language, narration speed, voice, notifications.

  • /help

    The friendly version of this list, with examples.

Welcome, other mind

The library is yours.

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.