Skip to main content

OpenAPI Specifications

The HAPI MCP Stack offers a comprehensive suite of APIs essential for your AI agents and applications. These APIs are fully documented using OpenAPI specifications, ensuring easy understanding and rapid integration. Leverage the Model Context Protocol (MCP) to seamlessly connect your AI agents to these services.

Do you want to deploy your own instance of these APIs or any OAS v3 compliant API? Check out the BYO MCP Server section, our HAPI Stack Deployment Guide, or CLI reference of the HAPI CLI.

Deploying the MCP Server to Cloudflare Workers. More details in the Cloudflare Deployment Guide.

hapi deploy --name <NAME> --project <PROJ_NAME> \
--openapi <COPY_URL_FROM_BELOW_LIST> \
--url <POINT_TO_YOUR_HEAD_API> --headless

Running Locally with Docker

docker run -d --name mcp-server \
hapimcp/hapi-cli:0.6.0 serve mcp-server \
--openapi <COPY_URL_FROM_BELOW_LIST> \
--url <POINT_TO_YOUR_HEAD_API> --headless

Running Locally with HAPI CLI

hapi serve my-oas-api \
--openapi <COPY_URL_FROM_BELOW_LIST> \
--url <POINT_TO_YOUR_HEAD_API> --headless

Available APIs

Loading API specifications...