Details
- API Base URL:
https://discord.com/api - MCP Base URL: N/A
Unified API
| Method | Endpoint | Description |
|---|---|---|
| channels | /chat/channels | Retrieve a list of channels from a Discord guild. |
| message | /chat/channels/{channel_id}/message | Send a message to a Discord channel. |
Unified MCP Tools
| Tool | Description |
|---|---|
| List Discord Channels | List channels from the connected Discord guild. |
| Send Discord Message | Send a message to a Discord channel. |
Edge Cases & Special Considerations
- Bot Token Authentication: Uses bot token instead of OAuth flow - no user authorization required
- Guild-Specific: Each connection is tied to a specific Discord guild (server) via
guild_id - Fixed Scope: Always uses
botscope for authentication

