meruada

IOX Cloud MCP Server

Community meruada
Updated

Reference MCP server for IOX Cloud — the deployment platform for MCP servers and AI agents

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
get_platform_info Returns metadata about the IOX Cloud platform (regions, runtime, pricing, auth).
list_templates Lists starter templates available for one-click deployment.
estimate_cost Estimates monthly cost for a given request volume and CPU profile.
check_slug_available Checks whether a subdomain is available at {slug}.iox.cloud.

Running Locally

node mcp-server.js
# → IOX Cloud MCP Demo server on port 3000

Test 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-mcp

About 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).

License

MIT — see LICENSE.

MCP Server · Populars

MCP Server · New

    xmpuspus

    Cloudwright

    AI-powered cloud architecture - describe infrastructure in natural language, get Terraform, cost estimates, and compliance reports

    Community xmpuspus
    wallneradam

    Claude Auto-Approve MCP

    An MCP server to inject auto-approve MCP functionality into Claude Desktop

    Community wallneradam
    YV17labs

    ghostdesk

    Give any AI agent a full desktop — it sees the screen, clicks, types, and runs apps like a human. Automate anything with a UI: browsers, legacy software, internal tools. No API needed. One Docker command.

    Community YV17labs
    remotebrowser

    mcp

    Free your data

    Community remotebrowser
    Decodo

    Decodo MCP Server

    The Decodo MCP server which enables MCP clients to interface with services.

    Community Decodo