IOX Cloud✓
cloud.iox/iox-cloud · v1.0.0
v1.0.0▦ remote🌐 https://iox-dispatch.matt-merutech.workers.dev/mcp?worker={project_slug}↗ Repository
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "cloud.iox/iox-cloud",
"description": "Deploy MCP servers and AI agents in seconds. AI generates code, deploy globally.",
"title": "IOX Cloud",
"repository": {
"url": "https://github.com/meruada/iox-cloud",
"source": "github"
},
"version": "1.0.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://iox-dispatch.matt-merutech.workers.dev/mcp?worker={project_slug}",
"variables": {
"project_slug": {
"description": "Your IOX Cloud project slug",
"isRequired": true
}
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}