Integrations › Telegram
Telegram bots forget between messages. VerifiedState gives them permanent, verified memory.
Get API Key →Telegram bots and AI assistants are popular in dev and crypto communities. But they're stateless — each interaction starts fresh. The bot that helped you debug yesterday doesn't remember the fix today.
Connect a Telegram MCP server alongside VerifiedState MCP:
# Coming soon — package not yet available
{
"mcpServers": {
"telegram": {
"command": "npx",
"args": ["-y", "telegram-mcp-server"],
"env": {
"TELEGRAM_BOT_TOKEN": "your-bot-token"
}
},
"verifiedstate": {
"url": "https://mcp.verifiedstate.ai/mcp",
"headers": {
"Authorization": "Bearer vs_live_..."
}
}
}
}
// Telegram bot reads messages → stores facts in VerifiedState
// Facts persist across all conversations
// Query from any connected tool — not just Telegram{
"receipt_id": "rct_7f3a...",
"assertion": "User prefers dark mode",
"status": "verified",
"confidence": 0.94,
"signature": "ed25519:a8c3f1...",
"verified_at": "2026-04-06T14:32:01Z",
"chain_position": 42
}| Feature | Without | With VerifiedState |
|---|---|---|
| Bot memory | Resets every conversation | Persistent + verified |
| Cross-tool | Telegram only | Any MCP client sees the same memory |
| Group knowledge | Lost in chat | Extracted and queryable |
| Proof | None | Ed25519 receipt per fact |
Any MCP-compatible Telegram server. Several exist on GitHub and npm.
Yes. Use a shared namespace for the group. All facts stored by the bot are queryable by any connected tool.
Free: 50,000 assertions/month. No credit card. No trial expiration.