# Computer-Use Agents API MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-hcompai-hai-agents
- Repository: https://github.com/hcompai/hai-agents-python
- Website: https://hub.hcompany.ai/computer-use-agents

## Install
- Endpoint: https://agp.eu.hcompany.ai/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- Remote header: Authorization (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://agp.hcompany.ai/mcp
- Header: Authorization
- Remote endpoint: https://agp.eu.hcompany.ai/mcp
- Header: Authorization

## Tools
- run_agent - Start an agent on a task; return the answer or a session handle to wait on. ``agent`` from list_agents. Endpoint: https://agp.eu.hcompany.ai/mcp
- wait_for_session - Poll a session: with ``wait`` long-poll for the answer, else return the current snapshot. Endpoint: https://agp.eu.hcompany.ai/mcp
- list_agents - List agents the caller can run: their org's agents plus the public ``h/`` ones. Endpoint: https://agp.eu.hcompany.ai/mcp
- send_message - Send a follow-up message to a running session. Endpoint: https://agp.eu.hcompany.ai/mcp
- cancel_session - Cancel a session; a no-op if it does not exist or already finished. Endpoint: https://agp.eu.hcompany.ai/mcp
- share_session - Make a session publicly readable and return its absolute share URL. Endpoint: https://agp.eu.hcompany.ai/mcp
- run_agent - Start an agent on a task; return the answer or a session handle to wait on. ``agent`` from list_agents. Endpoint: https://agp.hcompany.ai/mcp
- wait_for_session - Poll a session: with ``wait`` long-poll for the answer, else return the current snapshot. Endpoint: https://agp.hcompany.ai/mcp
- list_agents - List agents the caller can run: their org's agents plus the public ``h/`` ones. Endpoint: https://agp.hcompany.ai/mcp
- send_message - Send a follow-up message to a running session. Endpoint: https://agp.hcompany.ai/mcp
- cancel_session - Cancel a session; a no-op if it does not exist or already finished. Endpoint: https://agp.hcompany.ai/mcp
- share_session - Make a session publicly readable and return its absolute share URL. Endpoint: https://agp.hcompany.ai/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.hcompai
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 25, 2026
- Source: https://registry.modelcontextprotocol.io
