INDIVIDUAL MCP TOOL
kooma_transcribe_from_url
Transcrit en texte un fichier audio ou video accessible par une URL publique en HTTPS.
LIVE ENDPOINT
https://mcp.kooma.ai/mcp
Connect to this endpoint to inspect the live schema for kooma_transcribe_from_url and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.kooma]
url = "https://mcp.kooma.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kooma": {
"type": "http",
"url": "https://mcp.kooma.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kooma
Remote MCP URL: https://mcp.kooma.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"kooma": {
"url": "https://mcp.kooma.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kooma": {
"type": "http",
"url": "https://mcp.kooma.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kooma",
"transport": "streamable-http",
"url": "https://mcp.kooma.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
kooma_list_voices— Liste les voix bambara disponibles pour la synthese vocale, avec leur identifiant, leur nom et leur genre.kooma_text_to_speech— Transforme un texte en audio avec une voix bambara.kooma_translate— Traduit un texte entre le bambara et 13 autres langues.