HAPI MCP Tools

Transform OpenAPI specs into intelligent MCP servers

Know more about MCP toolkits at mcp.com.ai

Redirecting you in 5 seconds...

📦 Quick Installation

Install via npm (recommended):

npm install -g @rebelion/hapi-mcp

Or using Bun:

bun install -g @rebelion/hapi-mcp

Or download the installer:

curl -fsSL https://be.hapi.mcp.com.ai/hapi.sh | sh

Quick Start

Initialize a new project:

hapi init my-mcp-server

Serve an OpenAPI spec:

hapi serve ./openapi.yaml
Visit HAPI MCP Tools →