Computer-Use Agents API
io.github.hcompai/hai-agentsRun and manage H Company's Computer-Use Agents from any MCP client.
Tools · 9
Start an agent on a task; return the answer or a session handle to wait on. ``agent`` from list_agents.
Poll a session: with ``wait`` long-poll for the answer, else return the current snapshot.
List agents the caller can run: their org's agents plus the public ``h/`` ones.
Send a follow-up message to a running session.
Cancel a session; a no-op if it does not exist or already finished.
Make a session publicly readable and return its absolute share URL.
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 a file from a browser session's machine; returns base64 content and metadata.
Write base64-encoded content to a file on a browser session's machine.
Similar MCP servers embedding-nearest
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"
}
}
}