// Input
{
"filePath": "C:\\audio\\entrevista.mp3",
"operation": "translate",
"apiKey": "sk-..."
}
// Output
{
"text": "Hello, my name is Carlos and I work in technology.",
"language": "en",
"duration": 45.2
}
Install & Discovery
Install
ppm install mcp-stt-openai
Get JSON Schema
GET /v1/packages/mcp-stt-openai/1.0.1/schema
Discover by keyword
GET /v1/mcp/discover?q=stt
Discovery hint: Install with ppm install mcp-stt-openai or invoke remotely via POST /v1/invoke/mcp-stt-openai on the MCP Service.