{"openapi":"3.1.0","info":{"title":"VesselFinder API","description":"선박 위치 추적, 항구 입출항 정보, 선박 제원 데이터를 제공하는 API입니다. AIS 기반 실시간 위치와 항해 이력을 조회할 수 있으며 물류 추적, 항만 모니터링에 활용됩니다.","version":"1.0.0","x-fusepie-id":"vesselfinder","x-fusepie-category":"transport","x-fusepie-provider":"VesselFinder"},"servers":[{"url":"https://api.vesselfinder.com","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_vesselfinder","summary":"VesselFinder API","description":"선박 위치 추적, 항구 입출항 정보, 선박 제원 데이터를 제공하는 API입니다. AIS 기반 실시간 위치와 항해 이력을 조회할 수 있으며 물류 추적, 항만 모니터링에 활용됩니다.","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://www.vesselfinder.com/api"}}},"x-mcp-config":{"mcpServers":{"vesselfinder":{"command":"npx","args":["-y","@fusepie/mcp-vesselfinder"],"env":{"API_KEY":""}}}}}