{
  "name": "tts-library",
  "description": "Read-only Model Context Protocol server for the TTS Library voice catalog (4,400+ text-to-speech voices across 10 providers). No authentication required; no write operations exist.",
  "version": "1.0.0",
  "serverUrl": "https://ttslibrary.com/api/mcp",
  "transport": "streamable-http",
  "authentication": "none",
  "tools": [
    { "name": "search_voices", "description": "Search and filter the TTS voice catalog by provider, gender, language, country, model, or accent." },
    { "name": "get_voice_metadata", "description": "Get available filter values (providers, genders, languages, countries, accents) and aggregate stats for the voice catalog." },
    { "name": "get_audio_url", "description": "Get a playable audio preview URL for a specific voice ID." }
  ],
  "documentation": "https://ttslibrary.com/llms-full.txt"
}
