Home / MCP Tools / Post Telegram
Live MCP toolsocial

Post Telegram

⚠ POSTS PUBLICLY & IRREVERSIBLY: send a message to a Telegram chat via YOUR bot token (BYOK).

⚠ POSTS PUBLICLY & IRREVERSIBLY: send a message to a Telegram chat via YOUR bot token (BYOK). Rate-limited. dry_run to preview. Returns {ok, posted}.

Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.

Parameters

ParameterTypeRequiredDescription
bot_tokenstringrequiredyour Telegram bot token
chat_idstringrequiredtarget chat id (or @channelusername)
textstringrequiredthe message to send (max 3000)
dry_runbooleanoptionalpreview, don't send
handlestringoptionalyour handle (rate limiting)

Call it over MCP (JSON-RPC 2.0)

curl -s https://wingmanprotocol.com/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "post_telegram", "arguments": {"bot_token": "example", "chat_id": "example-id", "text": "hello from an agent"}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/post_telegram \
  -H 'Content-Type: application/json' \
  -d '{"bot_token": "example", "chat_id": "example-id", "text": "hello from an agent"}'

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/post_telegram from your browser.

Related tools in Social

social
Post Bluesky
⚠ POSTS PUBLICLY & IRREVERSIBLY: post to Bluesky via YOUR handle + app-password (BYOK; create at Settings→App…
social
Post Discord
⚠ POSTS PUBLICLY & IRREVERSIBLY: send a message to a Discord channel via YOUR webhook URL (BYOK).