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

Computer-Use Agents API

io.github.hcompai/hai-agents

Run and manage H Company's Computer-Use Agents from any MCP client.

Uptime
100.0%
1 direct probes · 30d
Response
3532ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

run_agent

Start an agent on a task; return the answer or a session handle to wait on. ``agent`` from list_agents.

wait_for_session

Poll a session: with ``wait`` long-poll for the answer, else return the current snapshot.

list_agents

List agents the caller can run: their org's agents plus the public ``h/`` ones.

send_message

Send a follow-up message to a running session.

cancel_session

Cancel a session; a no-op if it does not exist or already finished.

share_session

Make a session publicly readable and return its absolute share URL.

list_files

List files on a browser session's machine (e.g. downloads), newest first. When a listing is truncated, page on the last entry's modified_at (ISO-8601) and name, passed as modified_before and name_aft…

read_file

Read a file from a browser session's machine; returns base64 content and metadata.

write_file

Write base64-encoded content to a file on a browser session's machine.

How to use

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

{
  "mcpServers": {
    "computer-use_agents_api": {
      "url": "https://agp.hcompany.ai/mcp",
      "transport": "streamable-http"
    }
  }
}