{"openapi":"3.1.0","info":{"title":"오픈뱅킹 (금융결제원)","description":"금융결제원이 운영하는 오픈뱅킹 공동 API입니다. 하나의 API로 국내 모든 은행의 계좌 조회, 이체, 잔액 확인 등을 수행할 수 있습니다. 핀테크 서비스가 개별 은행과 제휴 없이도 금융 서비스를 구축할 수 있는 핵심 인프라입니다.","version":"1.0.0","x-fusepie-id":"open-banking","x-fusepie-category":"finance","x-fusepie-provider":"금융결제원"},"servers":[{"url":"https://openapi.openbanking.or.kr","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_open_banking","summary":"오픈뱅킹 (금융결제원)","description":"금융결제원이 운영하는 오픈뱅킹 공동 API입니다. 하나의 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":"Get your API key from: https://openapi.kftc.or.kr"}}},"x-mcp-config":{"mcpServers":{"open-banking":{"command":"npx","args":["-y","@fusepie/mcp-open-banking"],"env":{"API_KEY":""}}}}}