We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sinch/sinch-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "voice tools",
"envVar": "VOICE_APPLICATION_KEY",
"toolsToBeDisabled": [
"close-conference",
"conference-callout",
"manage-conference-participant",
"tts-callout",
"get-call-information"
],
"toolsToStayEnabled": [
"list-email-events",
"list-email-templates",
"analytics-metrics",
"retrieve-email-info",
"send-email",
"list-conversation-apps",
"list-messaging-templates",
"send-choice-message",
"send-location-message",
"send-media-message",
"send-template-message",
"send-whatsapp-template-message",
"send-text-message",
"number-lookup",
"report-sms-verification",
"start-sms-verification",
"sinch-mcp-configuration"
],
"errorMessage": "Incorrect configuration. The environment variables are not set: VOICE_APPLICATION_KEY"
}