{
  "name": "com.spotify.confidence/mcp",
  "title": "Confidence",
  "description": "Model Context Protocol access to Spotify's Confidence experimentation platform — documentation search, feature flag management, and experiment analysis.",
  "version": "1.0.0",
  "websiteUrl": "https://confidence.spotify.com/docs/sdks/mcp-servers#mcp-servers",
  "remotes": [
    {
      "name": "docs",
      "title": "Confidence Documentation",
      "description": "Semantic and regex search over Confidence documentation plus SDK integration guides.",
      "url": "https://mcp.confidence.dev/mcp/docs",
      "transport": "streamable-http",
      "authentication": {
        "type": "none"
      }
    },
    {
      "name": "flags",
      "title": "Confidence Flag Management",
      "description": "Create, update, and test Confidence feature flags and targeting rules.",
      "url": "https://mcp.confidence.dev/mcp/flags",
      "transport": "streamable-http",
      "authentication": {
        "type": "oauth2",
        "authorization_server": "https://auth.confidence.dev/.well-known/oauth-authorization-server"
      }
    },
    {
      "name": "experiments",
      "title": "Confidence Experiments",
      "description": "Explore and analyze Confidence experiments, including A/B tests and rollouts.",
      "url": "https://mcp.confidence.dev/mcp/experiments",
      "transport": "streamable-http",
      "authentication": {
        "type": "oauth2",
        "authorization_server": "https://auth.confidence.dev/.well-known/oauth-authorization-server"
      }
    }
  ]
}
