Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BRAINIALL_API_KEY | Yes | Your API key for Brainiall Speech AI, available at app.brainiall.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| assess_pronunciation | Assess how accurately a speaker pronounced the given text. Returns an overall pronunciation score (0-100), per-word scores, and phoneme-level feedback including accuracy, fluency, and completeness. |
| transcribe_speech | Transcribe speech audio into text. Supports multiple languages with automatic language detection. Returns the transcription text and detected language. |
| synthesize_speech | Convert text to natural-sounding speech audio. Returns base64-encoded audio in MP3 format. Use list_voices to see available voice options. |
| list_voices | List all available text-to-speech voices. Returns voice IDs, names, supported languages, and sample previews. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |