Skip to main content
HUMΛN
General
General

MCP Streamable HTTP on HUMΛN

HUMΛN Team··5 min

MCP Streamable HTTP on HUMΛN

HUMΛN hosts org MCP servers at https://{org-slug}.mcp.haio.run/mcp using the MCP Streamable HTTP transport (2025-03-26). Every tools/call still flows through HumanOS governance — delegation checks, boundary contracts, and provenance.

Why Streamable HTTP

  • Single POST endpoint for JSON-RPC (simpler than SSE session handshakes for Cursor, Claude Desktop, and CI)
  • Protocol version 2025-03-26 advertised on initialize
  • SSE /sse transport for event-stream clients

Getting started

  1. Mint a delegation token with human_api:agents:invoke
  2. Point your MCP client at https://YOUR_ORG.mcp.haio.run/mcp
  3. Run human mcp list-tools to verify mesh inventory

See MCP Integration Guide for copy-paste configs.