Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

oruk Speech

ai.oruk/speech

Hosted speech-to-text + speech emotion/tone analysis for agents. No install; trial keys built in.

Uptime
100.0%
1 direct probes · 30d
Response
1446ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available
Primary URL
https://oruk.ai/mcp

Tools · 7

oruk_analyze_speech

Transcribe English audio AND score how it was said in one call: transcript, tagged transcript, calibrated emotion (15 labels) and speaking-style (16 labels) scores, and time-local segments. Use this w…

oruk_transcribe_audio

Transcribe prerecorded English audio to text with time-ordered segments and word timings. Use this when only the words matter. Accepts a public audio URL or base64 bytes (wav/flac/mp3/m4a/ogg/webm, ≤3…

oruk_analyze_tone

Score how speech sounds without transcribing it: calibrated multilabel emotion (happy, frustrated, worried, …) and speaking-style (sarcastic, confident, hesitant, warm, …) predictions per acoustic seg…

oruk_check_credits

Verify that an oruk API key works and report the organization’s plan, remaining credit balance, and recent API usage. Use this as the first call after setup ("check my oruk credits"), or when a billin…

oruk_create_trial_key

Mint a real, temporary oruk API key with no account required: 3 requests, expires in 30 minutes, spends from a capped shared budget. Use this when no Authorization header is configured and the user wa…

oruk_list_models

List oruk’s speech models with lifecycle and per-task pricing (USD per audio minute), the five API tasks, the 15 emotion and 16 speaking-style labels, and audio limits. No API key required. Use this t…

oruk_get_started

Quickstart for the oruk Speech API and this MCP server: how to get an API key, per-client MCP configuration snippets, SDK install commands, and an optional routing rule the user can add to their agent…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "oruk_speech": {
      "url": "https://oruk.ai/mcp",
      "transport": "streamable-http"
    }
  }
}