Onset logo
q

Discord Bot

A chat platform where teams and communities connect via text, voice, or video—built for collaboration and easy communication.

API Configuration

Base URL:
https://discord.com/api
Type:
REST

Unified MCP Tools

channels
List channels from the connected Discord guild.
message
Send a message to a Discord channel.

Unified API

/chat/channels
Retrieve a list of channels from a Discord guild.
/chat/channels/{channel_id}/message
Send a message to a Discord channel.
Proxy request
curl https://proxy.bundleup.io/[...] \
  -H "Authorization: Bearer sk_live_123" \
  -H "BU-Connection-Id: conn_abc123"
Unified API request
curl https://unify.bundleup.io/v1/chat/channels \
  -H "Authorization: Bearer sk_live_123" \
  -H "BU-Connection-Id: conn_abc123"