Cloud analysts for domain work.

The same General Agent with domain data, skills, and a configured cloud environment that can run from anywhere.

Available

SEC Filing Analyst

Research public companies with filings, holdings, prices, and fundamentals in one configured cloud workflow.

General Agent + SEC filing data + finance skills + cloud runtime

Data

120M holdings, SEC filings, market data

Skills

Earnings, valuation, disclosure, 13F analysis

Cloud

7x24 runs, batch and parallel work

SEC filings13F analysisCloud runs
Chat now
Available

Chinese Legal Analyst

Run Mandarin legal research with Chinese legal sources, structured procedures, and a prepared cloud workspace.

General Agent + Chinese legal data + legal skills + cloud runtime

Data

87M cases, laws, citations

Skills

Legal research procedures and citation steps

Cloud

7x24 runs, long-context tasks

Legal sourcesLegal skillsCloud runs
Chat now
Available

Polymarket Analyst

Track prediction markets with real-time prices, order books, trade flows, and screening across events.

General Agent + Polymarket data + market skills + cloud runtime

Data

Live events, prices, order books, trades

Skills

Market screening, flow analysis, event tracking

Cloud

7x24 runs, real-time monitoring

Prediction marketsOrder booksCloud runs
Chat now
Available

Binance Analyst

Analyze crypto markets with spot and futures candles, order books, trades, and funding rates from Binance.

General Agent + Binance data + crypto skills + cloud runtime

Data

189 pairs, spot + futures, funding rates

Skills

OHLCV analysis, order flow, funding arbitrage

Cloud

7x24 runs, multi-pair monitoring

Crypto dataFuturesCloud runs
Chat now

Three ways to use

Web, API, and MCP. Same agent.

One conversation, three I/O ports. Start in the browser, continue from a script, resume from an MCP client. Same uc_sk_ token, same credit pool.

Web chat

Chat in the browser. Conversations persist across sessions and are shared with API and MCP.

REST API

Create conversations, stream replies, upload files. The response body IS the stream.

curl -N -X POST \
  "https://api.ucoworker.com/v1/agent/cloud/conversations/{id}/chat" \
  -H "Authorization: Bearer $UC_TOKEN" \
  -F "message=Summarize recent SEC filings for AAPL"
Full API docs

MCP

Connect from Claude Code, Cursor, or any MCP client. Same conversations, same token.

{
  "mcpServers": {
    "ucoworker-cloud-agent": {
      "type": "streamable-http",
      "url": "https://api.ucoworker.com/v1/agent/cloud/mcp",
      "headers": {
        "Authorization": "Bearer uc_sk_..."
      }
    }
  }
}
Full API docs