{
  "entry": {
    "kind": "mcp",
    "slug": "posthog-mcp-server",
    "name": "PostHog MCP Server",
    "vendor": "PostHog",
    "description": "PostHog's official server exposes product analytics — events, insights, feature flags, and session data — so an agent can answer questions about user behaviour or adjust a flag from a conversation.\n\nDeclared capabilities are outbound network access and credential access. Two distinct exposures: analytics events frequently carry user identifiers and properties that amount to personal data, and feature-flag writes are a production control surface — an agent that can toggle a flag can change what your users see. Separate the read token used for analysis from any token that can mutate flags.",
    "website": "https://posthog.com/docs/model-context-protocol",
    "repository": null,
    "documentationUrl": "https://posthog.com/docs/model-context-protocol",
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [
      "network:outbound",
      "credentials:access"
    ],
    "packaging": null,
    "configFiles": null,
    "category": null,
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 20,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        },
        {
          "id": "high-risk-capabilities",
          "kind": "capability",
          "label": "1 high-risk capability: credentials:access",
          "contribution": 10
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}