RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
ai.com.mcp/hapi-mcp · v0.6.0
HAPI MCP server: Dynamically exposes OpenAPI REST APIs as MCP tools for AI assistants
HAPI MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"hapi-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/hapimcp/hapi-cli:0.6.0"
]
}
}
}HAPI_FQDN可选Fully Qualified Domain Name for the HAPI server (used in MCP tool URLs)
HAPI_HOME可选Directory path for HAPI configuration and specs. Should be mounted as a volume in Docker
PROJECT_NAME可选The name of the project/API (alternative to positional argument)
HAPI_OPENAPI可选OpenAPI spec URL or path (alternative to --openapi flag)
HAPI_URL可选Backend API base URL (alternative to --url flag)
HAPI_PORT可选Server port (alternative to --port flag) - this is the internal container port
HAPI_HEADLESS可选Enable headless mode (alternative to --headless flag)
HAPI_MCP可选Enable MCP mode (alternative to --mcp flag)
HAPI_DEV可选Enable development mode (alternative to --dev flag)
HAPI_CORS可选Comma-separated allowed CORS origins (alternative to --cors flag)
HAPI_CONFIG_FILES可选Comma-separated configuration files (alternative to --filename flag)
NODE_ENV可选Node environment (development, production). 'development' enables verbose logging and debugging features.
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "ai.com.mcp/hapi-mcp",
"type": "mcp-server",
"version": "0.6.0",
"displayName": "HAPI MCP Server",
"description": "HAPI MCP server: Dynamically exposes OpenAPI REST APIs as MCP tools for AI assistants",
"repository": {
"url": "https://github.com/larebelion/hapimcp",
"source": "github"
},
"homepage": "https://docs.mcp.com.ai/components/hapi-server/hapi-cli",
"distribution": {
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/hapimcp/hapi-cli:0.6.0",
"runtimeHint": "docker",
"transport": "streamable-http",
"environmentVariables": [
{
"name": "HAPI_FQDN",
"description": "Fully Qualified Domain Name for the HAPI server (used in MCP tool URLs)"
},
{
"name": "HAPI_HOME",
"description": "Directory path for HAPI configuration and specs. Should be mounted as a volume in Docker"
},
{
"name": "PROJECT_NAME",
"description": "The name of the project/API (alternative to positional argument)"
},
{
"name": "HAPI_OPENAPI",
"description": "OpenAPI spec URL or path (alternative to --openapi flag)"
},
{
"name": "HAPI_URL",
"description": "Backend API base URL (alternative to --url flag)"
},
{
"name": "HAPI_PORT",
"description": "Server port (alternative to --port flag) - this is the internal container port"
},
{
"name": "HAPI_HEADLESS",
"description": "Enable headless mode (alternative to --headless flag)"
},
{
"name": "HAPI_MCP",
"description": "Enable MCP mode (alternative to --mcp flag)"
},
{
"name": "HAPI_DEV",
"description": "Enable development mode (alternative to --dev flag)"
},
{
"name": "HAPI_CORS",
"description": "Comma-separated allowed CORS origins (alternative to --cors flag)"
},
{
"name": "HAPI_CONFIG_FILES",
"description": "Comma-separated configuration files (alternative to --filename flag)"
},
{
"name": "NODE_ENV",
"description": "Node environment (development, production). 'development' enables verbose logging and debugging features."
}
]
}
],
"remotes": [
{
"transport": "streamable-http",
"url": "https://{HAPI_FQDN}:{HAPI_PORT}/mcp"
}
]
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "ai.com.mcp/hapi-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.com.mcp%2Fhapi-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}