Command Palette

Search for a command to run...

v2 · Model Context Protocol

MCP Endpoint

Connect Claude Desktop, Cursor, or any MCP client to your DailyTrack data.

Connect once, query forever

Your company in plain English — on your laptop.

Generate token → paste into Claude Desktop → ask anything. We expose 5 read-only tools; RBAC is honored on every call.

Your MCP token

mcp_qutone_mehul_a8f3z7Q9p2K

Last used: never

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "dailytrack": {
      "command": "npx",
      "args": ["-y", "@vyaptix/dailytrack-mcp"],
      "env": {
        "DAILYTRACK_TOKEN": "mcp_qutone_mehul_a8f3z7Q9p2K"
      }
    }
  }
}

Available tools

query_visitsFilter and aggregate visits by region, rep, date
query_customersFind dealers by criteria; see visit history
search_kbNatural-language search over all KB content
get_adoption_healthPull this week's adoption metrics
get_rep_summaryGet any rep's performance summary

Example session

You › How is the Surat team doing this week?

Claude: Let me check…

→ calling get_adoption_health(region="Surat")

Claude › Surat team this week: 87% active, confirm rate 64% (down 8pp WoW). 2 reps haven't logged in today (Suresh, Kiran). 3 dealers haven't been visited in 30+ days. Want me to dig into the confirm-rate dip?