oruk

Live Feed connecting...
World State

        

oruk listens to live broadcasts in languages right now. This feed is real.

< 300ms From utterance to structured JSON.
847+ Streams ingested simultaneously, right now.
8 Every broadcast, not just English.

oruk runs speech models against every live radio broadcast on Earth and compiles what they say into a structured world state. We serve it to your code in under a second.


For humans:npm install -g @oruk/cli && oruk listen
For agents:npx @anthropic/mcp-client oruk
For code:curl -N https://api.oruk.ai/v1/stream
⚡ oruk alert — 12:04:17 UTC

Governor announces state of emergency for coastal counties ahead of Category 4 hurricane landfall.

Source: live radio, 3 stations corroborating
Confidence: 0.96
Lead time vs. AP wire: ~47 seconds

Know it before the wire.

Your competitors wait for AP. oruk hears it live. Structured, sourced, and in your system before the first tweet.

Talk to us →
# Your agent calls Oruk as a tool
result = await agent.use_tool("oruk_world_state", {
    "query": "What did the Fed chair just say?",
    "recency": "5m"
})

# Returns structured, real-time context
{
    "summary": "Powell signaled potential rate cut in September",
    "entities": ["Jerome Powell", "Federal Reserve"],
    "confidence": 0.94,
    "source_count": 3
}

Give your agent ears.

One MCP tool. Every live broadcast on Earth. Your agent goes from reading yesterday's news to hearing the world in real time.

Read the docs →
12:04:17.320oruk detects Powell rate signal
12:04:22.000Bloomberg terminal headline
+5s
12:04:47.000AP wire alert
+30s
12:05:30.000Reuters headline
+73s

The transcript hasn't been written yet.

oruk processes audio, not text. Your models get the signal before the transcript exists. Before Bloomberg. Before the wire.

Request evaluation access →
{}

REST API

GET /v1/state?topic=markets

SSE Stream

curl -N /v1/stream?filter=breaking
$_

MCP Server

npx @oruk/mcp-server
›_

CLI

oruk listen --filter="politics"

Webhooks

POST to your endpoint on events

📄

Raw Transcripts

Bulk multilingual data export