Model Context Protocol

MCP as a Service

Launch any MCP server with one command

Deploy MCP servers from any npx, uvx, or custom package. 260+ tools available. Instant scaling, zero infrastructure management. Connect Claude, GPT, or any AI to your tools.

260+
MCP tools
1-click
Deploy
Auto
Scaling
$0
Idle cost

Launch MCP Servers Your Way

From npx packages to custom Python tools, deploy any MCP server instantly

NPX Packages

Launch any npx-compatible MCP server package directly from npm

hanzo mcp launch npx @modelcontextprotocol/server-filesystem

UVX / Python

Deploy Python-based MCP servers with uv package management

hanzo mcp launch uvx mcp-server-sqlite

Custom Servers

Deploy your own MCP server from a Git repository or Docker image

hanzo mcp launch git://github.com/you/mcp-server

Enterprise-Ready MCP Infrastructure

Everything you need to run MCP at scale

Managed Hosting

Deploy to Hanzo Cloud with automatic scaling and zero cold starts

Secure Sandboxing

Each MCP server runs in isolated containers with fine-grained permissions

Edge Deployment

Deploy MCP servers to 15+ global regions for lowest latency

Version Control

Pin to specific versions, rollback instantly, preview before deploy

Auto-Scaling

Scale from 0 to thousands of instances based on demand

Persistent State

Built-in key-value storage for MCP servers that need state

Tool Federation

Combine multiple MCP servers into a unified tool namespace

Config Management

Manage secrets, environment variables, and configs securely

260+ MCP Tools Available

Pre-built servers for every use case. Deploy with one click.

Filesystem

File read/write operations

Git

Repository operations

PostgreSQL

Database queries

Redis

Cache & key-value

Slack

Team messaging

GitHub

Issues, PRs, repos

Notion

Docs & databases

Google Drive

Cloud storage

AWS

Cloud services

Kubernetes

Container orchestration

Browser

Web automation

Shell

Command execution

Simple API, Powerful Tools

mcp-config.yaml
# Hanzo MCP as a Service configuration
version: "1"
servers:
  filesystem:
    package: "@modelcontextprotocol/server-filesystem"
    runtime: npx
    args: ["/workspace"]

  database:
    package: "mcp-server-postgres"
    runtime: uvx
    env:
      DATABASE_URL: "${secrets.DATABASE_URL}"

  github:
    package: "@modelcontextprotocol/server-github"
    runtime: npx
    env:
      GITHUB_TOKEN: "${secrets.GITHUB_TOKEN}"

  custom:
    image: "your-org/mcp-custom:latest"
    runtime: docker
    replicas: 3

# Deploy with: hanzo mcp deploy
Next Evolution

Ready for the Future? Meet ZAP

MCP made tool integration easy. ZAP makes it fast. Zero-Copy Agent Protocol is the next evolution: zero-copy serialization, 40-50x lower overhead, built for agent swarms at scale.

ZAP includes MCP Gateway Mode for seamless migration
Open Source Revenue Sharing

25% of compute goes back to open source

Every deployment is SBOM-verified. Contributors to the open source projects powering this product earn a share of compute revenue — transparent, on-chain, and customizable by the community.

Start Building with MCP

Deploy your first MCP server in under 60 seconds

# Install Hanzo CLI
curl -fsSL hanzo.sh | sh
# Launch an MCP server
hanzo mcp launch npx @mcp/server-filesystem

Open source

License: Apache-2.0hanzoai/mcp

Get MCP

Model Context Protocol — 260+ tools