Transform OpenAPI specs into intelligent MCP servers
Know more about MCP toolkits at mcp.com.ai
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
Initialize a new project:
hapi init my-mcp-server
Serve an OpenAPI spec:
hapi serve ./openapi.yaml