{"openapi":"3.1.0","info":{"title":"서울 지하철 실시간 위치정보","description":"서울시 열린데이터광장에서 제공하는 서울 지하철 열차의 실시간 위치 데이터입니다. 1~9호선 열차 현재 위치, 상하행 구분, 열차 번호, 종착역 정보를 제공하며, 지하철 도착 알림, 혼잡도 예측, 교통 분석 서비스에 활용됩니다.","version":"1.0.0","x-fusepie-id":"seoul-subway-realtime","x-fusepie-category":"transport","x-fusepie-provider":"서울열린데이터광장"},"servers":[{"url":"http://swopenAPI.seoul.go.kr/api/subway","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_seoul_subway_realtime","summary":"서울 지하철 실시간 위치정보","description":"서울시 열린데이터광장에서 제공하는 서울 지하철 열차의 실시간 위치 데이터입니다. 1~9호선 열차 현재 위치, 상하행 구분, 열차 번호, 종착역 정보를 제공하며, 지하철 도착 알림, 혼잡도 예측, 교통 분석 서비스에 활용됩니다.","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-subway-realtime":{"command":"npx","args":["-y","@fusepie/mcp-seoul-subway-realtime"],"env":{"API_KEY":""}}}}}