Skip to main content
Glama

Telnyx MCP Server

Official
by team-telnyx
__init__.py582 B
"""Webhook receiver module for Telnyx MCP server.""" from .handler import NgrokTunnelHandler from .server import get_webhook_history # Create a single shared instance webhook_handler = NgrokTunnelHandler() def start_webhook_handler() -> str: """Start the webhook tunnel handler and return the public URL.""" return webhook_handler.start() def stop_webhook_handler() -> None: """Stop the webhook tunnel handler.""" webhook_handler.stop() __all__ = [ "start_webhook_handler", "stop_webhook_handler", "get_webhook_history", "webhook_handler", ]

Latest Blog Posts

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/team-telnyx/telnyx-mcp-server'

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