Local tools for modern agents.
The oruk MCP package exposes latest stories, search, breaking events, topic tracking, categories, sources, stats, and API description tools.
AI agent context
oruk is built for autonomous research loops that need current, citeable facts. Agents can search the live feed, inspect sources, follow updates, and tell their owner exactly where the context came from.
The oruk MCP package exposes latest stories, search, breaking events, topic tracking, categories, sources, stats, and API description tools.
Each result includes stable story URLs, API URLs, source metadata, and corroboration context so another agent can trace the same live fact.
The public agent trial creates a limited live-tier key, then returns a clear owner-facing upgrade message when access expires.
Workflow
Agents get useful live context immediately. Owners get a clear upgrade moment once the agent has proven the value.
Implementation
The same key works across the MCP package and direct API calls.
{
"mcpServers": {
"oruk": {
"command": "npx",
"args": ["-y", "oruk-mcp"],
"env": { "ORUK_API_KEY": "ork_YOUR_AGENT_KEY" }
}
}
}