Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schemas/server.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"type": "string",
"minLength": 1,
"maxLength": 64,
"pattern": "^[a-zA-Z0-9]([a-zA-Z0-9-]*[a-zA-Z0-9])?$",
"pattern": "^[a-zA-Z0-9][a-zA-Z0-9-]*$",
"description": "Author's GitHub username."
}
},
Expand Down
28 changes: 28 additions & 0 deletions servers/agentcloud-ios-simulator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
id: agentcloud-ios-simulator
name: AgentCloud Hosted iOS Simulator
description: >
A hosted Streamable HTTP MCP server for building, installing, launching, and
inspecting iOS applications in disposable cloud Simulators. AgentCloud exposes
28 tools for UI automation, accessibility inspection, device and application
logs, screenshots, recordings, and repeatable pull request verification.
Connect to https://api.agentcloud.so/mcp using an OAuth-capable MCP client;
OAuth 2.0 Dynamic Client Registration is supported.
author:
name: AgentCloud
github: Theo-
repository: https://github.com/Theo-/agentcloud-mcp
transport:
- http-streaming
category: Development
tags:
- ios
- simulator
- mobile-testing
- ui-automation
- xcode
- cloud-development
created_at: "2026-08-25T00:00:00.000Z"
updated_at: "2026-08-25T00:00:00.000Z"
license: MIT
version: "0.1.0"
stars: 0