streamable-httpMITupdated 1mo ago
This repository is legacy. The former apim-ai-apis.azure-api.net gateway and the old Speech AI MCP URLs documented in earlier revisions have been retired. Do not use those URLs. The other files in this repository are retained only as historical source and may no longer run.
What can you do with Image Tools Background Removal, Upscaling & Face Restoration?
Brainiall Speech AI examples — migration notice
This repository is legacy. The former
apim-ai-apis.azure-api.netgateway and the old Speech AI MCP URLs documented in earlier revisions have been retired. Do not use those URLs. The other files in this repository are retained only as historical source and may no longer run.
Current supported surfaces
| Need | Current surface |
|---|---|
| Text-to-speech MCP server | https://api.brainiall.com/mcp/tts/mcp |
| Text-to-speech REST endpoint | POST https://api.brainiall.com/v1/tts/synthesize |
| TTS health check | https://api.brainiall.com/mcp/tts/health |
| TTS setup, OpenAPI and maintained examples | fasuizu-br/brainiall-tts-mcp |
| Brazilian Portuguese transcription | Transcreve BR |
| Speech-to-text API overview | Brainiall Speech-to-Text |
| Account and API key | Brainiall app |
| Offline contract compatibility checks | compatibility-pack/ |
Authentication for the current API uses an Authorization: Bearer YOUR_BRAINIALL_API_KEY header. Never commit a real key.
For TTS examples for Claude, Cursor, VS Code, n8n, Postman and raw REST clients, use the maintained TTS repository linked above. It is the canonical source for current voices, prices and request schemas.
The small compatibility pack is different from the historical examples. It is an offline-only contract test for buffered TTS, generic diarized-STT review artifacts, a synthetic diarization canary and local-by-default usage planning. It performs no API call during tests, contains no key, copies no third-party source, and does not claim streaming, cancellation, OpenAI drop-in compatibility, completed third-party integration or billing. Read its kill gates before reusing it.
Why this notice exists
External directories and search engines may still link to this repository. This notice prevents an old listing from sending developers to endpoints that no longer work and points them to the maintained production surfaces.
License
MIT — Brainiall
C112 — hosted STT contract fixture
The Whisper-WebUI OpenAI-compatible fixture is a provider-neutral, synthetic request/response example for maintainers evaluating an external speech-to-text path. It does not claim that Whisper-WebUI has adopted the contract, and it never includes a key or private audio.
Install
Add Image Tools Background Removal, Upscaling & Face Restoration to your client. Pick the one you use.
claude mcp add --transport http image-tools-background-removal-upscaling https://apim-ai-apis.azure-api.net/mcp/image/mcpcodex mcp add image-tools-background-removal-upscaling --url https://apim-ai-apis.azure-api.net/mcp/image/mcp{
"mcpServers": {
"image-tools-background-removal-upscaling": {
"url": "https://apim-ai-apis.azure-api.net/mcp/image/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"image-tools-background-removal-upscaling": {
"type": "http",
"url": "https://apim-ai-apis.azure-api.net/mcp/image/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"image-tools-background-removal-upscaling": {
"url": "https://apim-ai-apis.azure-api.net/mcp/image/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"image-tools-background-removal-upscaling": {
"serverUrl": "https://apim-ai-apis.azure-api.net/mcp/image/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation11/25
- Maintenance25/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 29 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.1.0Latest | Mar 5, 2026 |
| 2.3.0Latest | Mar 5, 2026 |
| 1.0.2 | Feb 25, 2026 |
| 2.2.1 | Feb 25, 2026 |
| 1.0.1 | Feb 25, 2026 |
| 2.2.0 | Feb 25, 2026 |
| 1.0.0 | Feb 24, 2026 |
| 2.1.0 | Feb 24, 2026 |
| 2.0.1 | Feb 22, 2026 |
| 2.0.0 | Feb 21, 2026 |