{
  "name": "LLM Cost Tracker",
  "description": "Track and analyze LLM API spend by feature, user, and model. Query cost breakdowns, identify expensive users, compare models, and detect spend anomalies.",
  "url": "https://llmcosttracker.com",
  "version": "1.0.0",
  "documentationUrl": "https://llmcosttracker.com/docs",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "lct_spend_overview",
      "name": "LLM Spend Overview",
      "description": "Get top-level LLM cost KPIs: total spend, call count, avg cost per call, avg tokens per call, and period-over-period deltas.",
      "tags": ["llm", "cost", "analytics", "spend", "overview"],
      "examples": [
        "How much am I spending on LLM API calls this month?",
        "What are my total AI costs?",
        "Is my LLM spend going up or down?"
      ]
    },
    {
      "id": "lct_feature_breakdown",
      "name": "Feature Cost Breakdown",
      "description": "Get LLM cost attribution grouped by feature tag. Identify which product features are driving AI costs.",
      "tags": ["llm", "cost", "features", "breakdown"],
      "examples": [
        "Which feature costs the most?",
        "How much does search cost vs chat?",
        "What's driving my AI bill?"
      ]
    },
    {
      "id": "lct_user_breakdown",
      "name": "User Cost Breakdown",
      "description": "Get LLM cost attribution grouped by user ID with anomaly signals for users whose cost-per-call is significantly above or below average.",
      "tags": ["llm", "cost", "users", "anomaly"],
      "examples": [
        "Which users are spending the most on AI?",
        "Are any users behaving anomalously?",
        "Who are my top AI spenders?"
      ]
    },
    {
      "id": "lct_model_breakdown",
      "name": "Model Cost Breakdown",
      "description": "Get LLM cost attribution grouped by model and provider. Compare costs across OpenAI, Anthropic, Google, and other providers.",
      "tags": ["llm", "cost", "models", "providers"],
      "examples": [
        "Which model costs the most?",
        "How does GPT-4o compare to Claude in cost?",
        "What percentage of spend is going to each provider?"
      ]
    },
    {
      "id": "lct_timeseries",
      "name": "Spend Timeseries",
      "description": "Get daily LLM spend totals over time, optionally filtered by feature. Identify trends and spikes.",
      "tags": ["llm", "cost", "timeseries", "trends", "spikes"],
      "examples": [
        "Did costs spike recently?",
        "Is spend trending up or down?",
        "How much did search cost each day this week?"
      ]
    }
  ],
  "provider": {
    "organization": "LLM Cost Tracker",
    "url": "https://llmcosttracker.com",
    "contact": "hello@llmcosttracker.com"
  },
  "links": {
    "mcp_server": "https://llmcosttracker.com/api/mcp",
    "mcp_server_card": "https://llmcosttracker.com/.well-known/mcp/server-card.json",
    "openapi": "https://llmcosttracker.com/openapi.json",
    "llms_txt": "https://llmcosttracker.com/llms.txt",
    "agent_instructions": "https://llmcosttracker.com/agent-instructions.md",
    "pricing": "https://llmcosttracker.com/pricing.md"
  }
}