Think of this as a universal adapter that turns any OpenAPI spec into MCP tools your AI assistant can call. Point it at a Swagger URL like Petstore or LinkedIn's API docs, and it dynamically generates tools for every endpoint. Run it headless to proxy an existing REST API, or use the full HAPI server for greenfield projects. The CLI makes it dead simple to serve a spec locally, deploy to Cloudflare Workers, or spin up a Docker container. It handles authentication, CORS, and TLS out of the box. Reach for this when you want Claude to interact with REST APIs without writing custom integration code for each one.
claude mcp add --transport stdio larebelion-hapimcp -- docker run -i --rm docker.io/hapimcp/hapi-cli:0.6.0