Endpoint
Authentication
The MCP server uses personal API keys with thelqtp_ prefix. These are separate from project SDK keys (zsp_) and are scoped to your user account.
Generate a personal API key
Go to Settings → MCP in the Zespan 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 Zespan tools listed when you start a new conversation.
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
zespan server entry:Available tools
The Zespan 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
- ZespanPilot — AI copilot built into the Zespan dashboard

