Skip to main content
Real-time and historical metrics for your deployed MCP servers. Understand how your server is being used, identify bottlenecks, and spot errors before users report them.

Dashboard Overview

Access analytics in the Concierge Platform after deploying your server with concierge deploy.

Metrics Available

Throughput

MetricDescription
Requests/minuteTotal MCP requests across all sessions
Active sessionsCurrently connected clients
Peak concurrentHighest simultaneous session count

Tool Popularity

See which tools are called most frequently:
ToolCallsAvg Time
search_products1,24745ms
add_to_cart89112ms
proceed_to_next_stage7563ms
checkout423230ms
apply_coupon19818ms
Tools with high call counts but low stage transition rates may indicate the LLM is stuck:consider improving tool descriptions or adding guardrails.

Error Rates

MetricDescription
Error ratePercentage of tool calls that returned errors
Error breakdownErrors grouped by tool, error type, and stage
Error timelineWhen errors spike, correlated with deploys
Error Rate: 2.3% (last 24h)

Top errors:
  checkout       → "Cart is empty" (67 occurrences)
  search_products → Timeout after 30s (12 occurrences)
  add_to_cart    → "Product not found" (8 occurrences)

Success Rate

Track end-to-end workflow completion:
Workflow Completion (last 7 days):
  browse → cart:      89% of sessions
  cart → checkout:    67% of sessions
  checkout → done:    94% of sessions
  Full funnel:        56% of sessions

Time-Based Usage

  • Hourly/daily/weekly request volume
  • Peak hours identification
  • Trend lines for growth tracking
  • Latency percentiles (p50, p95, p99) over time

Stage Analytics

See how users flow through your staged workflows: Identify where users drop off and optimize those stages.

Alerts

Set up alerts in the platform for:
  • Error rate exceeding a threshold
  • Response time spikes
  • Unusual traffic patterns
  • Stage drop-off rate changes