Discord Bot
A chat platform where teams and communities connect via text, voice, or video—built for collaboration and easy communication.
https://discord.com/api
Terminal
curl https://proxy.bundleup.io/[...] \
-H "Authorization: Bearer Zw7Lt7..." \
-H "BU-Connection-Id: conn_abc123" Proxy
const bundleup = new BundleUp('Zw7Lt7...');
const proxy = bundleup.proxy('conn_abc123');
const response = await proxy.get('/[...]');Unified MCP Tools
me
Get the Discord Bot account the connection is authenticated as.
channels
List channels from the connected Discord guild.
messages
List messages in a channel of the connected Discord guild.
users
List users from the connected Discord guild.
message
Send a message to a Discord channel.
Unified API Endpoints
/me
Retrieve the Discord Bot account this connection is authenticated as. Returns the bot user the integration authenticates as.
/chat/channels
Retrieve a list of channels from a Discord guild.
/chat/channels/{channel_id}/messages
Retrieve a list of messages from a Discord channel.
/chat/users
Retrieve a list of users from a Discord guild.
/chat/channels/{channel_id}/message
Send a message to a Discord channel.
