comms

Discord

economy

Discord is an cost-effective comms provider offering Send Message, Send Alert, Send Media and 1 more through Aweb's unified API. It features none streaming support with premium-tier latency.

Try DiscordOfficial docs

Specifications

Categorycomms
Auth Typeapi_key
Latency Tierpremium
Streamingnone
Pricing Tiereconomy
Reliabilitypremium
Qualitypremium
Base URLhttps://discord.com/api/v10
SDK Package

Capabilities (4)

Send Messagecomms.send
Score: 90
Send Alertcomms.alert
Score: 93
Send Mediacomms.media
Score: 88
Broadcastcomms.broadcast
Score: 88

Public discovery

Inspect Discord's current readiness, sources, capabilities, and MCP tool posture through Aweb's public integration catalog. Provider-pinned execute examples are intentionally withheld until the canonical public execute contract is normalized.

cURL

curl "https://aweblabs.ai/api/v2/integrations/catalog" \
  | jq '.providers[] | select(.providerId == "discord")'

TypeScript

const response = await fetch(
  'https://aweblabs.ai/api/v2/integrations/catalog'
);

const catalog = await response.json();
const provider = catalog.providers.find((item) => item.providerId === 'discord');

console.log(provider?.readiness);
console.log(provider?.mcpTools?.length ?? 0);

Related comms providers

Telegram

economy tier

Slack

economy tier

Getting started →API reference →All capabilities →All providers →