h2oGPTe MCP Server

H2OGPTe MCP Server is H2O.ai's first-party Model Context Protocol server for Enterprise h2oGPTe. It runs locally over stdio and proxies traffic to the h2oGPTe REST API, generating one MCP tool per REST operationId (GET operations can instead be exposed as MCP resources). Endpoint sets are selectable — all, all_without_async_ingest (the default), basic, or a custom operationId list — so the tool surface is a configurable projection of the same OpenAPI contract.

API entry from apis.yml

apis.yml Raw ↑
aid: h2o-ai-h2ogpte-mcp
name: h2oGPTe MCP Server
description: H2OGPTe MCP Server is H2O.ai's first-party Model Context Protocol server for Enterprise h2oGPTe.
  It runs locally over stdio and proxies traffic to the h2oGPTe REST API, generating one MCP tool per
  REST operationId (GET operations can instead be exposed as MCP resources). Endpoint sets are selectable
  — all, all_without_async_ingest (the default), basic, or a custom operationId list — so the tool surface
  is a configurable projection of the same OpenAPI contract.
humanURL: https://github.com/h2oai/h2ogpte-mcp-server
baseURL: https://h2ogpte.genai.h2o.ai/api/v1
tags:
- Model Context Protocol
- AI Agents
- Generative AI
properties:
- type: MCPServer
  url: mcp/h2o-ai-mcp.yml
- type: ToolCrosswalk
  url: mcp/h2o-ai-tool-crosswalk.yml
- type: SourceCode
  url: https://github.com/h2oai/h2ogpte-mcp-server