crosspost-mcp
by Aleksey-Panf
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 |
Capabilities
Features and capabilities supported by this server
| 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 | |
Latest Blog Posts
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/Aleksey-Panf/crosspost-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server