LumiqTrace provides a hosted MCP (Model Context Protocol) server that lets you query your observability data directly from AI coding tools. Ask questions like “what were the slowest traces in the last hour?” or “run root cause analysis on trace abc123” — without leaving your editor.Documentation Index
Fetch the complete documentation index at: https://docs.lumiqtrace.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
The MCP server uses personal API keys with thelqtp_ prefix. These are separate from project SDK keys (lqt_) and are scoped to your user account.
Generate a personal API key
Go to Settings → MCP in the LumiqTrace dashboard. Click Generate key, give it a name, and copy the key — it is shown only once.Client configuration
- Claude Desktop
- Cursor
- Claude Code
- Other clients
Open your Claude Desktop configuration file:Restart Claude Desktop. You should see LumiqTrace tools listed when you start a new conversation.
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
lumiqtrace server entry:Available tools
The LumiqTrace MCP server exposes 9 tools:| Tool | Description |
|---|---|
list_projects | List all projects your account has access to |
get_project_overview | Summary of recent activity — event count, error count, avg latency |
query_traces | Query traces with filters: model, status, time range, limit |
get_trace | Full detail of a single trace by trace ID |
get_slow_traces | Find the slowest traces in a given time window |
get_metrics | Aggregated cost, latency, and token usage grouped by model, hour, or day |
get_errors | Error breakdown grouped by error code, message, and model |
natural_language_query | Submit a natural language question about your observability data |
root_cause_analysis | Run root cause analysis on a failed trace |
Example prompts
Once connected, you can ask your AI assistant:Next steps
- API keys — manage personal and project API keys
- Traces — explore traces in the dashboard
- LumiqPilot — AI copilot built into the LumiqTrace dashboard