{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.schema.json",
  "schemaVersion": "2026-09-03",
  "serverInfo": {
    "name": "performa-mcp-client",
    "title": "Performa.AI Customer MCP",
    "version": "1.1.0",
    "description": "Read-only MCP server that lets authorized Performa.AI customers connect AI assistants to their own store analytics, product and conversion data."
  },
  "transport": {
    "type": "streamable-http",
    "url": "https://zsprqantasnhxoqpnjws.supabase.co/functions/v1/mcp-client",
    "authorization": "oauth2"
  },
  "authentication": {
    "type": "oauth2",
    "authorizationServer": "https://zsprqantasnhxoqpnjws.supabase.co/functions/v1/mcp-oauth",
    "protectedResourceMetadata": "https://performa.ai/.well-known/oauth-protected-resource",
    "scopes": ["client"]
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false,
    "sampling": false,
    "logging": false
  },
  "safety": {
    "dataAccess": "customer-authorized",
    "defaultMode": "read-only",
    "writesAllowed": false,
    "requiresUserAuthorization": true,
    "auditLogging": true
  },
  "documentation": "https://performa.ai/agents"
}
