HomeOther › Computer-Use Agents API

Computer-Use Agents API

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

Python Remote
★ 34 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://agp.hcompany.ai/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http hai-agents-python https://agp.hcompany.ai/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "hai-agents-python": {
      "url": "https://agp.hcompany.ai/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer hk- API key

Remote (streamable-http)

https://agp.eu.hcompany.ai/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http hai-agents-python https://agp.eu.hcompany.ai/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "hai-agents-python": {
      "url": "https://agp.eu.hcompany.ai/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer hk- API key

Related servers

Data from the Official MCP Registry