IOX Cloud
Reference MCP server for IOX Cloud — a deployment platform for MCP servers and AI agents. Deploys to 300+ edge locations via Cloudflare Workers for Platforms with per-tenant V8 isolation, built-in OAuth 2.1, and usage tracking. This repo demonstrates a minimal MCP server that introspects the IOX Cloud platform (tools: get_platform_info, list_templates, estimate_cost, check_slug_available).
README
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).
- Website: https://iox.cloud
- Docs: https://iox.cloud/docs
- MCP Registry:
cloud.iox/iox-cloud
License
MIT — see LICENSE.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.