This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.3.0).
assemblyai
InactiveTool of Apiosk
declared in 1.3.0
Speech-to-text transcription via AssemblyAI. Apiosk slug: assemblyai. Cost per call: $0.1. Default operation: transcript. This tool executes the API through Apiosk's uniform /execute contract.
Parameters schema
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"audio_url"
],
"properties": {
"audio_url": {
"type": "string",
"format": "uri",
"example": "https://assembly.ai/wildfires.mp3",
"description": "Publicly accessible URL of the audio or video file to transcribe."
},
"language_code": {
"type": "string",
"example": "en_us",
"description": "Language of the audio file (e.g. en_us, en, es, fr). Defaults to en_us."
},
"iab_categories": {
"type": "boolean",
"example": true,
"description": "Classify the content into IAB topic categories."
},
"speaker_labels": {
"type": "boolean",
"example": true,
"description": "Enable speaker diarization to label which speaker said each utterance."
},
"auto_highlights": {
"type": "boolean",
"example": true,
"description": "Detect important key phrases and highlights in the transcript."
},
"entity_detection": {
"type": "boolean",
"example": true,
"description": "Detect named entities such as people, organizations and locations."
},
"language_detection": {
"type": "boolean",
"example": true,
"description": "Enable automatic language detection instead of specifying language_code."
},
"sentiment_analysis": {
"type": "boolean",
"example": true,
"description": "Analyze the emotional tone (positive/neutral/negative) of spoken segments."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Apiosk
https://github.com/obcraft/apiosk-mcp
1/7 registries