Skip to main content
Glama

Twilio WhatsApp FastMCP Server

by wubbyweb
twilio_test.pyโ€ข578 B
# Download the helper library from https://www.twilio.com/docs/python/install import os from twilio.rest import Client from dotenv import load_dotenv load_dotenv() # Find your Account SID and Auth Token at twilio.com/console # and set the environment variables. See http://twil.io/secure account_sid = os.environ["TWILIO_ACCOUNT_SID"] auth_token = os.environ["TWILIO_AUTH_TOKEN"] client = Client(account_sid, auth_token) message = client.messages.create( body="Is this working?", from_="whatsapp:+14155238886", to="whatsapp:+919080573869", ) print(message.body)

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wubbyweb/mcp-generated'

If you have feedback or need assistance with the MCP directory API, please join our Discord server