Back to Browse

Tgden Api MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Search 1.4M+ public Telegram channels, chats and bots. No account, no API key, no install.

About

Search 1.4M+ public Telegram channels, chats and bots. No account, no API key, no install.

Remote endpoints: streamable-http: https://tgden.com/api/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

6 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-justjuice55-tgden": {
      "url": "https://tgden.com/api/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

tgden — Telegram catalog as an MCP server + free API

A live index of what exists on Telegram: 1.1M+ channels, 181k+ group chats, 142k+ bots, 4.5M+ indexed posts. No Telegram account. No API key. No install.


Why another Telegram MCP server?

Every other Telegram MCP server connects to your Telegram account — you hand it an API hash, a phone number or a bot token, and it reads your dialogs, sends your messages, manages your groups. Useful, but it can only ever see what you already have access to.

This one is the opposite. It's a public catalog, so it answers the question none of the others can:

"What Telegram channels and groups exist about X, and which are worth joining?"

account-based Telegram MCPtgden MCP
Credentials requiredAPI ID/hash, phone or bot tokennone
Installlocal process (Python/Go/Node)none — a hosted HTTP URL
Can seechats you already joined1.4M+ public entities you haven't
Answers "what exists?"noyes
Can act on your accountyesno — read-only by design

Because it never touches an account, there's nothing to leak and nothing to get banned.


Quick start

Claude Code

claude mcp add --transport http tgden https://tgden.com/api/mcp

Claude Desktop · Cursor · any MCP client — add to your MCP config:

{
  "mcpServers": {
    "tgden": {
      "type": "http",
      "url": "https://tgden.com/api/mcp"
    }
  }
}

That's the entire setup: streamable HTTP transport, stateless, no auth handshake.

Check it by hand:

curl -s https://tgden.com/api/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | jq '.result.tools[].name'

Tools

ToolWhat it answers
search_telegramFull-text search across channels, group chats and bots — with subscriber/member counts, categories and trust scores.
best_channels_by_category"Best Telegram channels for crypto / AI / news / gaming…" — ranked by subscribers.
channel_statsEverything known about one channel, by @username.
search_postsFull-text search over recent posts — what channels actually said, not just their bio.
market_listingsReal classified listings (rent, sale, services, jobs) parsed from regional Telegram groups across 🇦🇪 🇹🇷 🇹🇭 🇻🇳 🇬🇪 🇺🇸.
market_statsListing totals by country and type.

Resources

URIContents
tgden://catalog/top-channelsTop-100 channels by subscribers.
tgden://catalog/categoriesFull category taxonomy with channel counts.
tgden://market/listings-latestThe 100 freshest marketplace listings.
tgden://market/statsMarketplace totals by country and type.

Free REST API (no key either)

Telegram has no official public search. Finding a channel, a live discussion group or a bot by topic means guessing usernames or trusting closed directories. If you don't speak MCP, the same catalog is plain HTTP.

GET /api/catalog — search

ParamTypeDefaultNotes
qstringFree-text query (title, username, topic)
limitint20Max results to return
typestringallchannel · chat · bot (omit for everything)
curl "https://tgden.com/api/catalog?q=crypto&type=channel&limit=3"
{
  "items": [
    {
      "id": "6ec0407a-4f5e-4a86-9154-f42481bc9413",
      "telegram_id": 2075341442,
      "username": "hamster_kombat",
      "title": "Hamster Kombat Announcement",
      "is_private": false,
      "avatar_url": "https://cdn4.telesco.pe/file/…"
    }
  ]
}

GET /api/suggest — instant autocomplete

Grouped, ranked suggestions as-you-type. Good for search boxes and agent tool-use.

curl "https://tgden.com/api/suggest?q=btc"
{
  "groups": [
    {
      "key": "chats",
      "label": { "en": "live chats", "ru": "живые чаты" },
      "items": [
        { "label": "BTC Times Discussion", "sub": "221 members",
          "href": "/en/chat/thebtctimes", "kind": "chat", "username": "thebtctimes" }
      ]
    }
  ]
}

Runnable examples: shell · Python · JavaScript.


Limits — published, because hidden limits are worse than low ones

SurfaceLimit
REST (/api/catalog, /api/suggest)~200 requests / 10s per IP, shared fair-use
MCP (/api/mcp)240 calls / hour per IP
Authnone — no key, no signup, no email
Costfree

Verified search-engine and AI crawlers are excluded from the shared limit.

We treat these as a contract: when they change, we announce it here and in the docs. No silent throttling. Need guaranteed throughput or a bulk export for something real? Open an issue, or reach us via @tgden_bot.


About the data

Parsed continuously from Telegram's public surfaces — fresher than any LLM training set, which is most of the point of exposing it over MCP.

Channels1,144,692
Group chats181,772
Bots142,084
Indexed posts4,520,936
Marketplace listings22,208

Census 31.07.2026. The MCP server reports these totals live, so what your agent sees is current — not whatever was true when this file was written.

Public data only: channels, groups and bots that are already publicly listed or linked. No private groups, no archives from closed communities, no personal data.


Use cases

  • Agent tool-use — give an agent real Telegram discovery in one config line.
  • Research — map communities, track niches, study the open Telegram graph.
  • Discovery bots — recommend channels and chats by topic.
  • Market intel — what's being rented, sold and offered in regional Telegram economies.

Machine-readable site summary for AI crawlers: https://tgden.com/llms.txt

License

MIT — do what you want, no warranty. Data is public Telegram metadata.


Maintained by tgden.com. Not affiliated with Telegram FZ-LLC. Indexes public t.me links only.

Reviews

No reviews yet

Be the first to review this server!