{"openapi":"3.1.0","info":{"title":"Alpha Vantage 주식·외환·암호화폐","description":"Alpha Vantage는 실시간 및 과거 주식·외환·암호화폐 시세 데이터를 제공하는 글로벌 금융 API입니다. 무료 tier에서 분당 5회, 일 500회 호출 가능하며, 기술적 지표(SMA, EMA, RSI 등) 조회를 지원합니다. 투자 분석 앱, 백테스팅 시스템, 포트폴리오 대시보드에 활용됩니다.","version":"1.0.0","x-fusepie-id":"alpha-vantage","x-fusepie-category":"finance","x-fusepie-provider":"Alpha Vantage"},"servers":[{"url":"https://www.alphavantage.co/query","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_alpha_vantage","summary":"Alpha Vantage 주식·외환·암호화폐","description":"Alpha Vantage는 실시간 및 과거 주식·외환·암호화폐 시세 데이터를 제공하는 글로벌 금융 API입니다. 무료 tier에서 분당 5회, 일 500회 호출 가능하며, 기술적 지표(SMA, EMA, RSI 등) 조회를 지원합니다. 투자 분석 앱, 백테스팅 시스템, 포트폴리오 대시보드에 활용됩니다.","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.alphavantage.co/support/#api-key"}}},"x-mcp-config":{"mcpServers":{"alpha-vantage":{"command":"npx","args":["-y","@fusepie/mcp-alpha-vantage"],"env":{"API_KEY":""}}}}}