Skip to main content
Glama

TTS-MCP

by nakamurau1
api.d.ts518 B
import { OpenAI } from 'openai'; import { TTSOptions } from './types'; /** * OpenAI APIのクライアントを初期化します * @param {string} apiKey - OpenAI APIキー * @returns {OpenAI} OpenAIクライアントインスタンス */ export declare function initializeClient(apiKey: string): OpenAI; /** * テキストを音声に変換します * @param {TTSOptions} options - 変換オプション * @returns {Promise<void>} */ export declare function textToSpeech(options: TTSOptions): Promise<void>;

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/nakamurau1/tts-mcp'

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