We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/orishu/mcpvoicenotif'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[project]
name = "mcp-voice-notifications"
version = "0.1.0"
description = "MCP server for voice notifications using Grok Voice API"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastmcp>=2.14.1",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
"uvicorn>=0.38.0",
"websocket-client>=1.6.0",
]