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-26advertised oninitialize - SSE
/ssetransport for event-stream clients
Getting started
- Mint a delegation token with
human_api:agents:invoke - Point your MCP client at
https://YOUR_ORG.mcp.haio.run/mcp - Run
human mcp list-toolsto verify mesh inventory
See MCP Integration Guide for copy-paste configs.