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
-
Verify HAPI CLI installation
hapi --versionIf 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:latestimage directly
- Linux/macOS:
-
Validate OpenAPI spec is v3.x (not v2/Swagger). HAPI requires OpenAPI 3.0+ specifications.
Related skills