Back to Home
Bandwidth icon

mcp-server

Verified Safe

by Bandwidth

Overview

The Bandwidth Official MCP Server enables AI agents to interact with various Bandwidth APIs for communication services, allowing programmatic control over messaging, voice, MFA, and compliance operations.

Installation

Run Command
uvx --from ./ start

Environment Variables

  • BW_USERNAME
  • BW_PASSWORD
  • BW_ACCOUNT_ID
  • BW_NUMBER
  • BW_MESSAGING_APPLICATION_ID
  • BW_VOICE_APPLICATION_ID
  • BW_MCP_TOOLS
  • BW_MCP_EXCLUDE_TOOLS

Security Notes

The server follows good security practices by loading sensitive API credentials from environment variables. It fetches OpenAPI specifications from hardcoded, trusted Bandwidth URLs and includes a cleaning step to remove potentially dangerous 'callbacks' and 'x-' fields from the spec, reducing the risk of malicious spec injection. Authentication uses standard Basic HTTP authentication over HTTPS. No obvious 'eval' or malicious patterns were found in the provided source code.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens15000
Stars0
Forks0
Last Update2025-12-05

Tags

BandwidthCommunicationAPI IntegrationAI AgentMCP Server