{"openapi":"3.1.0","info":{"title":"판례정보 조회 API","description":"대법원 판례 검색 및 본문 조회","version":"1.0.0","x-fusepie-id":"court-precedent-lawgo","x-fusepie-category":"legal","x-fusepie-provider":"법제처"},"servers":[],"paths":{"/":{"get":{"operationId":"call_court_precedent_lawgo","summary":"판례정보 조회 API","description":"대법원 판례 검색 및 본문 조회","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":"Get your API key from: https://open.law.go.kr"}}},"x-mcp-config":{"mcpServers":{"court-precedent-lawgo":{"command":"npx","args":["-y","@fusepie/mcp-court-precedent-lawgo"],"env":{"API_KEY":""}}}}}