Add Speech AI MCP Server (Pronunciation, STT, TTS)#3525
Closed
fasuizu-br wants to merge 2 commits intohigress-group:mainfrom
Closed
Add Speech AI MCP Server (Pronunciation, STT, TTS)#3525fasuizu-br wants to merge 2 commits intohigress-group:mainfrom
fasuizu-br wants to merge 2 commits intohigress-group:mainfrom
Conversation
Author
|
Closing in favor of #3526 which has the correct directory structure (mcp-speech-ai/) and includes README_ZH.md. Apologies for the duplicate. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Speech AI MCP server — a speech processing suite providing pronunciation assessment, speech-to-text, and text-to-speech capabilities for AI agents.
Tools (8)
assess_pronunciationcheck_pronunciation_servicetranscribe_audiocheck_stt_servicesynthesize_speechlist_tts_voicescheck_tts_serviceAuthentication
API key via
Ocp-Apim-Subscription-Keyheader. Keys available at brainiall.com or Azure Marketplace.API Endpoint
https://apim-ai-apis.azure-api.net— production API gateway on Azure.Files
plugins/wasm-go/mcp-servers/speech-ai/mcp-server.yaml— Server config with 7 toolsplugins/wasm-go/mcp-servers/speech-ai/README.md— DocumentationRef: #2113