IOX Cloud
Deploys MCP servers and AI agents to 300+ edge locations via Cloudflare Workers for Platforms, providing global distribution with per-tenant V8 isolation.
Enables deployment of MCP servers and AI agents using Cloudflare Workers for Platforms, offering serverless execution at edge locations worldwide.
Utilizes the same V8 isolation model that Shopify uses for their apps, providing secure multi-tenant execution environments for deployed MCP servers.
IOX Cloud MCP Server
The reference MCP (Model Context Protocol) server for IOX Cloud — a platform that deploys MCP servers and AI agents to 300+ edge locations via Cloudflare Workers for Platforms.
This repository is a minimal, self-contained MCP server demonstrating the kind of workload IOX Cloud deploys on behalf of users. It implements the MCP 2025-03-26 protocol over HTTP and exposes four tools that introspect the IOX Cloud platform.
Live Endpoint
Connect this MCP server to Claude Desktop, Cursor, or Windsurf:
{
"mcpServers": {
"iox-cloud": {
"url": "https://iox-dispatch.matt-merutech.workers.dev/mcp?worker=test-tenant"
}
}
}Tools
Tool | Description |
| Returns metadata about the IOX Cloud platform (regions, runtime, pricing, auth). |
| Lists starter templates available for one-click deployment. |
| Estimates monthly cost for a given request volume and CPU profile. |
| Checks whether a subdomain is available at |
Running Locally
node mcp-server.js
# → IOX Cloud MCP Demo server on port 3000Test it:
curl -s -X POST http://localhost:3000/mcp \
-H "Content-Type: application/json" \
-d '{"id":1,"method":"tools/list"}'Docker
docker build -t iox-cloud-mcp .
docker run -p 3000:3000 iox-cloud-mcpAbout IOX Cloud
IOX Cloud is an AI-native deployment platform for MCP servers and agents. You describe what you want in plain English, Claude writes the code, and we deploy it globally in seconds with per-tenant V8 isolation (same model Shopify uses for their apps).
Website: https://iox.cloud
Docs: https://iox.cloud/docs
MCP Registry:
cloud.iox/iox-cloud
License
MIT — see LICENSE.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/meruada/iox-cloud-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server