trackmcp
Back to directory
Theo-

agentcloud-mcp

View on GitHub

Public documentation and distribution metadata for AgentCloud’s hosted iOS Simulator MCP.

0 starsOthers Updated Aug 25, 2026

Documentation

AgentCloud — Hosted iOS Simulator MCP

The official remote MCP server for AgentCloud. Build, run, and inspect iOS apps in disposable hosted Simulators from cloud coding agents.

Remote endpoint: `https://api.agentcloud.so/mcp`

Official Registry name: `so.agentcloud/ios-simulator`

Capabilities

  • Build and install iOS applications.
  • Launch disposable hosted iPhone Simulators.
  • Drive the UI and inspect accessibility output.
  • Read device and application logs.
  • Capture screenshots and recordings as test evidence.
  • Retain artifacts for pull request verification and debugging.

AgentCloud exposes 28 MCP tools for iOS development, UI debugging, pull request verification, and repeatable mobile testing.

Connect

Add the remote endpoint to any OAuth-capable MCP client:

json
{
  "mcpServers": {
    "agentcloud": {
      "type": "http",
      "url": "https://api.agentcloud.so/mcp"
    }
  }
}

AgentCloud uses OAuth 2.0 and supports Dynamic Client Registration. Your MCP client should open the AgentCloud authorization flow automatically when it first connects.

Example workflows

  • “Build this iOS project and verify it launches successfully.”
  • “Reproduce this UI bug in a hosted iPhone Simulator and inspect the logs.”
  • “Test this pull request and retain screenshots, accessibility output, logs, and a recording.”

Support

For product or security questions, email help@agentcloud.so.

This repository contains public distribution metadata and documentation for AgentCloud's hosted MCP server. The production service source code is maintained separately.

Frequently asked questions

What is agentcloud-mcp?

agentcloud-mcp is Public documentation and distribution metadata for AgentCloud’s hosted iOS Simulator MCP.

How do I install agentcloud-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is agentcloud-mcp open source?

Yes — it is hosted on GitHub at https://github.com/Theo-/agentcloud-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP