runMCP Logo

runMCP API

Deploy & Manage MCP Servers on the cloud

✓ API Online ⚡ Edge Network 🔒 Rate Limited

☁️ the cloud

Deploy your HAPI MCP servers to the cloud, in a global edge network with zero infrastructure management.

🎯 Full Lifecycle

Provision, deploy, start, stop, and destroy MCP workers through our RESTful API.

🔐 Secure & Scalable

Built-in rate limiting, authentication support, and automatic scaling across 300+ locations.

API Endpoints

POST /server/provision

Create worker infrastructure. Returns a unique worker name for subsequent operations.

POST /server/deploy

Deploy your OpenAPI spec, HAPI dynamically generates the MCP Server for your AI Agents.

POST /server/start

Enable the worker on its subdomain. Returns the live URL.

POST /server/stop

Disable worker routing (enterprise feature).

GET /server/status

Check worker status: not-found, provisioned, or running.

POST /server/destroy

Permanently delete the worker and all associated resources.

📚 OpenAPI Specification

Full API documentation is available at github.com/la-rebelion/runmcp

🎯 Rate Limiting

Authenticated requests: 20 req/min | Anonymous requests: 2 req/min

Rate limit headers included in all responses: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset

Ready to Deploy?

Use the runMCP Dashboard or integrate directly with our API to deploy your MCP servers.