{"openapi":"3.1.0","info":{"title":"PostgreSQL MCP Server","description":"PostgreSQL MCP 서버로 AI 도구에서 데이터베이스에 직접 SQL 쿼리를 실행하고 스키마를 조회할 수 있습니다. 읽기 전용 모드를 지원하여 안전하게 데이터를 탐색하며, 복잡한 쿼리 작성이나 데이터 분석에 유용합니다.","version":"1.0.0","x-fusepie-id":"mcp-postgres","x-fusepie-category":"data","x-fusepie-provider":"Anthropic"},"servers":[{"url":"npx -y @modelcontextprotocol/server-postgres","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_postgres","summary":"PostgreSQL MCP Server","description":"PostgreSQL MCP 서버로 AI 도구에서 데이터베이스에 직접 SQL 쿼리를 실행하고 스키마를 조회할 수 있습니다. 읽기 전용 모드를 지원하여 안전하게 데이터를 탐색하며, 복잡한 쿼리 작성이나 데이터 분석에 유용합니다.","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":{"mcp-postgres":{"command":"npx","args":["-y","@fusepie/mcp-mcp-postgres"],"env":{"API_KEY":""}}}}}