crosspost-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TELEGRAM_CHAT_ID | Yes | Chat ID of the target Telegram channel (e.g., @channelname or numeric ID) | |
| TELEGRAM_BOT_TOKEN | Yes | Your Telegram bot token from BotFather | |
| DISCORD_WEBHOOK_URL | Yes | Discord webhook URL for the target channel |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| post_to_telegramB | Post a message to the configured Telegram channel. |
| post_to_discordC | Post a message to the configured Discord channel via webhook. |
| post_to_allA | Post the same message to all configured platforms concurrently. Runs all platform posts in parallel. Individual platform failures do not abort other platforms; each result is reported separately. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct purpose: posting to all platforms, or to a specific platform. There is no overlap or ambiguity.
All tool names follow the consistent 'post_to_<platform>' pattern in snake_case, making them predictable.
Three tools is appropriate for a cross-posting service—covering both all-in-one and specific platform posting without unnecessary bloat.
The tool set covers the full cross-posting workflow: posting to all configured platforms, and individually to Discord and Telegram. No obvious gaps.