n8n
MCP Client node
- Add an MCP Client node.
- Endpoint:
https://mcp.altlaboratories.com/mcp - Authentication: header
Authorization=Bearer alt_live_... - The node discovers all tools; pick one (e.g.
oos_check_interactions) and map inputs.
Plain HTTP Request node
Any endpoint from the API reference works directly:
- Method:
GET - URL:
https://platform.altlaboratories.com/v1/oos/search?q={{ $json.query }} - Header:
Authorization: Bearer alt_live_...
Responses are JSON with cursor pagination (next_cursor) and, for health content, a disclaimer
field your workflow should carry through to any user-facing output.