analytics
Helicone MCP, CLI, and Lua Integration for AI Agents
Helicone integration docs for AI agents: MCP gateway setup, Helicone CLI commands, Lua API reference, credentials, and function schemas.Helicone for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
helicone.helicone_query_requests | Read read | 0 | Query Helicone request analytics with the ClickHouse endpoint. |
helicone.helicone_query_requests_by_ids | Read read | 0 | Fetch request rows by explicit Helicone request IDs. |
helicone.helicone_get_request | Read read | 0 | Retrieve a single Helicone request by ID. |
helicone.helicone_submit_feedback | Write write | 0 | Submit positive or negative user feedback for a request. |
helicone.helicone_query_user_metrics | Read read | 0 | Query Helicone user metrics. |
helicone.helicone_query_user_metrics_overview | Read read | 0 | Query Helicone user metrics overview. |
helicone.helicone_list_gateway_models | Read read | 0 | List AI Gateway models. |
helicone.helicone_gateway_chat_completions | Write write | 0 | Create an OpenAI-compatible AI Gateway chat completion. |
helicone.helicone_gateway_responses | Write write | 0 | Create an OpenAI-compatible AI Gateway Responses API response. |