{"openapi":"3.1.0","info":{"title":"Fauna GraphQL","description":"Fauna는 서버리스 글로벌 분산 데이터베이스로, 네이티브 GraphQL 인터페이스를 제공합니다. 스키마 업로드만으로 CRUD API가 자동 생성되며, 강한 일관성과 다중 리전 복제를 지원하여 글로벌 앱 백엔드로 적합합니다.","version":"1.0.0","x-fusepie-id":"graphql-fauna","x-fusepie-category":"data","x-fusepie-provider":"Fauna"},"servers":[{"url":"https://graphql.us.fauna.com/graphql","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_graphql_fauna","summary":"Fauna GraphQL","description":"Fauna는 서버리스 글로벌 분산 데이터베이스로, 네이티브 GraphQL 인터페이스를 제공합니다. 스키마 업로드만으로 CRUD API가 자동 생성되며, 강한 일관성과 다중 리전 복제를 지원하여 글로벌 앱 백엔드로 적합합니다.","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-fauna":{"command":"npx","args":["-y","@fusepie/mcp-graphql-fauna"],"env":{"API_KEY":""}}}}}