mcpbeat Sign in

Computer-Use Agents API MCP Server

answering

Computer-Use Agents API is answering right now. Last checked 15 min ago. It exposes 9 tools. Last commit 17 Sep 2026.

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

Uptime history 47 days of history
47 days agonow
100.0%
Uptime 24h
182 of 182 checks
9
Tools
read from the server
568 ms
Response time
average over 24h
34
Stars
last commit 17 Sep 2026

What changed 6

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 13 August 2026. No other catalogue keeps this.

15 Sep 3 tool descriptions were rewritten list_files, read_file, write_file
13 Aug 3 tools appeared list_files, read_file, write_file

What the code does

We read the source, 21 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        subprocess.run([exe, *rm[1:]], capture_output=True, text=True, check=False)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add hai-agents --transport http https://agp.hcompany.ai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hai-agents": {
      "url": "https://agp.hcompany.ai/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hai-agents]
url = "https://agp.hcompany.ai/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "hai-agents": {
      "url": "https://agp.hcompany.ai/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hai-agents": {
      "url": "https://agp.hcompany.ai/mcp"
    }
  }
}

This server publishes 1 more address. The block above uses the one we reach during checks; the full list is under Endpoints below, and the author may intend a particular one for your client.

Available tools 9

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

file
read_file
Read a file from a browser session's machine; returns base64 content and metadata. ``session_id`` is the browser session id issued by env-manager when the session was created, not the id ``run_agent`` returns.
write_file
Write base64-encoded content to a file on a browser session's machine. ``session_id`` is the browser session id issued by env-manager when the session was created, not the id ``run_agent`` returns.
agent
run_agent
Start an agent on a task; return the answer or a session handle to wait on. ``agent`` from list_agents.
agents
list_agents
List agents the caller can run: their org's agents plus the public ``h/`` ones.
cancel
cancel_session
Cancel a session; a no-op if it does not exist or already finished.
files
list_files
List files on a browser session's machine (e.g. downloads), newest first. ``session_id`` is the browser session id issued by env-manager when the session was created, not the id ``run_agent`` returns. When a listing is truncated, page on the last entry's modified_at (ISO-8601) and name, passed as modified_before and name_after. Send both: modification times are not unique, and a timestamp alone skips the rest of a tied group.
send
send_message
Send a follow-up message to a running session.
share
share_session
Make a session publicly readable and return its absolute share URL.
wait
wait_for_session
Poll a session: with ``wait`` long-poll for the answer, else return the current snapshot.

Endpoints

URLTransportStateLatencyChecked
https://agp.hcompany.ai/mcp streamable-http answering 817 ms 15 min ago
https://agp.eu.hcompany.ai/mcp streamable-http answering 392 ms 16 min ago

Alternatives to Computer-Use Agents API

same job, measured the same way
Storydoc
by storydoc

Generate and manage Storydoc presentations from any MCP-compatible client.

answering
Google Tasks MCP Server
by ebmurha

Manage Google Tasks from MCP-compatible AI clients.

82 installs/wk local only
I
Mio Computer-Use Agent
by mldlbs

Control this Windows desktop from any MCP client: files, windows, keyboard and mouse.

177 installs/wk local only
Warp Ozbridge
by sena-labs

OzBridge: run Warp Oz agents from any MCP client — Claude Code, Cursor, Codex, VS Code.

38 installs/wk local only
Teztun
by asadullokhn

Manage TezTun tunnels, subdomains, and service tokens from any MCP-compatible AI client.

24 installs/wk local only
Adside
by adside

AI agents that manage paid ads on Meta, LinkedIn, and Google Ads from any MCP client.

answering
Nimbus
by nimbus-agent

Search your local Nimbus index and run its built-in agents from any MCP client.

115 installs/wk local only
Wpagent MCP
by wpagent

Manage WordPress & WooCommerce from any MCP client — 58 tools over a signed REST API.

72 installs/wk local only

Computer-Use Agents API — questions

Answers built from our own checks of this server.

What can Computer-Use Agents API do?
It exposes 9 tools, read directly from the server on our last check. Among them: cancel_session, list_agents, list_files, read_file, run_agent, send_message and 3 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Computer-Use Agents API working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 182 of 182 checks got a reply (100.0%), average response time 568 ms. The bar chart above shows every period we have measured.
How do I connect Computer-Use Agents API?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Computer-Use Agents API need an API key?
No. Computer-Use Agents API completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 9 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Computer-Use Agents API?
It answers our handshake in 568 ms on average, which is faster than 23% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Computer-Use Agents API open source?
Yes — it is published under the MIT licence, written in Python, 34 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.