drio
  • App Tracker
  • Contact
Sign inStart Free
drio© 2026 drio All rights reserved.

Get the Builder Brief

Weekly notes from Yash on MCP, ChatGPT apps, and getting business workflows into production.

Product
HomeTemplatesHow it worksPricing
Solutions
Use casesOperations teamsEcommerce teamsFinance teamsRecruiting teamsReal estate teams
Resources
DocsMCP RegistryGlossaryBlogChangelog
Company
Contact usWhy driodrio agency↗Privacy PolicyTerms of Service
All systems normal
Follow us on:
MCP Registry/HAPI MCP Server
H

HAPI MCP Server

HAPI MCP server: Dynamically exposes OpenAPI REST APIs as MCP tools for AI assistants

Use with clientMarkdown

Install and compare this MCP server

Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.

Install
Remote endpoint config
Clients
Claude, Cursor, VS Code, Codex
Transport
HTTP
Auth
Auth required by registry metadata
Capabilities
0 tools, 0 resources, 0 prompts
Related
HAPI Strava MCP Server, LinkedIn MCP Server, Agent Skills Search Server

Want MCP integration examples?

Get practical integration notes and launch examples for MCP servers like HAPI MCP Server.

InstallAuthTools & ResourcesOverview

Install

Connection

Transport
HTTP
Endpoint
https://{HAPI_FQDN}:{HAPI_PORT}/mcp
Environment
{ "HAPI_FQDN": "localhost", "HAPI_HOME": "/app/.hapi", "PROJECT_NAME": "YOUR_VALUE_HERE", "HAPI_OPENAPI": "YOUR_VALUE_HERE", "HAPI_URL": "YOUR_VALUE_HERE", "HAPI_PORT": "3030", "HAPI_HEADLESS": "true", "HAPI_MCP": "true", "HAPI_DEV": "YOUR_VALUE_HERE", "HAPI_CORS": "YOUR_VALUE_HERE", "HAPI_CONFIG_FILES": "YOUR_VALUE_HERE", "NODE_ENV": "production" }

Variables: HAPI_FQDN, HAPI_PORT

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

{
  "mcpServers": {
    "ai-com-mcp-hapi-mcp": {
      "url": "https://{HAPI_FQDN}:{HAPI_PORT}/mcp"
    }
  }
}

Config location

macOS
~/Library/Application Support/Claude/claude_desktop_config.json
Windows
%APPDATA%\Claude\claude_desktop_config.json

Auth

Package transport

No remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.

Tools & Resources

Tools
0
Resources
0
Prompts
0
No public tools, resources, or prompts captured yet. Use Auth when this server requires credentials.

Tools

No tools captured yet.

Resources

No resources captured yet.

Prompts

No prompts captured yet.

Questions

What is HAPI MCP Server?+

HAPI MCP Server is an MCP server for HAPI MCP server: Dynamically exposes OpenAPI REST APIs as MCP tools for AI assistants. It supports HTTP transport.

How do I install HAPI MCP Server?+

Use the generated config in Install. It points your client at the advertised remote endpoint shown on this page.

How do I add HAPI MCP Server to Claude Desktop?+

Choose the Claude Desktop tab in Install, copy the config, and add it to Claude Desktop's MCP server settings. Endpoint: https://{HAPI_FQDN}:{HAPI_PORT}/mcp.

How do I add HAPI MCP Server to Claude Code?+

Choose the Claude Code tab in Install, copy the config, and add it to Claude Code's MCP server settings. Endpoint: https://{HAPI_FQDN}:{HAPI_PORT}/mcp.

How do I use HAPI MCP Server with Codex?+

Choose the Codex tab in Install, copy the config, and add it to Codex's MCP server settings. Endpoint: https://{HAPI_FQDN}:{HAPI_PORT}/mcp.

How do I add HAPI MCP Server to Cursor or VS Code?+

Choose the Cursor or VS Code tab in Install, copy the config, and add it to Cursor or VS Code's MCP server settings. Endpoint: https://{HAPI_FQDN}:{HAPI_PORT}/mcp.

What endpoint and transport does HAPI MCP Server use?+

HAPI MCP Server uses HTTP transport. Endpoint: https://{HAPI_FQDN}:{HAPI_PORT}/mcp.

What tools and resources does HAPI MCP Server expose?+

HAPI MCP Server inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.

Does HAPI MCP Server require authentication?+

HAPI MCP Server is marked with Auth required by registry metadata auth. You may need provider login, an API key, a bearer token, or a session header.

Related MCPs

HAPI Strava MCP ServerStrava MCP tools for AI: athletes, activities, segments, clubs, routes. Powered by HAPI MCP server.LinkedIn MCP ServerLinkedIn API as MCP tools to retrieve profile data and publish content. Powered by HAPI MCP.Agent Skills Search ServerSearch and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.OpenAI Tools MCP ServerFocused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI.Lenny Rachitsky Podcast Transcripts MCP ServerMCP server for structured access to Lenny Rachitsky podcast transcripts. For content creators.MCP Registry ServerPublish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server.

Profile notes

  • Remote URL variable: HAPI_FQDN (default localhost)
  • Remote URL variable: HAPI_PORT (default 3030)
  • Package: Oci docker.io/hapimcp/hapi-cli:0.6.0
  • Package argument: serve (required; default serve)
  • Package argument: projectName
  • Package argument: --port (default 3030)
  • Package argument: --headless (default true)
  • Package argument: --mcp (default true)
  • Package argument: --dev
  • Package argument: --url
  • Package argument: --openapi
  • Package argument: --cors
  • Package argument: --filename
  • Package argument: --cert
  • Package argument: --key
  • Environment variable: HAPI_FQDN (default localhost)
  • Environment variable: HAPI_HOME (default /app/.hapi)
  • Environment variable: PROJECT_NAME
  • Environment variable: HAPI_OPENAPI
  • Environment variable: HAPI_URL
  • Environment variable: HAPI_PORT (default 3030)
  • Environment variable: HAPI_HEADLESS (default true)
  • Environment variable: HAPI_MCP (default true)
  • Environment variable: HAPI_DEV
  • Environment variable: HAPI_CORS
  • Environment variable: HAPI_CONFIG_FILES
  • Environment variable: NODE_ENV (default production)
  • The upstream registry signals required auth or secrets.

Packages

PackageRegistryVersionInputs
docker.io/hapimcp/hapi-cli:0.6.0

streamable-http

ociNot captured

Argument: serve

Argument: projectName

Argument: --port

Argument: --headless

Argument: --mcp

Argument: --dev

Argument: --url

Argument: --openapi

Argument: --cors

Argument: --filename

Argument: --cert

Argument: --key

Env: HAPI_FQDN

Env: HAPI_HOME

Env: PROJECT_NAME

Env: HAPI_OPENAPI

Env: HAPI_URL

Env: HAPI_PORT

Env: HAPI_HEADLESS

Env: HAPI_MCP

Env: HAPI_DEV

Env: HAPI_CORS

Env: HAPI_CONFIG_FILES

Env: NODE_ENV

Details

Version
0.6.0
Auth
Auth required by registry metadata
Repository
https://github.com/larebelion/hapimcp
Website
https://docs.mcp.com.ai/components/hapi-server/hapi-cli
Updated
Jan 7, 2026