AT&T · Capability
AT&T Wireless Messaging
Workflow capability combining AT&T Wireless APIs for SMS messaging and OAuth authentication. Used by developers building consumer and business messaging applications on the AT&T network.
What You Can Do
POST
Get token
— Obtain OAuth access token
/v1/auth/token
POST
Send sms
— Send SMS message
/v1/sms/outbox
GET
Get delivery status
— Get SMS delivery status
/v1/sms/outbox/{messageId}
GET
Get inbound sms
— Get inbound SMS messages
/v1/sms/inbox/{registrationId}
MCP Tools
att-send-sms
Send an SMS message to one or more recipients via AT&T network
att-check-sms-delivery
Check delivery status of a sent AT&T SMS message
read-only
idempotent
att-get-inbound-sms
Retrieve inbound SMS messages for an AT&T registered endpoint
read-only
idempotent
APIs Used
att-wireless-apis