Agent

Self-aware MCP agent with Telegram and FakeChat channels

MCP Server

JSON-RPC 2.0 over Streamable HTTP. Connect from Claude Desktop or Claude Code.

POST /mcp

Self-Awareness

Identity, memory, goals, status, introspection, and reflection tools.

15+ tools

Telegram

Two-way bridge via webhook. Reply, react, edit messages. Pairing flow for access control.

webhook /telegram/webhook

FakeChat

Browser-based WebSocket chat. Open /fakechat to start chatting.

WebSocket /fakechat/ws

Quick Start

Add to Claude Desktop or Claude Code:

{
  "mcpServers": {
    "agent": {
      "type": "url",
      "url": "https://agent.liteio.dev/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN"
      }
    }
  }
}

Endpoints

GET /mcp — SSE / server info
POST /mcp — JSON-RPC 2.0
DELETE /mcp — End session
POST /telegram/webhook — Telegram webhook
GET /fakechat — Chat UI
GET /fakechat/ws — WebSocket