{"openapi":"3.1.0","info":{"title":"Hasura GraphQL Engine","description":"Hasura는 PostgreSQL/MySQL 데이터베이스에 즉시 GraphQL API를 생성하는 엔진입니다. 테이블 연결만으로 CRUD, 실시간 구독, 인증/인가 정책이 자동 설정되며, 별도 백엔드 코드 없이 풀스택 앱을 빠르게 구축할 수 있습니다.","version":"1.0.0","x-fusepie-id":"graphql-hasura","x-fusepie-category":"data","x-fusepie-provider":"Hasura"},"servers":[{"url":"https://{project}.hasura.app/v1/graphql","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_graphql_hasura","summary":"Hasura GraphQL Engine","description":"Hasura는 PostgreSQL/MySQL 데이터베이스에 즉시 GraphQL API를 생성하는 엔진입니다. 테이블 연결만으로 CRUD, 실시간 구독, 인증/인가 정책이 자동 설정되며, 별도 백엔드 코드 없이 풀스택 앱을 빠르게 구축할 수 있습니다.","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":{"graphql-hasura":{"command":"npx","args":["-y","@fusepie/mcp-graphql-hasura"],"env":{"API_KEY":""}}}}}