{"openapi":"3.1.0","info":{"title":"Supabase Realtime","description":"Supabase Realtime은 PostgreSQL 데이터베이스의 INSERT/UPDATE/DELETE 변경사항을 실시간 WebSocket으로 스트리밍합니다. Row Level Security와 연동되어 인가된 사용자만 변경사항을 구독하며, 실시간 대시보드, 협업 앱 구축에 적합합니다.","version":"1.0.0","x-fusepie-id":"ws-supabase-realtime","x-fusepie-category":"data","x-fusepie-provider":"Supabase"},"servers":[{"url":"wss://{project}.supabase.co/realtime/v1","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_ws_supabase_realtime","summary":"Supabase Realtime","description":"Supabase Realtime은 PostgreSQL 데이터베이스의 INSERT/UPDATE/DELETE 변경사항을 실시간 WebSocket으로 스트리밍합니다. Row Level Security와 연동되어 인가된 사용자만 변경사항을 구독하며, 실시간 대시보드, 협업 앱 구축에 적합합니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"ws-supabase-realtime":{"command":"npx","args":["-y","@fusepie/mcp-ws-supabase-realtime"],"env":{"API_KEY":""}}}}}