Cripto Norte Telegram MCP Server
Allows publishing finished posts directly to a Telegram channel, using a bot configured with admin permissions and Markdown formatting for message content.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cripto Norte Telegram MCP ServerSend the daily crypto digest to my Telegram channel."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Cripto Norte — Telegram MCP server
Remote MCP server with one tool, post_to_telegram_channel, that lets Claude
publish a finished post to your Telegram channel. Tested locally end-to-end
(MCP handshake, tool listing, tool call, error handling) — ready to deploy.
1. Create the Telegram bot
In Telegram, open @BotFather →
/newbot→ follow the prompts.Copy the token it gives you (
TELEGRAM_BOT_TOKEN).Add the bot to your channel as an admin with permission to post messages.
Your
TELEGRAM_CHAT_IDis your channel's@username(if public) or its numeric ID (if private — get it by forwarding a channel message to @userinfobot or similar).
Related MCP server: Telegram Bot MCP Server
2. Deploy the server
Any Node.js host that gives you a public HTTPS URL works. Easiest options:
Railway / Render (free tier works for this)
Push this folder to a new GitHub repo.
Create a new Web Service on Railway or Render, point it at the repo.
Set the environment variables from
.env.example(real values) in the host's dashboard.Build command:
npm install. Start command:npm start.Once deployed, note the public URL, e.g.
https://your-app.up.railway.app. The MCP endpoint ishttps://your-app.up.railway.app/mcp.
Fly.io / a VPS work too — same env vars, same npm start, just expose
port 3000 (or whatever PORT you set) over HTTPS.
Locally, npm install && npm start runs it on http://localhost:3000/mcp for testing.
3. Connect it to Claude
In Claude: Customize → Connectors → + → Add custom connector.
Name:
Cripto Norte Telegram.URL:
https://your-app.up.railway.app/mcp.Advanced settings: since this server checks a simple Bearer token (
MCP_AUTH_TOKEN) rather than full OAuth, check whatever your Claude plan's custom-connector UI currently offers for a static bearer token — this has changed recently, so if you don't see that option, it's worth checking support.claude.com for the current field name, or dropping theMCP_AUTH_TOKENcheck entirely for a first personal test.Click Add, then Connect.
In a chat, click + → Connectors and enable it for that conversation.
4. Test it
Ask Claude in that conversation: "send a test message to the Telegram
channel using the connector." It should call post_to_telegram_channel and
you'll see the message land in your channel.
5. Wire it into a scheduled task
In Claude Cowork → Scheduled → New task → Set up manually:
Enable the
Cripto Norte Telegramconnector for the task.Prompt: reference the
cripto-norte-postsskill, the post type (UTRNNIK / digest), where to pull current prices/news from, and an explicit instruction to callpost_to_telegram_channelwith the finished, formatted text.Set the cadence (e.g. daily 08:30 and 19:00 local time).
Start with approval mode "requires confirmation," switch to automatic once you've checked a few runs.
Notes
The server keeps sessions in memory. If it restarts, Claude just re-initializes on the next call — no action needed.
parse_mode: "Markdown"is used when sending, matching the skill's formatting rules (monospace titles, bold figures, em dash in headers only).If you ever need more tools (e.g. posting to multiple channels, or separate tools per coin), add more
server.registerTool(...)blocks inindex.jsfollowing the same pattern.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables sending messages to Telegram channels via MCP protocol, integrating with AI assistants for automated messaging.7
- AlicenseAqualityDmaintenanceEnables AI assistants to publish, edit, search, and manage messages in Telegram channels via a set of MCP tools.8MIT
- AlicenseNot gradedqualityBmaintenanceEnables sending rich markdown messages to a fixed Telegram channel via MCP.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants like Claude to read, search, and send messages through your personal Telegram account via MCP tools.MIT
Related MCP Connectors
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Telegram bridge for your MCP-compatible agent. Bidirectional, no LLM in our stack.
Telegram channels you administer: analytics, content plans, scheduled publishing. No userbot
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/petazuev228277/cripto-norte-telegram-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server