api-to-mcp

Installation
SKILL.md

API to MCP Server Skill

Convert OpenAPI v3 specifications into fully functional MCP (Model Context Protocol) servers using HAPI CLI — no code required.

Workflow

Phase 1: Environment Setup

  1. Verify HAPI CLI installation

    hapi --version
    

    If not installed, install using:

    • Linux/macOS: curl -fsSL https://get.mcp.com.ai/hapi.sh | bash
    • Windows: irm https://get.mcp.com.ai/hapi.ps1 | iex
    • Docker: Use hapimcp/hapi-cli:latest image directly
  2. Validate OpenAPI spec is v3.x (not v2/Swagger). HAPI requires OpenAPI 3.0+ specifications.

Related skills
Installs
1
GitHub Stars
2
First Seen
Jan 25, 2026