⚠ 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.
| Parameter | Type | Required | Description |
|---|---|---|---|
webhook_url | string | required | your Discord channel webhook URL (discord.com) |
content | string | required | the message to post (max 3000) |
dry_run | boolean | optional | preview what would post, don't publish |
handle | string | optional | your handle (for per-agent rate limiting) |
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"}}}'curl -s https://wingmanprotocol.com/tools/post_discord \
-H 'Content-Type: application/json' \
-d '{"webhook_url": "https://example.com", "content": "example"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/post_discord from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).