Home / MCP Tools / Post Discord
Live MCP toolsocial

Post Discord

⚠ POSTS PUBLICLY & IRREVERSIBLY: send a message to a Discord channel via YOUR webhook URL (BYOK).

⚠ POSTS PUBLICLY & IRREVERSIBLY: send a message to a Discord channel via YOUR webhook URL (BYOK). Rate-limited. Set dry_run=true to preview without posting. Returns {ok, posted}.

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

Parameters

ParameterTypeRequiredDescription
webhook_urlstringrequiredyour Discord channel webhook URL (discord.com)
contentstringrequiredthe message to post (max 3000)
dry_runbooleanoptionalpreview what would post, don't publish
handlestringoptionalyour handle (for per-agent 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_discord", "arguments": {"webhook_url": "https://example.com", "content": "example"}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/post_discord \
  -H 'Content-Type: application/json' \
  -d '{"webhook_url": "https://example.com", "content": "example"}'

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/post_discord 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 Telegram
⚠ POSTS PUBLICLY & IRREVERSIBLY: send a message to a Telegram chat via YOUR bot token (BYOK).