{"openapi":"3.1.0","info":{"title":"서울 버스 실시간 위치정보","description":"서울시 열린데이터광장에서 제공하는 서울 시내버스 차량의 실시간 GPS 위치 데이터입니다. 노선별 버스 현재 위치, 이동 방향, 정류소 간 위치를 좌표로 제공하며, 버스 도착 예측, 실시간 지도 표시, 대중교통 분석 서비스에 활용됩니다.","version":"1.0.0","x-fusepie-id":"seoul-bus-realtime","x-fusepie-category":"transport","x-fusepie-provider":"서울열린데이터광장"},"servers":[{"url":"http://ws.bus.go.kr/api/rest","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_seoul_bus_realtime","summary":"서울 버스 실시간 위치정보","description":"서울시 열린데이터광장에서 제공하는 서울 시내버스 차량의 실시간 GPS 위치 데이터입니다. 노선별 버스 현재 위치, 이동 방향, 정류소 간 위치를 좌표로 제공하며, 버스 도착 예측, 실시간 지도 표시, 대중교통 분석 서비스에 활용됩니다.","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://data.seoul.go.kr/"}}},"x-mcp-config":{"mcpServers":{"seoul-bus-realtime":{"command":"npx","args":["-y","@fusepie/mcp-seoul-bus-realtime"],"env":{"API_KEY":""}}}}}