{
  "schema_version": "0.1",
  "name": "Databuddy Analytics Agent",
  "description": "Agent interface for querying Databuddy analytics, errors, web vitals, feature flags, links, funnels, and goals.",
  "url": "https://api.databuddy.cc/v1/mcp/",
  "provider": {
    "name": "Databuddy",
    "url": "https://www.databuddy.cc",
    "support": "https://www.databuddy.cc/contact"
  },
  "version": "1.0.0",
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "authentication": {
    "type": "api_key",
    "header": "x-api-key",
    "documentationUrl": "https://www.databuddy.cc/auth.md",
    "scopes": [
      "read:data",
      "track:events",
      "read:links",
      "write:links",
      "read:monitors",
      "write:monitors",
      "read:status_pages",
      "write:status_pages",
      "manage:websites",
      "manage:flags",
      "manage:config"
    ]
  },
  "skills": [
    {
      "id": "analytics-query",
      "name": "Query analytics",
      "description": "Answer traffic, page, referrer, session, event, error, and performance questions.",
      "tags": [
        "analytics",
        "errors",
        "web-vitals"
      ],
      "examples": [
        "What were my top pages in the last 7 days?",
        "Which errors affected the most visitors yesterday?"
      ]
    },
    {
      "id": "workspace-operations",
      "name": "Manage workspace objects",
      "description": "List and manage Databuddy links, feature flags, goals, funnels, and annotations with scoped API keys.",
      "tags": [
        "feature-flags",
        "links",
        "funnels",
        "goals"
      ]
    }
  ]
}