Skip to main content
Glama
Aleksey-Panf

crosspost-mcp

by Aleksey-Panf

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TELEGRAM_CHAT_IDYesChat ID of the target Telegram channel (e.g., @channelname or numeric ID)
TELEGRAM_BOT_TOKENYesYour Telegram bot token from BotFather
DISCORD_WEBHOOK_URLYesDiscord webhook URL for the target channel

Capabilities

Features and capabilities supported by this server

CapabilityDetails
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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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